mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Render for title
This commit is contained in:
5
Resources/views/CustomFieldsRendering/title.html.twig
Normal file
5
Resources/views/CustomFieldsRendering/title.html.twig
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if type == "title"%}
|
||||
<h2>{{ title[app.request.locale] }}</h2>
|
||||
{% else %}
|
||||
<h3>{{ title[app.request.locale] }}</h3>
|
||||
{% endif %}
|
Reference in New Issue
Block a user