[FIX] *: fix "s_features" snippet overrides for new page templates

*: theme_artists, theme_buzzy, theme_loftspace, theme_yes

The community "s_features" snippet for a specific new page template was
broken (missing all its classes). This commit adapts the related
themes overrides following the fix of that snippet (note that these
overrides were also broken by themselves).

Related to task-4373543

Part-of: odoo/design-themes#1054
Related: odoo/odoo#189299
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
qsm-odoo
2025-04-18 15:49:01 +02:00
parent b03e17be44
commit 019caa4905
4 changed files with 1 additions and 21 deletions
@@ -30,14 +30,6 @@
</xpath>
</template>
<!-- Landing -->
<template id="new_page_template_landing_s_features" inherit_id="website.new_page_template_landing_s_features">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt48" separator=" "/>
</xpath>
</template>
<!-- Gallery -->
<template id="new_page_template_gallery_s_banner" inherit_id="website.new_page_template_gallery_s_banner">