mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-20 17:19:34 +00:00
Add env option to disable part image overlay
Fixes #369 while preserving the state as-is
This commit is contained in:
parent
c44535990b
commit
95ef9c6dae
4 changed files with 7 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ twig:
|
|||
available_themes: '%partdb.available_themes%'
|
||||
saml_enabled: '%partdb.saml.enabled%'
|
||||
part_preview_generator: '@App\Services\Attachments\PartPreviewGenerator'
|
||||
img_overlay: '%partdb.show_part_image_overlay%'
|
||||
|
||||
when@test:
|
||||
twig:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue