improved member bio handling
All checks were successful
publish / publish (push) Successful in 27s

This commit is contained in:
Jannik Menzel 2025-06-21 19:52:29 +02:00
parent fdd1faa904
commit f9f7be56b2
40 changed files with 635 additions and 399 deletions

View file

@ -339,4 +339,22 @@ collections:
fields:
- { label: "Titel", name: "title", widget: "string" }
- { label: "Entwurf", name: "draft", widget: "boolean", default: false }
- { label: "Inhalt", name: "body", widget: "markdown" }
- { label: "Inhalt", name: "body", widget: "markdown" }
- name: "data"
label: "Data"
files:
- file: "data/bios.yaml"
label: "Bios"
name: "bios"
editor:
preview: false
- file: "navigation_de.toml"
label: "Navigation-DE"
name: "navigation-de"
editor:
preview: false
- file: "navigation_en.toml"
label: "Navigation-EN"
name: "navigation-en"
editor:
preview: false