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" name: "bios"
editor: editor:
preview: false preview: false
format: "yaml"
fields: fields:
- { label: "Inhalt", name: "body", widget: "text" } - { label: "Inhalt", name: "raw", widget: "code", default_language: "yaml" }
- 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
format: "toml"
fields: fields:
- { label: "Inhalt", name: "body", widget: "text" } - { label: "Inhalt", name: "raw", widget: "code", default_language: "toml" }
- 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
format: "toml"
fields: fields:
- { label: "Inhalt", name: "body", widget: "text" } - { label: "Inhalt", name: "raw", widget: "code", default_language: "toml" }