Skip to content

Commit

Permalink
Added location parameter to ez_render_field (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Dec 16, 2020
1 parent 49b54d5 commit eb6fea5
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, field_definition.identifier) }}
{{ ez_render_field(content, field_definition.identifier, {location: location}) }}
{% endif %}
</div>
</div>
Expand Down

0 comments on commit eb6fea5

Please sign in to comment.