From e37b45231b5f354c66713e225a10d5feb89ea1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Thu, 23 Feb 2017 00:54:13 +0100 Subject: [PATCH] Set the priority of eztags field templates to 0 --- Resources/config/ezpublish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/config/ezpublish.yml b/Resources/config/ezpublish.yml index abe58922..fb8e5a51 100644 --- a/Resources/config/ezpublish.yml +++ b/Resources/config/ezpublish.yml @@ -1,8 +1,8 @@ system: default: field_templates: - - {template: "NetgenTagsBundle::eztags_content_field.html.twig", priority: 10} + - {template: "NetgenTagsBundle::eztags_content_field.html.twig", priority: 0} fielddefinition_edit_templates: - - {template: "NetgenTagsBundle:platformui/content_type/edit:eztags.html.twig", priority: 10} + - {template: "NetgenTagsBundle:platformui/content_type/edit:eztags.html.twig", priority: 0} fielddefinition_settings_templates: - - {template: "NetgenTagsBundle:platformui/content_type/view:eztags.html.twig", priority: 10} + - {template: "NetgenTagsBundle:platformui/content_type/view:eztags.html.twig", priority: 0}