mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
implement theme settings #17
This commit is contained in:
parent
0ab282e1c4
commit
5a940541ee
8 changed files with 55 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ twig:
|
|||
globals:
|
||||
version: '%app.version%'
|
||||
name: '%app.name%'
|
||||
theme: '%app.theme%'
|
||||
|
||||
when@test:
|
||||
twig:
|
||||
|
|
|
|||
|
|
@ -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)%'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue