update static cms

This commit is contained in:
Quentin 2023-02-21 18:23:42 +01:00
parent a8d3017a5a
commit 3b3e231bb8
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 9 additions and 7 deletions

View File

@ -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' } }

File diff suppressed because one or more lines are too long