Files
design-themes/theme_notes/views/snippets/s_cover.xml
T

23 lines
698 B
XML
Raw Normal View History

2021-07-06 14:56:59 +00:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_cover" inherit_id="website.s_cover">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
<b>Discover <br/>the Miraillet Festival</b>
</xpath>
</template>
<template id="configurator_s_cover" inherit_id="website.configurator_s_cover">
<!-- Shape option -->
2021-07-06 14:56:59 +00:00
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{"shape":"web_editor/Floats/12","flip":[]}</attribute>
</xpath>
<!-- Shape -->
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Floats_12"/>
</xpath>
</template>
</odoo>