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

This commit is contained in:
Jannik Menzel 2025-06-21 20:07:56 +02:00
parent 7a8453ce7c
commit 74aa2b2c82

View file

@ -348,19 +348,22 @@ collections:
name: "bios"
editor:
preview: false
format: "yaml"
fields:
- { label: "Inhalt", name: "body", widget: "text" }
- { label: "Inhalt", name: "raw", widget: "code", default_language: "yaml" }
- file: "navigation_de.toml"
label: "Navigation-DE"
name: "navigation-de"
editor:
preview: false
format: "toml"
fields:
- { label: "Inhalt", name: "body", widget: "text" }
- { label: "Inhalt", name: "raw", widget: "code", default_language: "toml" }
- file: "navigation_en.toml"
label: "Navigation-EN"
name: "navigation-en"
editor:
preview: false
format: "toml"
fields:
- { label: "Inhalt", name: "body", widget: "text" }
- { label: "Inhalt", name: "raw", widget: "code", default_language: "toml" }