mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
'views/snippets/s_banner.xml',
|
||||
'views/snippets/s_image_text.xml',
|
||||
'views/snippets/s_image_title.xml',
|
||||
'views/snippets/s_images_mosaic.xml',
|
||||
'views/snippets/s_numbers.xml',
|
||||
'views/snippets/s_pricelist_boxed.xml',
|
||||
'views/snippets/s_color_blocks_2.xml',
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<?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 Latest Furniture Collections
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Explore our new designs and stylish pieces for your home.
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user