Compare commits

..

No commits in common. "8ed89a14e1b8fbafdc334e5f25579ee493738187" and "ee262eb0cc1384ac86e6ba8a954db2682f15d2e3" have entirely different histories.

2 changed files with 8 additions and 7 deletions

View file

@ -0,0 +1,2 @@
[params]
background_color_class = "bg-red"

View file

@ -34,7 +34,7 @@ collections:
# media_library:
# config:
# multiple: true
- label: 'Configuration'
- label: 'Paramètres'
name: settings
files:
- label: 'Configuration du thème'
@ -42,9 +42,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"] }