Open jbcr opened 5 years ago
The twig global variable is not available on twig template:
lolautruche/ez-core-extra-bundle version 2.2.1 ezsystems/ezpublish-kernel version 6.13.6
lolautruche/ez-core-extra-bundle
2.2.1
ezsystems/ezpublish-kernel
6.13.6
Bundle configuration:
ez_core_extra: system: front_end: twig_globals: app_name: 'frontend'
Twig template:
App name: {{ app_name }}
Result:
The variable app_name is not defined
There is probably an issue here:
The twig global variable is not available on twig template:
lolautruche/ez-core-extra-bundle
version2.2.1
ezsystems/ezpublish-kernel
version6.13.6
Bundle configuration:
Twig template:
Result: