{%- if editmode -%} {%- for i in pimcore_block('textBlock').iterator() -%}
Color
{{ pimcore_select("color", { "store": select_editables_store.theme_colors, "defaultValue": "body" }) }}
{{ pimcore_input('text') }}
{%- endfor -%} {%- else -%}
<{{ heading_semantic }} class="text-{{ alignment }} {{ heading_size }}" {% if max_width and not max_width.empty %}style="max-width:{{ max_width }}rem"{% endif %}> {%- if icon and not icon.empty -%}
{# to change the height of the icon, play with the padding here in this div #}
{%- endif -%}
{%- for i in pimcore_block('textBlock').iterator() -%} {{ pimcore_input('text').data }} {%- endfor -%}
{%- endif -%}