This commit is contained in:
+5
-15
@@ -2,8 +2,10 @@ backend:
|
|||||||
name: gitea
|
name: gitea
|
||||||
repo: alois/CoqBlog
|
repo: alois/CoqBlog
|
||||||
branch: main
|
branch: main
|
||||||
base_url: https://auth.alocoq.fr/decap
|
app_id: 5dfba694-7d0a-40a7-acf0-6f410a56a2d6
|
||||||
auth_endpoint: /auth
|
api_root: https://git.alocoq.fr/api/v1
|
||||||
|
base_url: https://git.alocoq.fr
|
||||||
|
auth_endpoint: https://git.alocoq.fr/login/oauth/authorize
|
||||||
|
|
||||||
media_folder: static/img
|
media_folder: static/img
|
||||||
public_folder: /img
|
public_folder: /img
|
||||||
@@ -31,19 +33,6 @@ collections:
|
|||||||
name: tags
|
name: tags
|
||||||
widget: list
|
widget: list
|
||||||
default: []
|
default: []
|
||||||
- label: Image de couverture
|
|
||||||
name: cover
|
|
||||||
widget: object
|
|
||||||
required: false
|
|
||||||
fields:
|
|
||||||
- label: Image
|
|
||||||
name: image
|
|
||||||
widget: image
|
|
||||||
required: false
|
|
||||||
- label: Texte alternatif
|
|
||||||
name: alt
|
|
||||||
widget: string
|
|
||||||
required: false
|
|
||||||
- label: Brouillon
|
- label: Brouillon
|
||||||
name: draft
|
name: draft
|
||||||
widget: boolean
|
widget: boolean
|
||||||
@@ -79,3 +68,4 @@ collections:
|
|||||||
- label: Contenu
|
- label: Contenu
|
||||||
name: body
|
name: body
|
||||||
widget: markdown
|
widget: markdown
|
||||||
|
|
||||||
Reference in New Issue
Block a user