Compare commits

...

2 commits

Author SHA1 Message Date
maximeg 83bbce1210 Merge branch 'main' of https://git.deuxfleurs.fr/maximeg/palettetest
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-22 12:14:33 +01:00
maximeg d20f365150 added sectionpages menu 2024-02-22 12:14:29 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

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