{%- if editmode -%} {%- for i in pimcore_block('textBlock').iterator() -%}
Color
{{ pimcore_select("color", { "store": select_editables_store.theme_colors, "defaultValue": "body" }) }}
Thin
{{ pimcore_checkbox("thin", { "label": "Use thin weight" }) }}
{{ pimcore_input('text') }}
{%- endfor -%} {%- else -%} <{{ heading_semantic }} class="mb-0 text-{{ alignment }} {{ heading_size }}" {% if max_width.data %}style="max-width:{{ max_width.data }}rem"{% endif %}> {%- for i in pimcore_block('textBlock').iterator() -%} {{ pimcore_input('text').data }} {%- endfor -%} {%- endif -%}
{%- include 'snippets/misc/advantages-badge.html.twig' with { classes: 'position-absolute top-0 end-0 d-none d-xxl-block', spin: true } -%}