mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-01 08:44:48 +02:00
Some checks failed
Build assets artifact / Build assets artifact (push) Has been cancelled
Docker Image Build / docker (push) Has been cancelled
Docker Image Build (FrankenPHP) / docker (push) Has been cancelled
Static analysis / Static analysis (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.1, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.1, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.1, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, sqlite) (push) Has been cancelled
* Add env option to disable part image overlay Fixes #369 while preserving the state as-is * Added documentation and use 1 instead of true for new env --------- Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
28 lines
No EOL
1.3 KiB
YAML
28 lines
No EOL
1.3 KiB
YAML
twig:
|
|
default_path: '%kernel.project_dir%/templates'
|
|
form_themes: ['bootstrap_5_horizontal_layout.html.twig', 'form/extended_bootstrap_layout.html.twig', 'form/permission_layout.html.twig', 'form/filter_types_layout.html.twig']
|
|
|
|
paths:
|
|
'%kernel.project_dir%/assets/css': css
|
|
|
|
globals:
|
|
partdb_title: '%partdb.title%'
|
|
default_currency: '%partdb.default_currency%'
|
|
global_theme: '%partdb.global_theme%'
|
|
allow_email_pw_reset: '%partdb.users.email_pw_reset%'
|
|
locale_menu: '%partdb.locale_menu%'
|
|
attachment_manager: '@App\Services\Attachments\AttachmentManager'
|
|
label_profile_dropdown_helper: '@App\Services\LabelSystem\LabelProfileDropdownHelper'
|
|
error_page_admin_email: '%partdb.error_pages.admin_email%'
|
|
error_page_show_help: '%partdb.error_pages.show_help%'
|
|
sidebar_items: '%partdb.sidebar.items%'
|
|
sidebar_tree_updater: '@App\Services\Trees\SidebarTreeUpdater'
|
|
avatar_helper: '@App\Services\UserSystem\UserAvatarHelper'
|
|
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:
|
|
strict_variables: true |