Skip to content

Commit

Permalink
EZP-31805: Moved default template configuration from twig file to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Aug 25, 2020
1 parent e22bc12 commit 92bf479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% if ez_field_is_empty(content, field_definition.identifier) and field_definition.fieldTypeIdentifier is not same as('ezboolean') %}
<em>{{ 'fieldview.field.empty'|trans({}, 'fieldview')|desc('This field is empty') }}</em>
{% else %}
{{ ez_render_field(content, fieldDefinition.identifier) }}
{{ ez_render_field(content, field_definition.identifier) }}
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 92bf479

Please # to comment.