{% set filled = "" %} {% set fillstyle = "" %} {% if pimcore_checkbox('content-bg').isChecked() %} {% set filled = "filled" %} {% endif %} {% if pimcore_input('content-bg-style').isEmpty() != true %} {% set fillstyle = pimcore_input('content-bg-style').getData() %} {% endif %}
{% if pimcore_checkbox('content-center-headline').isChecked() %}

{{ pimcore_input("content-title") }}

{% else %}

{{ pimcore_input("content-title") }}

{% endif %}
{{ pimcore_wysiwyg("content-content", { customConfig: '/bundles/idealcontent/js/pimcore/ckeditor_config.js' }) }}