aboutsummaryrefslogtreecommitdiff
path: root/static/admin/config.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-02-21 18:23:42 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-02-21 18:42:16 +0100
commit3b3e231bb850e57dc99d386e4e45b4c4b7bf3a97 (patch)
treefb0e455b8cfd78502affde0f2cc7c8127650e43e /static/admin/config.yml
parenta8d3017a5a3786b0222ab19fedb3ca1629c81656 (diff)
downloadguide.deuxfleurs.fr-3b3e231bb850e57dc99d386e4e45b4c4b7bf3a97.tar.gz
guide.deuxfleurs.fr-3b3e231bb850e57dc99d386e4e45b4c4b7bf3a97.zip
update static cms
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r--static/admin/config.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 46607e4..422684f 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -14,6 +14,7 @@ collections:
- name: 'prise_en_main'
label: 'Prise en main'
folder: 'content/prise_en_main'
+ summary: '{{title}} ({{dirname}})'
editor:
preview: false
create: true
@@ -30,7 +31,7 @@ collections:
- label: Body
name: body
widget: markdown
- meta: { path: { widget: string, label: 'Path', index_file: '_index.md' } }
+ meta: { path: { widget: string, label: 'Path', index_file: '_index' } }
- name: 'formations'
label: 'Se former'
@@ -38,6 +39,7 @@ collections:
editor:
preview: false
create: true
+ summary: '{{title}} ({{dirname}})'
nested:
depth: 3
summary: '{{title}}'
@@ -51,4 +53,4 @@ collections:
- label: Body
name: body
widget: markdown
- meta: { path: { widget: string, label: 'Path', index_file: '_index.md' } }
+ meta: { path: { widget: string, label: 'Path', index_file: '_index' } }