2018-09-01 22:18:13 +02:00
|
|
|
twig:
|
|
|
|
paths: ['%kernel.project_dir%/templates']
|
|
|
|
debug: '%kernel.debug%'
|
|
|
|
strict_variables: '%kernel.debug%'
|
2018-09-06 17:47:47 +02:00
|
|
|
form_themes: ['bootstrap_4_layout.html.twig']
|
2019-02-18 21:09:57 +01:00
|
|
|
globals:
|
|
|
|
layer_action_map: "@Infinito\\Domain\\LayerManagement\\LayerActionMap"
|
2019-02-24 15:34:33 +01:00
|
|
|
requested_action_service: "@Infinito\\Domain\\RequestManagement\\Action\\RequestedActionService"
|
2019-02-18 21:09:57 +01:00
|
|
|
action_icon_class_map: "@Infinito\\Domain\\TwigManagement\\ActionIconClassMap"
|
2019-02-19 21:08:29 +01:00
|
|
|
action_template_name_service: "@Infinito\\Domain\\TemplateManagement\\ActionTemplateNameServiceInterface"
|
|
|
|
action_template_data_store_service: "@Infinito\\Domain\\TemplateManagement\\ActionTemplateDataStoreServiceInterface"
|