From 7a8453ce7cefa6ec643ad7dc450d6ead9370d475 Mon Sep 17 00:00:00 2001 From: Jannik Menzel Date: Sat, 21 Jun 2025 19:57:56 +0200 Subject: [PATCH] changed decap config --- static/admin/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 841b906..ab79a37 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -349,18 +349,18 @@ collections: editor: preview: false fields: - - { label: "Name", name: "name", widget: "string" } + - { label: "Inhalt", name: "body", widget: "text" } - file: "navigation_de.toml" label: "Navigation-DE" name: "navigation-de" editor: preview: false fields: - - { label: "Navigation", name: "navigation", widget: "object" } + - { label: "Inhalt", name: "body", widget: "text" } - file: "navigation_en.toml" label: "Navigation-EN" name: "navigation-en" editor: preview: false fields: - - { label: "Navigation", name: "navigation", widget: "object" } \ No newline at end of file + - { label: "Inhalt", name: "body", widget: "text" } \ No newline at end of file