[IMP] theme_bewise: add and customize wsale categories snippet

This commit includes and customize the
`website_sale.s_dynamic_snippet_category_list` snippet in the default
snippet sequence of the theme's homepage.

task-5009694

Part-of: odoo/design-themes#1137
Related: odoo/odoo#225310
Signed-off-by: Antoine Sougné (anso) <anso@odoo.com>
This commit is contained in:
Antoine (anso)
2025-09-02 13:25:20 +02:00
parent b48635ee00
commit 937b0bee9c
+24
View File
@@ -26,6 +26,30 @@
'configurator_snippets': {
'homepage': ['s_striped_center_top', 's_title', 's_color_blocks_2', 's_faq_collapse', 's_masonry_block_default_template', 's_company_team_shapes'],
},
'configurator_snippets_addons': {
'website_sale': {
'homepage': [
('website_sale.s_dynamic_snippet_category_list', 'after', 's_striped_center_top'),
],
},
},
'theme_customizations': {
'website_sale.s_dynamic_snippet_category_list': {
'data_attributes': {
'rounded': '3',
'size': 'small',
},
'add_classes': [
'pb128',
{
's_dynamic_snippet_title': 'd-none'
},
],
'remove_classes': [
'pt64', 'pb64',
],
},
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
'live_test_url': 'https://theme-bewise.odoo.com',