webseite/static/admin/config.yml
Jannik Menzel d345d91bb8
All checks were successful
publish / publish (push) Successful in 23s
edited nested decap config
2025-05-22 15:37:22 +02:00

34 lines
No EOL
818 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"
label_singular: "Seite"
folder: "content"
create: true
nested:
depth: 100
slug: "{{slug}}"
meta:
path:
widget: hidden
name: "path"
label: "Path"
index_file: "_index"
default: "{{nested.slug}}"
extension: md
format: frontmatter
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }