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

This commit is contained in:
Jannik Menzel 2025-06-22 01:07:08 +02:00
parent 789c0a4705
commit 66afba730e

View file

@ -348,25 +348,17 @@ collections:
name: "bios" name: "bios"
editor: editor:
preview: false preview: false
raw: true
format: "yaml" format: "yaml"
fields: fields:
- { label: "Inhalt", name: "body", widget: "text" } - label: "Biographies"
- file: "data/navigation_de.toml" name: "bio_entries"
label: "Navigation-DE" widget: "object"
name: "navigation-de"
editor:
preview: false
raw: true
format: "toml"
fields: fields:
- { label: "Inhalt", name: "body", widget: "text" } - label: "German Content"
- file: "data/navigation_en.toml" name: "de"
label: "Navigation-EN" widget: "markdown"
name: "navigation-en" required: false
editor: - label: "English Content"
preview: false name: "en"
raw: true widget: "markdown"
format: "toml" required: false
fields:
- { label: "Inhalt", name: "body", widget: "text" }