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}