mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_*: move snippet lists from iap to design-theme repo
Previously the configurator retrieved the snippet lists
needed to build the website pages from IAP. These lists
have been put in the theme manifests and can be accessed
from it.
Odoo PR: odoo/odoo#77243
IAP PR: odoo/iap-apps#411
closes odoo/design-themes#510
X-original-commit: 285d413a44
Related: odoo/odoo#77550
Signed-off-by: Jérémy Kersten (jke) <jke@openerp.com>
This commit is contained in:
committed by
Jeremy Kersten
parent
a6529ea67b
commit
57e1e285b8
@@ -30,8 +30,7 @@
|
||||
'views/snippets/s_parallax.xml',
|
||||
'views/snippets/s_comparisons.xml',
|
||||
'views/snippets/s_quotes_carousel.xml',
|
||||
|
||||
],
|
||||
],
|
||||
'images': [
|
||||
'static/description/notes_description.jpg',
|
||||
'static/description/notes_screenshot.jpg',
|
||||
@@ -45,6 +44,9 @@
|
||||
'website.s_media_list_default_image_2': '/theme_notes/static/src/img/content/content_img_26.jpg',
|
||||
'website.s_media_list_default_image_3': '/theme_notes/static/src/img/content/content_img_27.jpg',
|
||||
},
|
||||
'snippet_lists': {
|
||||
'homepage': ['s_carousel', 's_masonry_block', 's_text_image', 's_product_catalog', 's_media_list', 's_company_team'],
|
||||
},
|
||||
'license': 'LGPL-3',
|
||||
'live_test_url': 'https://theme-notes.odoo.com',
|
||||
'assets': {
|
||||
|
||||
Reference in New Issue
Block a user