Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
fgdi
Commits
ec424cf8
Commit
ec424cf8
authored
Jun 09, 2026
by
Kreber
Browse files
Update public/admin/config.yml
parent
14671f21
Pipeline
#12409
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/admin/config.yml
View file @
ec424cf8
...
...
@@ -3,18 +3,20 @@ backend:
repo
:
zedflow/fgdi
branch
:
master
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/
image
s/uploads"
public_folder
:
"
/
image
s/uploads"
media_folder
:
"
public/
asset
s/uploads"
public_folder
:
"
/
asset
s/uploads"
collections
:
-
name
:
"
seiten"
label
:
"
Seiten"
files
:
-
file
:
"
public/content/startseite.md"
label
:
"
Startseite"
name
:
"
startseite"
fields
:
-
{
label
:
"
Titel"
,
name
:
"
title"
,
widget
:
"
string"
}
-
{
label
:
"
Inhalt"
,
name
:
"
body"
,
widget
:
"
markdown"
}
-
name
:
"
news"
label
:
"
News"
folder
:
"
public/content/news"
create
:
true
fields
:
-
{
label
:
"
Titel"
,
name
:
"
title"
,
widget
:
"
string"
}
-
{
label
:
"
Datum"
,
name
:
"
date"
,
widget
:
"
datetime"
}
-
{
label
:
"
Inhalt"
,
name
:
"
body"
,
widget
:
"
markdown"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment