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 preview: false
raw: true raw: true
format: "yaml" format: "yaml"
fields:
- { label: "Inhalt", name: "body", widget: "text" }
- file: "data/navigation_de.toml" - file: "data/navigation_de.toml"
label: "Navigation-DE" label: "Navigation-DE"
name: "navigation-de" name: "navigation-de"
@ -357,6 +359,8 @@ collections:
preview: false preview: false
raw: true raw: true
format: "toml" format: "toml"
fields:
- { label: "Inhalt", name: "body", widget: "text" }
- file: "data/navigation_en.toml" - file: "data/navigation_en.toml"
label: "Navigation-EN" label: "Navigation-EN"
name: "navigation-en" name: "navigation-en"
@ -364,3 +368,5 @@ collections:
preview: false preview: false
raw: true raw: true
format: "toml" format: "toml"
fields:
- { label: "Inhalt", name: "body", widget: "text" }