Files
design-themes/theme_anelusia/views/snippet_options.xml
T
2021-05-12 08:20:52 +02:00

39 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="theme_anelusia_website_options_pattern" inherit_id="website.snippet_options">
<!-- Background image -->
<xpath expr="//div[@data-js='background']" position="attributes">
<attribute name="data-exclude" add=".s_cubes"/>
</xpath>
<xpath expr="//div[@data-js='colorpicker']" position="attributes">
<attribute name="data-selector" add=".product-widget, .popup-container, .big-menu"/>
<attribute name="data-exclude" add=".s_cubes"/>
</xpath>
</template>
<!-- Top banner parallax -->
<template id="top_banner" inherit_id="website.snippet_options">
<xpath expr="." position="inside">
<div data-js='s_banner_parallax' data-selector=".s_banner_parallax">
</div>
</xpath>
</template>
<!-- Top banner slider -->
<template id="top_slider" inherit_id="website.snippet_options">
<xpath expr="." position="inside">
<div data-js='s_banner_3' data-selector=".s_banner_3">
</div>
</xpath>
</template>
<!-- Top products carousel -->
<template id="top_products_slider" inherit_id="website.snippet_options">
<xpath expr="." position="inside">
<div data-js='s_products_carousel' data-selector=".s_products_carousel">
</div>
</xpath>
</template>
</odoo>