changed decap config
All checks were successful
publish / publish (push) Successful in 24s

This commit is contained in:
Jannik Menzel 2025-06-21 19:57:56 +02:00
parent 28596c18c8
commit 7a8453ce7c

View file

@ -349,18 +349,18 @@ collections:
editor: editor:
preview: false preview: false
fields: fields:
- { label: "Name", name: "name", widget: "string" } - { label: "Inhalt", name: "body", widget: "text" }
- file: "navigation_de.toml" - file: "navigation_de.toml"
label: "Navigation-DE" label: "Navigation-DE"
name: "navigation-de" name: "navigation-de"
editor: editor:
preview: false preview: false
fields: fields:
- { label: "Navigation", name: "navigation", widget: "object" } - { label: "Inhalt", name: "body", widget: "text" }
- file: "navigation_en.toml" - file: "navigation_en.toml"
label: "Navigation-EN" label: "Navigation-EN"
name: "navigation-en" name: "navigation-en"
editor: editor:
preview: false preview: false
fields: fields:
- { label: "Navigation", name: "navigation", widget: "object" } - { label: "Inhalt", name: "body", widget: "text" }