diff options
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r-- | static/admin/config.yml | 6 |
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' } } |