Business/theme_3d_systems/views/snippets/snippets.xml

18 lines
1.5 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Register Snippets into Odoo Website Builder Drawer -->
<template id="snippets_3d_systems" inherit_id="website.snippets" name="3D Systems Snippets Category">
<xpath expr="//div[@id='snippet_structure']" position="inside">
<t t-snippet="theme_3d_systems.s_3d_hero" t-thumbnail="/theme_3d_systems/static/src/img/previews/s_3d_hero.png"/>
<t t-snippet="theme_3d_systems.s_system_architecture" t-thumbnail="/theme_3d_systems/static/src/img/previews/s_system_architecture.png"/>
<t t-snippet="theme_3d_systems.s_floating_cards" t-thumbnail="/theme_3d_systems/static/src/img/previews/s_floating_cards.png"/>
<t t-snippet="theme_3d_systems.s_odoo_modules_grid" t-thumbnail="/theme_3d_systems/static/src/img/previews/s_odoo_modules_grid.png"/>
<t t-snippet="theme_3d_systems.s_portfolio_showcase" t-thumbnail="/theme_3d_systems/static/src/img/previews/s_portfolio_showcase.png"/>
<t t-snippet="theme_3d_systems.s_stats_matrix" t-thumbnail="/theme_3d_systems/static/src/img/previews/s_stats_matrix.png"/>
<t t-snippet="theme_3d_systems.s_tech_stack" t-thumbnail="/theme_3d_systems/static/src/img/previews/s_tech_stack.png"/>
<t t-snippet="theme_3d_systems.s_testimonials_3d" t-thumbnail="/theme_3d_systems/static/src/img/previews/s_testimonials_3d.png"/>
<t t-snippet="theme_3d_systems.s_cta_glow" t-thumbnail="/theme_3d_systems/static/src/img/previews/s_cta_glow.png"/>
</xpath>
</template>
</odoo>