added sectionpages menu
This commit is contained in:
parent
295b489d15
commit
d20f365150
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
[params]
|
[params]
|
||||||
|
sectionPagesMenu = 'main'
|
||||||
background_color_class = "bg-red"
|
background_color_class = "bg-red"
|
||||||
site_logo = "/images/logo-association-envie-appartagee.png"
|
site_logo = "/images/logo-association-envie-appartagee.png"
|
||||||
favicon = "/images/uploads/logo-association-envie-appartagee.png"
|
favicon = "/images/uploads/logo-association-envie-appartagee.png"
|
||||||
|
|
|
@ -21,7 +21,7 @@ collections:
|
||||||
summary: '{{title}}' # optional summary for a tree node, defaults to the inferred title field
|
summary: '{{title}}' # optional summary for a tree node, defaults to the inferred title field
|
||||||
# adding a path object allows editing the path of entries
|
# adding a path object allows editing the path of entries
|
||||||
# moving an existing entry will move the entire sub tree of the entry to the new location
|
# moving an existing entry will move the entire sub tree of the entry to the new location
|
||||||
path: { widget: string, index_file: 'index' }
|
path: { widget: string, index_file: '{{fields.name}}' }
|
||||||
fields:
|
fields:
|
||||||
- label: Title
|
- label: Title
|
||||||
name: title
|
name: title
|
||||||
|
|
Loading…
Reference in a new issue