implement theme settings #17

This commit is contained in:
ghost 2023-10-09 16:33:07 +03:00
parent 0ab282e1c4
commit 5a940541ee
8 changed files with 55 additions and 3 deletions

View file

@ -3,6 +3,7 @@ twig:
globals:
version: '%app.version%'
name: '%app.name%'
theme: '%app.theme%'
when@test:
twig:

View file

@ -8,6 +8,8 @@ parameters:
app.name: '%env(APP_NAME)%'
app.locale: '%env(APP_LOCALE)%'
app.locales: '%env(APP_LOCALES)%'
app.theme: '%env(APP_THEME)%'
app.themes: '%env(APP_THEMES)%'
app.trackers: '%env(APP_TRACKERS)%'
app.page.title.length.min: '%env(APP_PAGE_TITLE_LENGTH_MIN)%'
app.page.title.length.max: '%env(APP_PAGE_TITLE_LENGTH_MAX)%'