Skip to content

Commit

Permalink
Set the priority of eztags field templates to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 22, 2017
1 parent 59112f4 commit e37b452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/config/ezpublish.yml
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit e37b452

Please sign in to comment.