Add theme_3d_systems/views/snippets/options.xml
This commit is contained in:
parent
3a086e74b6
commit
1ec4bb2a24
1 changed files with 15 additions and 0 deletions
15
theme_3d_systems/views/snippets/options.xml
Normal file
15
theme_3d_systems/views/snippets/options.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<!-- Snippet Options for Website Builder Sidebar -->
|
||||||
|
<template id="snippet_options_3d_hero" inherit_id="website.snippet_options" name="3D Hero Options">
|
||||||
|
<xpath expr="." position="inside">
|
||||||
|
<div data-js="Snippet3DHeroOptions" data-selector=".s_3d_hero">
|
||||||
|
<we-select string="3D Density" data-attribute-name="particleDensity">
|
||||||
|
<we-button data-select-data-attribute="low">Low (Lightweight)</we-button>
|
||||||
|
<we-button data-select-data-attribute="normal">Normal</we-button>
|
||||||
|
<we-button data-select-data-attribute="high">High (High-End GPU)</we-button>
|
||||||
|
</we-select>
|
||||||
|
</div>
|
||||||
|
</xpath>
|
||||||
|
</template>
|
||||||
|
</odoo>
|
||||||
Loading…
Reference in a new issue