You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
2.0 KiB
41 lines
2.0 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Adding snippets by inheriting the template snippets-->
|
|
<template id="snippets" inherit_id="website.snippets" name="Blast snippets">
|
|
<!-- Dynamic Snippets -->
|
|
<xpath expr="//div[@id='snippet_effect']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<!-- Asked Questions-->
|
|
<t t-snippet="theme_blast.asked_questions_template"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/asked-question-snippet.png"/>
|
|
<!-- Best product Carousel-->
|
|
<t t-snippet="theme_blast.best_product_carousel"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/best-product-carousel.png"/>
|
|
<!-- Best deal-->
|
|
<t t-snippet="theme_blast.best_deal_snippet_template"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/best-deal.png"/>
|
|
<!-- Testimonial-->
|
|
<t t-snippet="theme_blast.testimonial"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/testinomial-1.png"/>
|
|
</xpath>
|
|
<!-- Structure snippet-->
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<!-- Features-->
|
|
<t t-snippet="theme_blast.features"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/s_features_grid.png"/>
|
|
<!-- Subscribe-->
|
|
<t t-snippet="theme_blast.subscribe"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/subscribe.png"/>
|
|
<!-- Choose-->
|
|
<t t-snippet="theme_blast.choose"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/Video.png"/>
|
|
<!-- Cards-->
|
|
<t t-snippet="theme_blast.cards"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/Portfolio.png"/>
|
|
<!-- Banners-->
|
|
<t t-snippet="theme_blast.banners"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/banner_section-1.png"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|