edited nested decap config
All checks were successful
publish / publish (push) Successful in 23s

This commit is contained in:
Jannik Menzel 2025-05-22 15:37:22 +02:00
parent a2c18648f1
commit d345d91bb8

View file

@ -10,12 +10,14 @@ media_folder: "static/images"
public_folder: "/images"
collections:
- name: "hauptseiten"
label: "Hauptseiten"
- name: "pages"
label: "Seiten"
label_singular: "Seite"
folder: "content"
create: true
nested:
depth: 100
slug: "{{slug}}"
meta:
path:
widget: hidden
@ -25,6 +27,8 @@ collections:
default: "{{nested.slug}}"
extension: md
format: frontmatter
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }
- { label: "Body", name: "body", widget: "markdown" }