From 26d5ffdd891157511f100400699a3c5d16eb5f6f Mon Sep 17 00:00:00 2001 From: Jannik Menzel Date: Thu, 22 May 2025 14:48:50 +0200 Subject: [PATCH] edited decap config --- static/admin/config.yml | 39 ++++++++++++++------------------------- 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 45e01bf..c7920fe 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -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: - name: "hauptseiten" label: "Hauptseiten" @@ -44,18 +33,18 @@ collections: - { label: "Title", name: "title", widget: "string" } - { 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: "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: "studium" + label: "Studium" + folder: "content/studium" + create: true + fields: + - { label: "Title", name: "title", widget: "string" } + - { label: "Body", name: "body", widget: "markdown" } \ No newline at end of file