[IMP] theme_bistro: 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 17:11:52 +02:00
parent 937b0bee9c
commit b0ef287c18
+24
View File
@@ -81,6 +81,30 @@
'homepage': ['s_image_title', 's_key_images', 's_pricelist_cafe', 's_quotes_carousel', 's_quadrant'],
'pricing': ["s_text_image", "s_product_catalog"],
},
'configurator_snippets_addons': {
'website_sale': {
'homepage': [
('website_sale.s_dynamic_snippet_category_list', 'after', 's_image_title'),
],
},
},
'theme_customizations': {
'website_sale.s_dynamic_snippet_category_list': {
'data_attributes': {
'gap': '3',
'alignment': 'left',
},
'background': {
'color': 'o_cc5',
},
'add_classes': [
'pt80', 'pb112',
],
'remove_classes': [
'pt64', 'pb64',
],
},
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
'live_test_url': 'https://theme-bistro.odoo.com',