{% if editmode %}
{{ include('_includes/editables_tooltipps.html.twig') }}
{% endif %}
{% set vSpace = '' %}
{% if pimcore_select("set-vspace").getData != '' %}
{% set vSpace = 'style="margin-top: ' ~ pimcore_select("set-vspace").getData ~ '"' %}
{% endif %}
{% if pimcore_checkbox("set-as-section").isChecked %}
<section class="section-padding {{ pimcore_select('set-bg-color').getData ? pimcore_select('set-bg-color').getData : '' }}">
{% endif %}
{% if pimcore_select("panel-container-status").getData != '' %}
<div class="{{ pimcore_select("panel-container-status").getData == 'container-fluid' ? 'container-fluid' : 'container' }}" {{ vSpace | raw }}>
{% endif %}
<div class="document-gallery-wrapper">
{{ pimcore_renderlet('slidergallery', {
"controller" : "App\\Controller\\DocumentController::sliderGalleryAction",
"title" : "Assets-Ordner mit Bildern per Drag+Drop zuweisen",
"height" : 400
})
}}
</div>
</div>
{% if pimcore_checkbox("set-as-section").isChecked %}
</section>
{% endif %}