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.
23 lines
930 B
23 lines
930 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- new snippet for video-->
|
|
<template id="Video" inherit_id="website.snippets" name="Video">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_zen_dark.zen_video"
|
|
t-thumbnail="/theme_zen_dark/static/src/img/snippets/Video.png"/>
|
|
</xpath>
|
|
</template>
|
|
<!-- video snippet content-->
|
|
<template id="zen_video" name="Index Video snippet">
|
|
<section class="video">
|
|
<div class="bs-example">
|
|
<a data-fancybox=""
|
|
href="https://www.youtube.com/watch?v=AC1cREPIw_o&autoplay=1&rel=0&controls=0&showinfo=0"
|
|
target="_blank">
|
|
<button class="pulse"></button>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|