Files
design-themes/theme_notes/views/snippets/s_unveil.xml
T
Xavier Luyckx (xlu) f2b03ac7bf [IMP] theme_*: adapt themes with new s_unveil snippet
*: anelusia, avantgarde, aviato, beauty, bewise, bookstore, ernark,
graphene, kea, kiddo, loftspace, monglia, nano, notes, odoo experts,
orchid, paptic, real_estate, treehouse, vehicle, yes, zap

This commit adapts the design of new s_unveil snippet for multiple
themes.

task-4104471

closes odoo/design-themes#860

Part-of: task-4077427
Related: odoo/odoo#176167
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
2024-08-14 09:24:56 +00:00

16 lines
415 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_unveil" inherit_id="website.s_unveil">
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Feel the Beat
</xpath>
<!-- Paragraph -->
<xpath expr="//p" position="replace" mode="inner">
Join the celebration with electrifying performances and unforgettable moments.
</xpath>
</template>
</odoo>