Add theme_3d_systems/views/snippets/options.xml

This commit is contained in:
Huzaifa Inam 2026-08-22 21:25:42 +00:00
parent 3a086e74b6
commit 1ec4bb2a24

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