Files
design-themes/theme_beauty/views/snippets/s_image_frame.xml
T
Brieuc-brd f0e216f031 [IMP] theme_beauty: revamp the theme
task-4178019
Part of task-4177975

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2024-09-21 16:34:54 +00:00

18 lines
816 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_image_frame" inherit_id="website.s_image_frame">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Origins/02_001','colors':{'c4':'o-color-5','c5':'o-color-1'},'flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_02_001" style="background-image: url('/web_editor/shape/web_editor/Origins/02_001.svg?c4=o-color-5&amp;c5=o-color-1');"/>
</xpath>
<xpath expr="//img" position="attributes">
<attribute name="style"/>
</xpath>
</template>
</odoo>