mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add sensitive filter settings #17
This commit is contained in:
parent
6effb4cad2
commit
b1679f3f65
7 changed files with 88 additions and 8 deletions
|
|
@ -10,6 +10,7 @@ parameters:
|
|||
app.locales: '%env(APP_LOCALES)%'
|
||||
app.theme: '%env(APP_THEME)%'
|
||||
app.themes: '%env(APP_THEMES)%'
|
||||
app.sensitive: '%env(APP_SENSITIVE)%'
|
||||
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