[IMP] theme_*: explode masonry snippet

See community commit for details

Note: this also fixes avantgarde svg/screenshot at the same time: we
remove the s_masonry_block but add the missing carousel.

(image contribution by MANO)

closes odoo/design-themes#1020

Related: odoo/odoo#183755
Related: odoo/upgrade#6642
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Co-authored-by: mano-odoo <mano@odoo.com>
This commit is contained in:
qsm-odoo
2024-12-03 17:41:43 +01:00
parent 2b56d0cf91
commit f3d88b9516
23 changed files with 97 additions and 190 deletions
@@ -4,13 +4,6 @@
<template id="s_masonry_block" inherit_id="website.s_masonry_block" name="Masonry">
<xpath expr="//section" position="attributes">
<attribute name="class" remove="pt48 pb48" separator=" "/>
<attribute name="data-masonry-template">default_reversed</attribute>
</xpath>
<xpath expr="//section/div" position="attributes">
<attribute name="class" remove="container" add="container-fluid" separator=" "/>
</xpath>
<xpath expr="//section/div" position="replace" mode="inner">
<t t-call="website.s_masonry_block_reversed_template"/>
</xpath>
</template>