Compare commits

...

3 commits

Author SHA1 Message Date
maxime-cool 5a28b74ce5 Merge branch 'main' of https://git.deuxfleurs.fr/maximeg/palettetest
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-24 19:26:28 +01:00
maxime-cool 7b279c9aeb added locale fr 2024-01-24 19:26:21 +01:00
maxime-cool e6ef328a8b rajout de object params 2024-01-24 19:04:09 +01:00
2 changed files with 6 additions and 6 deletions

View file

@ -6,6 +6,7 @@ backend:
base_url: https://git.deuxfleurs.fr/ # Root URL of your Gitea instance
# optional, defaults to main
# branch: main
locale: 'fr'
media_folder: "static"
public_folder: "/images/uploads"
collections:
@ -42,9 +43,8 @@ collections:
file: 'hugo_config/_default/theme_settings.toml'
extension: toml
fields:
- { label: Couleur du thème, name: background_color_class, widget: 'select', options: ["bg-red", "bg-blue", "bg-green", "bg-purple"] }
# - label: 'Paramètres'
# name: params
# widget: object
# fields:
- label: 'Paramètres'
name: params
widget: object
fields:
- { label: Couleur du thème, name: background_color_class, widget: 'select', options: ["bg-red", "bg-blue", "bg-green", "bg-purple"] }

View file