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: # media_library:
# config: # config:
# multiple: true # multiple: true
- label: 'Configuration' - label: 'Paramètres'
name: settings name: settings
files: files:
- label: 'Configuration du thème' - label: 'Configuration du thème'
@ -42,9 +42,8 @@ collections:
file: 'hugo_config/_default/theme_settings.toml' file: 'hugo_config/_default/theme_settings.toml'
extension: toml extension: toml
fields: fields:
- { label: Couleur du thème, name: background_color_class, widget: 'select', options: ["bg-red", "bg-blue", "bg-green", "bg-purple"] } - label: 'Paramètres'
# - label: 'Paramètres' name: params
# name: params widget: object
# widget: object fields:
# fields: - { label: Couleur du thème, name: background_color_class, widget: 'select', options: ["bg-red", "bg-blue", "bg-green", "bg-purple"] }