diff --git a/static/admin/config.yml b/static/admin/config.yml index 16fea3f..180160b 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -2,8 +2,10 @@ backend: name: gitea repo: alois/CoqBlog branch: main - base_url: https://auth.alocoq.fr/decap - auth_endpoint: /auth + app_id: 5dfba694-7d0a-40a7-acf0-6f410a56a2d6 + 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 public_folder: /img @@ -31,19 +33,6 @@ collections: name: tags widget: list 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 name: draft widget: boolean @@ -79,3 +68,4 @@ collections: - label: Contenu name: body widget: markdown + \ No newline at end of file