From 1243d5769b16ee95a215a0d35e62e5acdaf6ff5f Mon Sep 17 00:00:00 2001 From: Ramzi Arfaoui Date: Thu, 2 Mar 2023 13:10:44 +0100 Subject: [PATCH] Remove site siteaccess to load fieldtype view template Issue Description in https://github.com/Novactive/NovaeZEnhancedImageAssetBundle/issues/12 --- src/bundle/Resources/config/field_templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/config/field_templates.yml b/src/bundle/Resources/config/field_templates.yml index d47aa6a..e46d682 100644 --- a/src/bundle/Resources/config/field_templates.yml +++ b/src/bundle/Resources/config/field_templates.yml @@ -6,7 +6,7 @@ system: fielddefinition_edit_templates: - template: "@ibexadesign/content_type/enhanced_image_fielddefinition_edit_templates.html.twig" - site: + field_templates: - template: "@ibexadesign/enhanced_image_content_fields.html.twig"