[IMP] theme_anelusia: replace banner with text_cover

The new text_cover snippet introduced in commit [1] reproduces the same
result as the Anelusia banner. It makes more sense to use now this new
snippet and get rid of the banner customizations.

This commit removes banner customizations in favor of text_cover
snippet.

As the text_cover snippet is not yet managed in the svg preview, this
snippet uses the banner image.

[1]: https://github.com/odoo/odoo/commit/5ac340b1b27c9527463e2eed65fe2e7768b36702

task-3097005

Part-of: odoo/design-themes#687
This commit is contained in:
Brieuc-brd
2023-08-29 11:47:50 +02:00
committed by qsm-odoo
parent e3248ddfda
commit 68c68740bf
6 changed files with 21 additions and 14 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
'views/snippets/s_cover.xml',
'views/snippets/s_image_gallery.xml',
'views/snippets/s_media_list.xml',
'views/snippets/s_banner.xml',
'views/snippets/s_text_cover.xml',
'views/snippets/s_color_blocks_2.xml',
'views/snippets/s_references.xml',
'views/snippets/s_call_to_action.xml',
@@ -45,7 +45,7 @@
'website.s_media_list_default_image_2': '/theme_anelusia/static/src/img/snippets/s_media_list_2.jpg',
},
'snippet_lists': {
'homepage': ['s_banner', 's_images_wall', 's_color_blocks_2', 's_references',
'homepage': ['s_text_cover', 's_images_wall', 's_color_blocks_2', 's_references',
's_media_list', 's_company_team', 's_call_to_action'],
},
'license': 'LGPL-3',