rajout de object params
This commit is contained in:
parent
8ed89a14e1
commit
e6ef328a8b
2 changed files with 5 additions and 6 deletions
|
@ -41,10 +41,9 @@ collections:
|
|||
name: theme settings
|
||||
file: 'hugo_config/_default/theme_settings.toml'
|
||||
extension: toml
|
||||
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"] }
|
||||
# - label: 'Paramètres'
|
||||
# name: params
|
||||
# widget: object
|
||||
# fields:
|
||||
|
Loading…
Reference in a new issue