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

This commit is contained in:
Jannik Menzel 2025-05-22 15:46:56 +02:00
parent 357e550292
commit 6c59f7d90d

View file

@ -16,6 +16,8 @@ collections:
- name: "about"
label: "About"
file: "content/about.md"
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }
@ -23,6 +25,8 @@ collections:
- name: "studium"
label: "Studium"
file: "content/studium.md"
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }
@ -30,6 +34,8 @@ collections:
- name: "sitzung-und-protokolle"
label: "Sitzung & Protokolle"
file: "content/sitzung-und-protokolle.md"
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }
@ -37,6 +43,8 @@ collections:
- name: "kontakt"
label: "Kontakt"
file: "content/kontakt.md"
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }
@ -44,6 +52,8 @@ collections:
- name: "barrierefreiheit"
label: "Barrierefreiheit"
file: "content/barrierefreiheit.md"
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }
@ -51,6 +61,8 @@ collections:
- name: "datenschutz"
label: "Datenschutz"
file: "content/datenschutz.md"
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }
@ -58,24 +70,30 @@ collections:
- name: "impressum"
label: "Impressum"
file: "content/impressum.md"
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }
- name: "content_about"
label: "Content / About"
folder: "content/about"
folder: "content/about/"
create: false
slug: "{{slug}}"
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }
- name: "content_studium"
label: "Content / Studium"
folder: "content/studium"
folder: "content/studium/"
create: false
slug: "{{slug}}"
editor:
preview: false
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Body", name: "body", widget: "markdown" }