iFSR-Website/static/admin/config.yml
Jannik Menzel d4c980b052
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 12s
Deploy Hugo site to Pages / deploy (push) Has been skipped
Deploy Update
2025-05-26 17:46:26 +02:00

16 lines
No EOL
486 B
YAML

media_folder: "static/images"
public_folder: "/images"
collections:
- name: "pages"
label: "Seiten"
folder: "content"
create: false
editor:
preview: false
slug: "{{slug}}"
fields:
- { label: "Titel", name: "title", widget: "string" }
- { label: "Entwurf", name: "draft", widget: "boolean", default: false }
- { label: "Inhalt", name: "body", widget: "markdown" }
- { label: "URL", name: "url", widget: "string", required: false }