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

This commit is contained in:
Jannik Menzel 2025-06-21 20:15:33 +02:00
parent 4c4ecc4eb3
commit 789c0a4705

View file

@ -350,6 +350,8 @@ collections:
preview: false
raw: true
format: "yaml"
fields:
- { label: "Inhalt", name: "body", widget: "text" }
- file: "data/navigation_de.toml"
label: "Navigation-DE"
name: "navigation-de"
@ -357,10 +359,14 @@ collections:
preview: false
raw: true
format: "toml"
fields:
- { label: "Inhalt", name: "body", widget: "text" }
- file: "data/navigation_en.toml"
label: "Navigation-EN"
name: "navigation-en"
editor:
preview: false
raw: true
format: "toml"
format: "toml"
fields:
- { label: "Inhalt", name: "body", widget: "text" }