Add inline option to show array type
@@ -18,5 +18,6 @@ file that was distributed with this source code.
{% else %}
[{{ key }} => {{ val }}]
{% endif %}
+ {% if field_description.options.inline is not defined or false == field_description.options.inline %}<br>{% endif %}
{% endfor %}
{% endblock %}