2026-03-02 21:31:24 +05:30

32 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<!--
Custom Snippets (Building Blocks)
Define any custom drag-and-drop blocks here (Sliders, Feature Grids, etc).
-->
<!-- Example Snippet Definition -->
<!--
<template id="antalya_s_custom_banner" name="Custom Banner">
<section class="s_custom_banner">
<div class="container">
<h2>My Custom Banner</h2>
</div>
</section>
</template>
-->
<!-- Register the Snippet in the Sidebar -->
<!--
<template id="antalya_snippets_registration" inherit_id="website.snippets" name="Register Custom Snippets">
<xpath expr="//div[@id='snippet_structure']" position="inside">
<t t-snippet="theme_dine360_antalya.s_custom_banner" t-thumbnail="/theme_dine360_antalya/static/src/img/s_banner_thumb.jpg"/>
</xpath>
</template>
-->
</data>
</odoo>