Compare commits
2 commits
903a1f9752
...
83bbce1210
Author | SHA1 | Date | |
---|---|---|---|
83bbce1210 | |||
d20f365150 |
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
[params]
|
||||
sectionPagesMenu = 'main'
|
||||
background_color_class = "bg-red"
|
||||
site_logo = "/images/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
|
||||
# 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
|
||||
path: { widget: string, index_file: 'index' }
|
||||
path: { widget: string, index_file: '{{fields.name}}' }
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
|
|
Loading…
Reference in a new issue