chill_document_edit_button: create new twig extension

This commit is contained in:
2022-02-02 12:44:04 +01:00
parent 53e03395f2
commit 2af3de4f61
7 changed files with 105 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ class ChillDocStoreExtension extends Extension implements PrependExtensionInterf
$loader->load('services/menu.yaml');
$loader->load('services/fixtures.yaml');
$loader->load('services/form.yaml');
$loader->load('services/templating.yaml');
}
public function prepend(ContainerBuilder $container)