Files
design-themes/theme_notes/views/snippets/s_images_mosaic.xml
T
Brieuc-brd 28cc178546 [IMP] theme_*: adapt s_images_mosaic
This commit adapts images for s_images_mosaic, added in
https://github.com/odoo/odoo/pull/176575

task-4105446
Part of task-4077427

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:53 +00:00

14 lines
376 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_images_mosaic" inherit_id="website.s_images_mosaic">
<xpath expr="//h2" position="replace" mode="inner">
Our New Festival Highlights
</xpath>
<xpath expr="//p" position="replace" mode="inner">
Enjoy fresh activities and top performances at our event.
</xpath>
</template>
</odoo>