mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Using TranslatableStringHelperTwig for displaying CustomFieldTitle
This commit is contained in:
parent
43d863ef88
commit
780002bed5
@ -1,5 +1,5 @@
|
||||
{% if type == "title"%}
|
||||
<h2>{{ title[app.request.locale] }}</h2>
|
||||
<h2>{{ title | localize_translatable_string }}</h2>
|
||||
{% else %}
|
||||
<h3>{{ title[app.request.locale] }}</h3>
|
||||
<h3>{{ title | localize_translatable_string }}</h3>
|
||||
{% endif %}
|
Loading…
x
Reference in New Issue
Block a user