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