[ADD] theme saas-11.3
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user