Files
design-themes/theme_anelusia/views/snippets/s_shape_image.xml
T
Chrysanthe (chgo) 21bc9a1106 [IMP] theme_*: adapt s_shape_image
task-4094366
Part of task-4077427

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2024-09-21 16:34:53 +00:00

25 lines
910 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_shape_image" inherit_id="website.s_shape_image">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_colored_level o_cc o_cc4" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Celebrating diversity in fashion
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
Explore our diverse range of fashion that embraces all identities and styles. We believe in inclusivity, offering collections that represent everyone. Fashion is for all—find your unique expression with us.
</xpath>
<xpath expr="//p[2]" position="replace"/>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
Discover more
</xpath>
</template>
</odoo>