mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-01 07:49:33 +00:00
Allow to configure which themes should be available via parameters.yaml
This commit is contained in:
parent
489b3e2c21
commit
08c97282a3
8 changed files with 99 additions and 26 deletions
|
|
@ -186,6 +186,10 @@ services:
|
|||
arguments:
|
||||
$use_gravatar: '%partdb.users.use_gravatar%'
|
||||
|
||||
App\Form\Type\ThemeChoiceType:
|
||||
arguments:
|
||||
$available_themes: '%partdb.available_themes%'
|
||||
|
||||
|
||||
####################################################################################################################
|
||||
# Label system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue