mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user