Files
chill-bundles/Resources/views/CustomFieldsRendering/title.html.twig

5 lines
158 B
Twig

{% if type == "title"%}
<h2>{{ title | localize_translatable_string }}</h2>
{% else %}
<h3>{{ title | localize_translatable_string }}</h3>
{% endif %}