mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-21 11:24:40 +02:00
Parameters can now be found in their own file config/parameters.yaml. They are prefixed with partdb. and structured into different sections.
15 lines
684 B
YAML
15 lines
684 B
YAML
twig:
|
|
default_path: '%kernel.project_dir%/templates'
|
|
form_themes: ['bootstrap_4_horizontal_layout.html.twig', 'Form/extendedBootstrap4_layout.html.twig', 'Form/permissionLayout.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'
|