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

This commit is contained in:
Jannik Menzel 2025-06-21 20:14:10 +02:00
parent 74aa2b2c82
commit 4c4ecc4eb3

View file

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