Skip to content

Commit 7089c53

Browse files
authored
Fix path to content_fields.html.twig
Unfortunately my pull request introduced a bug because the path to the `content_fields.html.twig` file was missing a colon. The correct path is `NetgenEnhancedBinaryFileBundle::content_fields.html.twig`
1 parent 843259b commit 7089c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/Resources/config/ez_field_templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ system:
33
fielddefinition_edit_templates:
44
- template: "NetgenEnhancedBinaryFileBundle:admin:field_types.html.twig"
55
field_templates:
6-
- template: "NetgenEnhancedBinaryFileBundle:content_fields.html.twig"
6+
- template: "NetgenEnhancedBinaryFileBundle::content_fields.html.twig"

0 commit comments

Comments
 (0)