{% if editmode %}
<div style="display:flex;gap:20px">
<div>
<h6 class="banner-style">Szöveg elhelyezkedése</h6>
{{ pimcore_select("layout", {
"store": [
["left", "Balra"],
["right", "Jobbra"],
],
"defaultValue" : "left",
"reload": true
}) }}
<h6 class="banner-style">Hír hozzákapcsolása </h6>
{{ pimcore_relation("additional_news", {
"types": ["object"],
"subtypes": {
"object": ["object"]
},
"classes": ["News"]
}) }}
</div>
<div style="">
<h6 class="banner-style">ÓRA MOBILE KÉP</h6>
{{ pimcore_image('watch-mobile-example', {'reload':true}) }}
</div>
</div>
{% endif %}
<div class="row row-custom-padding justify-content-center contact-container" style="margin: auto">
{% if pimcore_select('layout').getData() == 'right' %}
{% include 'areas/watch-landing/_image.html.twig' %}
{% include 'areas/watch-landing/_text.html.twig' %}
{% else %}
{% include 'areas/watch-landing/_text.html.twig' %}
{% include 'areas/watch-landing/_image.html.twig' %}
{% endif %}
</div>