Commit ec424cf8 authored by Kreber's avatar Kreber
Browse files

Update public/admin/config.yml

parent 14671f21
Pipeline #12409 passed with stage
in 18 seconds
...@@ -3,18 +3,20 @@ backend: ...@@ -3,18 +3,20 @@ backend:
repo: zedflow/fgdi repo: zedflow/fgdi
branch: master branch: master
auth_type: pkce auth_type: pkce
app_id: 5dd4521e8b0a29246225973ab4023c599063c8909abf4e676a22a6ce8500440f app_id: <DEINE_APPLICATION_ID>
api_root: https://transfer.hft-stuttgart.de/gitlab/api/v4
base_url: https://transfer.hft-stuttgart.de/gitlab
auth_endpoint: oauth/authorize
media_folder: "public/images/uploads" media_folder: "public/assets/uploads"
public_folder: "/images/uploads" public_folder: "/assets/uploads"
collections: collections:
- name: "seiten" - name: "news"
label: "Seiten" label: "News"
files: folder: "public/content/news"
- file: "public/content/startseite.md" create: true
label: "Startseite"
name: "startseite"
fields: fields:
- { label: "Titel", name: "title", widget: "string" } - { label: "Titel", name: "title", widget: "string" }
- { label: "Datum", name: "date", widget: "datetime" }
- { label: "Inhalt", name: "body", widget: "markdown" } - { label: "Inhalt", name: "body", widget: "markdown" }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment