#agrid_bundle Version: agrid_bundle v 2.0.4 **- Require:** # Extension of the parent template: Add this lines in config/packages/twig.yaml for global variable of base template from which we will inherit globals: parent_template: 'base.html.twig' content_col_module: '@agrid.content_col_module.manager' agrid_cache_service: '@agrid.cache_service' html_loader : '
' # Interfaces configuration: Add this lines in doctrine.yaml file orm section for declare all interfaces** resolve_target_entities: AGridBundle\Interfaces\SEOInterface: AGridBundle\Entity\AGridSlugElement # Cache pool configuration: Add this lines in framework.yaml file orm section for declare all interfaces** framework: ... cache: pools: agrid_pool: tags: true