{% set suffix = suffix ?? '' %} {% if suffix is empty and editmode %} {% endif %}
{% set circle = pimcore_checkbox('circle' ~ suffix) %} {{ pimcore_image('image' ~ suffix, { thumbnail: 'standardTeaser', class: circle.isChecked() ? 'img-circle' }) }} {% if editmode %}
{{ circle }}
{% endif %}

{{ pimcore_input('headline' ~ suffix) }}

{{ pimcore_wysiwyg('text' ~ suffix, { height: 100 }) }}

{{ pimcore_link('link' ~ suffix, { class: 'btn btn-default' }) }}