2021-06-07 14:47:59 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<odoo>
|
|
|
|
|
|
|
|
|
|
<template id="s_image_text" inherit_id="website.s_image_text">
|
|
|
|
|
<!-- Section -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
2024-07-24 17:49:48 +02:00
|
|
|
<attribute name="class" add="pt64 pb64" remove="pt80 pb80" separator=" "/>
|
2023-10-17 14:52:06 +02:00
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Airy/10","flip":["x"]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Airy_10" style="background-image: url('/web_editor/shape/web_editor/Airy/10.svg?c5=o-color-1&flip=x'); background-position: 50% 100%;"/>
|
2021-06-07 14:47:59 +00:00
|
|
|
</xpath>
|
|
|
|
|
<!-- Img wrapper -->
|
|
|
|
|
<xpath expr="//div[hasclass('row')]//div" position="attributes">
|
|
|
|
|
<attribute name="class" add="col-lg-5" remove="col-lg-6" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
</odoo>
|