Business/theme_3d_systems/views/snippets/options.xml

16 lines
778 B
XML
Raw Normal View History

<?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>