Adds the Twig function ‘enno_print’.
This function can be used to display all available template variables or only certain template variables using paramater.Examples of use:
{{ enno_print() }}}
{{ enno_print(shopware.config) }}
This function is not a 100% implementation of the twig function {{ dump() }}, but this app can be installed even in Shopware 6 productive environments (i.e. Shopware 6 Early Access 2) for short time debugging.