updated bios content management
All checks were successful
publish / publish (push) Successful in 25s

This commit is contained in:
Jannik Menzel 2025-06-26 13:47:56 +02:00
parent 7fa6d886a0
commit 1969926aae
7 changed files with 382 additions and 625 deletions

View file

@ -355,5 +355,8 @@ collections:
widget: "list"
fields:
- { label: "ID", name: "id", widget: "string" }
- { label: "Name", name: "name", widget: "string" }
- { label: "Bild", name: "image", widget: "image", media_folder: "static/images/profilbilder", public_folder: "/images/profilbilder" }
- { label: "Studiengang", name: "studiengang", widget: "string" }
- { label: "Deutsch", name: "de", widget: "markdown", required: false }
- { label: "Englisch", name: "en", widget: "markdown", required: false }