diff --git a/static/admin/config.yml b/static/admin/config.yml index 11bf19e..399080f 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -34,7 +34,7 @@ collections: # media_library: # config: # multiple: true - - label: 'Paramètres' + - label: 'Configuration' name: settings files: - label: 'Configuration du thème' @@ -42,8 +42,9 @@ collections: 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"] } \ No newline at end of file + - { 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: + \ No newline at end of file