[REF] theme_*: rename snippets_list to configurator_snippets

This commit renames the `snippets_list` manifest key to
`configurator_snippets` across all themes.

task-3381714

Part-of: odoo/design-themes#692
This commit is contained in:
Benoit Socias
2023-09-19 13:23:48 +02:00
parent d206c11972
commit 230ded2759
27 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
'website.s_masonry_block_default_image_1': '/theme_real_estate/static/src/img/snippets/s_masonry_block.jpg',
'website.s_quotes_carousel_demo_image_1': '/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.jpg',
},
'snippet_lists': {
'configurator_snippets': {
'homepage': ['s_banner', 's_text_block', 's_text_image', 's_image_text', 's_title', 's_three_columns',
's_title', 's_masonry_block', 's_numbers', 's_quotes_carousel'],
},