Files
design-themes/theme_nano/views/snippets/s_text_image.xml
T

22 lines
922 B
XML
Raw Normal View History

2021-08-01 21:13:17 +00:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_image" inherit_id="website.s_text_image">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc5 pt48 pb48" remove="pt32 pb32" separator=" "/>
</xpath>
<xpath expr="//*[hasclass('container')]" position="attributes">
<attribute name="class" add="container-fluid" remove="container" separator=" "/>
2021-08-01 21:13:17 +00:00
</xpath>
<!-- Image + Shape -->
<xpath expr="//img" position="attributes">
2023-04-06 12:38:20 +00:00
<attribute name="src">/web_editor/image_shape/website.s_text_image_default_image/web_editor/pattern/pattern_point.svg</attribute>
2021-08-01 21:13:17 +00:00
<attribute name="data-file-name">s_text_image.svg</attribute>
2023-04-06 12:38:20 +00:00
<attribute name="data-shape">web_editor/pattern/pattern_point</attribute>
2021-08-01 21:13:17 +00:00
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
</template>
</odoo>