Add theme_3d_systems/views/snippets/snippets.xml
This commit is contained in:
parent
1ac7fcfa9d
commit
c3fc08219d
1 changed files with 17 additions and 0 deletions
17
theme_3d_systems/views/snippets/snippets.xml
Normal file
17
theme_3d_systems/views/snippets/snippets.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?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>
|
||||
Loading…
Reference in a new issue