This commit is contained in:
parent
99435e0627
commit
26d5ffdd89
1 changed files with 14 additions and 25 deletions
|
@ -1,14 +1,3 @@
|
||||||
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:
|
collections:
|
||||||
- name: "hauptseiten"
|
- name: "hauptseiten"
|
||||||
label: "Hauptseiten"
|
label: "Hauptseiten"
|
||||||
|
@ -44,18 +33,18 @@ collections:
|
||||||
- { label: "Title", name: "title", widget: "string" }
|
- { label: "Title", name: "title", widget: "string" }
|
||||||
- { label: "Body", name: "body", widget: "markdown" }
|
- { label: "Body", name: "body", widget: "markdown" }
|
||||||
|
|
||||||
- name: "about"
|
- name: "about"
|
||||||
label: "About"
|
label: "About"
|
||||||
folder: "content/about"
|
folder: "content/about"
|
||||||
create: true
|
create: true
|
||||||
fields:
|
fields:
|
||||||
- { label: "Title", name: "title", widget: "string" }
|
- { label: "Title", name: "title", widget: "string" }
|
||||||
- { label: "Body", name: "body", widget: "markdown" }
|
- { label: "Body", name: "body", widget: "markdown" }
|
||||||
|
|
||||||
- name: "studium"
|
- name: "studium"
|
||||||
label: "Studium"
|
label: "Studium"
|
||||||
folder: "content/studium"
|
folder: "content/studium"
|
||||||
create: true
|
create: true
|
||||||
fields:
|
fields:
|
||||||
- { label: "Title", name: "title", widget: "string" }
|
- { label: "Title", name: "title", widget: "string" }
|
||||||
- { label: "Body", name: "body", widget: "markdown" }
|
- { label: "Body", name: "body", widget: "markdown" }
|
Loading…
Add table
Add a link
Reference in a new issue