Restore output of fields with non-hidden label
This commit is contained in:
parent
b7ffd9a059
commit
7faabb912a
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@
|
||||||
%}
|
%}
|
||||||
{% if use_item_wrapper %}
|
{% if use_item_wrapper %}
|
||||||
<div{{ item.attributes }}>{{ item.content }}</div>
|
<div{{ item.attributes }}>{{ item.content }}</div>
|
||||||
|
{% else %}
|
||||||
|
{{ item.content }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endmacro render_item %}
|
{% endmacro render_item %}
|
||||||
{% import _self as helpers %}
|
{% import _self as helpers %}
|
||||||
|
|
Loading…
Reference in a new issue