This commit is contained in:
parent
9e86a248ba
commit
91c67b891c
21 changed files with 57 additions and 57 deletions
|
@ -10,22 +10,6 @@ media_folder: "static/images"
|
|||
public_folder: "/images"
|
||||
|
||||
collections:
|
||||
- name: "about"
|
||||
label: "About"
|
||||
folder: "content/about"
|
||||
create: true
|
||||
fields:
|
||||
- { label: "Title", name: "title", widget: "string" }
|
||||
- { label: "Body", name: "body", widget: "markdown" }
|
||||
|
||||
- name: "studium"
|
||||
label: "Studium"
|
||||
folder: "content/studium"
|
||||
create: true
|
||||
fields:
|
||||
- { label: "Title", name: "title", widget: "string" }
|
||||
- { label: "Body", name: "body", widget: "markdown" }
|
||||
|
||||
- name: "hauptseiten"
|
||||
label: "Hauptseiten"
|
||||
files:
|
||||
|
@ -58,4 +42,20 @@ collections:
|
|||
name: "impressum"
|
||||
fields:
|
||||
- { label: "Title", name: "title", widget: "string" }
|
||||
- { label: "Body", name: "body", widget: "markdown" }
|
||||
- { label: "Body", name: "body", widget: "markdown" }
|
||||
|
||||
- name: "about"
|
||||
label: "About"
|
||||
folder: "content/about"
|
||||
create: true
|
||||
fields:
|
||||
- { label: "Title", name: "title", widget: "string" }
|
||||
- { label: "Body", name: "body", widget: "markdown" }
|
||||
|
||||
- name: "studium"
|
||||
label: "Studium"
|
||||
folder: "content/studium"
|
||||
create: true
|
||||
fields:
|
||||
- { label: "Title", name: "title", widget: "string" }
|
||||
- { label: "Body", name: "body", widget: "markdown" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue