lolautruche / EzCoreExtraBundle

Extra features for eZ Platform (v1.x compatible with eZ Publish 5.4)
MIT License
28 stars 8 forks source link

The twig globals variables for a siteaccess not work #52

Open jbcr opened 5 years ago

jbcr commented 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

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
lolautruche commented 5 years ago

There is probably an issue here: