mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +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
|
|
@ -55,6 +55,37 @@ parameters:
|
|||
######################################################################################################################
|
||||
partdb.demo_mode: '%env(bool:DEMO_MODE)%' # If set to true, all potentially dangerous things are disabled (like changing passwords of the own user)
|
||||
|
||||
# Set the themes from which the user can choose from in the settings.
|
||||
# Themes commented here by default, are not really usable, because of display problems. Enable them at your own risk!
|
||||
partdb.available_themes:
|
||||
- bootstrap
|
||||
- cerulean
|
||||
- cosmo
|
||||
- cyborg
|
||||
- darkly
|
||||
- flatly
|
||||
- journal
|
||||
- litera
|
||||
- lumen
|
||||
- lux
|
||||
#- materia
|
||||
- minty
|
||||
#- morph
|
||||
#- pulse
|
||||
#- quartz
|
||||
- sandstone
|
||||
- simplex
|
||||
- sketchy
|
||||
- slate
|
||||
- solar
|
||||
- spacelab
|
||||
- superhero
|
||||
- united
|
||||
#- vapor
|
||||
- yeti
|
||||
- zephyr
|
||||
|
||||
|
||||
######################################################################################################################
|
||||
# Env default values
|
||||
######################################################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue