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'
|
- name: 'prise_en_main'
|
||||||
label: 'Prise en main'
|
label: 'Prise en main'
|
||||||
folder: 'content/prise_en_main'
|
folder: 'content/prise_en_main'
|
||||||
|
summary: '{{title}} ({{dirname}})'
|
||||||
editor:
|
editor:
|
||||||
preview: false
|
preview: false
|
||||||
create: true
|
create: true
|
||||||
|
@ -30,7 +31,7 @@ collections:
|
||||||
- label: Body
|
- label: Body
|
||||||
name: body
|
name: body
|
||||||
widget: markdown
|
widget: markdown
|
||||||
meta: { path: { widget: string, label: 'Path', index_file: '_index.md' } }
|
meta: { path: { widget: string, label: 'Path', index_file: '_index' } }
|
||||||
|
|
||||||
- name: 'formations'
|
- name: 'formations'
|
||||||
label: 'Se former'
|
label: 'Se former'
|
||||||
|
@ -38,6 +39,7 @@ collections:
|
||||||
editor:
|
editor:
|
||||||
preview: false
|
preview: false
|
||||||
create: true
|
create: true
|
||||||
|
summary: '{{title}} ({{dirname}})'
|
||||||
nested:
|
nested:
|
||||||
depth: 3
|
depth: 3
|
||||||
summary: '{{title}}'
|
summary: '{{title}}'
|
||||||
|
@ -51,4 +53,4 @@ collections:
|
||||||
- label: Body
|
- label: Body
|
||||||
name: body
|
name: body
|
||||||
widget: markdown
|
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