cms: CTAO branding on sign-in (app_title, logo.src instead of deprecated logo_url)

This commit is contained in:
2026-07-28 19:29:04 +02:00
parent c0d06f4a17
commit d06c2cf0c0
+6 -2
View File
@@ -12,8 +12,12 @@ backend:
api_root: http://localhost:3000/api/v1 api_root: http://localhost:3000/api/v1
app_id: cf1c44ac-ebe6-4a97-bf2f-f7f26ef1126c app_id: cf1c44ac-ebe6-4a97-bf2f-f7f26ef1126c
# CTAO branding on the CMS sign-in screen (official Decap/Sveltia option) # CTAO branding on the sign-in screen and browser tab (documented Sveltia
logo_url: /brand/CTAO_Logo_login.svg # options: app_title replaces the "Sveltia CMS" label; logo.src is the
# current form of the deprecated logo_url).
app_title: CTAO Content Editor
logo:
src: /brand/CTAO_Logo_login.svg
media_folder: "public/uploads" media_folder: "public/uploads"
public_folder: "/uploads" public_folder: "/uploads"