eav-manager icon indicating copy to clipboard operation
eav-manager copied to clipboard

The base template should be configurable

Open johnkrovitch opened this issue 5 years ago • 0 comments

Actually the only way to customize the base template seems to use the Twig template overriding process. This is not very convenient and not a very good practice.

It is more easier to have a configuration option :

# config/config.yaml
cleverage_eav_manager:
    admin:
        base_template: my_little_template.html.twig
# ...

johnkrovitch avatar Nov 13 '19 12:11 johnkrovitch