From f55322d3f42aebc8357a3ed3b5e16719f3e39dc9 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Wed, 24 Jan 2024 18:56:43 +0100 Subject: [PATCH] test sans params --- static/admin/config.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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