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.
 
 
 
 
 

20 lines
1.0 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Added the division and class to append the iframe after dragging the
snippet into the website page.-->
<template id="link_snippet" name="Link Snippet">
<section class="container dynamic_snippet_blogs">
<div class="row external-link" id="news" style="height:500px;width:1600px">
<div class="iframes" style="height:500px;width:1400px">
</div>
</div>
</section>
</template>
<!-- Extending the website.snippets template to add the link snippet -->
<template id="external_website_snippets" inherit_id="website.snippets" priority="8">
<!-- Insert the link snippet after a specific t element inside the div with id "snippet_effect" -->
<xpath expr="//snippets[@id='snippet_content']" position="inside">
<t t-snippet="dynamic_link_snippet.link_snippet" t-thumbnail="./dynamic_link_snippet/static/src/img/link.png"/>
</xpath>
</template>
</odoo>