Files
design-themes/theme_bewise/views/snippets_options.xml
T
2021-05-11 15:56:19 +02:00

33 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="bewise_snippet_options" inherit_id="website.snippet_options">
<xpath expr="//div[@data-js='background']" position="attributes">
<attribute name="data-selector" add="section, .carousel, .parallax, .s_color_blocks_2_block, .s_color_blocks_4_block, .s_big_image"/>
</xpath>
<xpath expr="//div[@data-js='background']" position="after">
<div data-js='sizing_x'
data-selector=".row.simple-stepwizard-row > .simple-stepwizard-step"
data-drop-in='.row.simple-stepwizard-row'/>
<div data-js="scroll_nav" data-selector="section">
<div class="dropdown-submenu">
<a tabindex="-1" href="#" class="dropdown-item"><i class="fa fa-mouse-pointer" />Scroll Nav</a>
<div class="dropdown-menu">
<a href="#" class="dropdown-item" data-select-class="o_scroll_nav">Enabled</a>
<a href="#" class="dropdown-item" data-select-class="">Disabled</a>
</div>
</div>
</div>
<div data-selector=".s_text_highlight"
data-drop-near="section, p, h1, h2, h3, blockquote, .card, .oe_share, .progress"/>
</xpath>
</template>
<template id="options_colorpicker" inherit_id="website.snippet_options">
<xpath expr="//div[@id='so_main_colorpicker']" position="attributes">
<attribute name="data-selector" add="section, .carousel, .parallax, .s_big_image, .s_team_profile_box, .s_color_blocks_2_block, .s_color_blocks_4_block, .s_event_list time, .s_text_highlight, .s_color_blocks_img_title"/>
</xpath>
</template>
</odoo>