forked from Deuxfleurs/guide.deuxfleurs.fr
update static cms
This commit is contained in:
parent
a8d3017a5a
commit
3b3e231bb8
2 changed files with 9 additions and 7 deletions
|
@ -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
Loading…
Reference in a new issue