webseite/static/admin/config.yml
Jannik Menzel e22c7789fa
All checks were successful
publish / publish (push) Successful in 25s
configured decap config and content structure
2025-05-26 14:58:15 +02:00

24 lines
No EOL
722 B
YAML

backend:
name: gitea
branch: main
repo: FSR/webseite
app_id: b634f97b-1525-4382-96d3-b1fa08858fd3
api_root: https://git.ifsr.de/api/v1
base_url: https://git.ifsr.de
auth_endpoint: https://git.ifsr.de/login/oauth/authorize
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 }