Files
design-themes/theme_zap/__manifest__.py
T

55 lines
2.3 KiB
Python
Raw Normal View History

2021-05-10 15:45:35 +02:00
{
'name': 'Zap Theme',
'description': 'Zap Theme - Corporate, Business, Marketing, Copywriting',
'category': 'Theme/Corporate',
2021-05-10 15:46:48 +02:00
'summary': 'Digital, Marketing, Copywriting, Media, Events, Non Profit, NGO, Corporate, Business, Services',
2021-05-10 15:45:35 +02:00
'sequence': 160,
'version': '2.0.0',
'depends': ['theme_common'],
'data': [
2021-05-10 15:46:42 +02:00
'data/ir_asset.xml',
2021-05-10 15:45:35 +02:00
'views/images_library.xml',
'views/snippets/s_banner.xml',
2021-06-28 10:04:27 +00:00
'views/snippets/s_call_to_action.xml',
2021-05-10 15:45:35 +02:00
'views/snippets/s_color_blocks_2.xml',
2021-06-28 10:04:27 +00:00
'views/snippets/s_cover.xml',
2021-05-10 15:45:35 +02:00
'views/snippets/s_features.xml',
2021-06-28 10:04:27 +00:00
'views/snippets/s_masonry_block.xml',
'views/snippets/s_media_list.xml',
2021-05-10 15:45:35 +02:00
'views/snippets/s_numbers.xml',
'views/snippets/s_references.xml',
2021-06-28 10:04:27 +00:00
'views/snippets/s_image_text.xml',
'views/snippets/s_three_columns.xml',
'views/new_page_template.xml',
2021-05-10 15:45:35 +02:00
],
'images': [
'static/description/zap_cover.gif',
'static/description/zap_screenshot.jpg',
],
2021-06-28 10:04:27 +00:00
'images_preview_theme': {
'website.s_banner_default_image': '/theme_zap/static/src/img/content/banner.jpg',
'website.s_three_columns_default_image_1': '/theme_zap/static/src/img/content/three_columns_01.jpg',
'website.s_three_columns_default_image_2': '/theme_zap/static/src/img/content/three_columns_02.jpg',
'website.s_three_columns_default_image_3': '/theme_zap/static/src/img/content/three_columns_03.jpg',
'website.library_image_08': '/theme_zap/static/src/img/backgrounds/01.jpg',
'website.s_masonry_block_default_image_1': '/theme_zap/static/src/img/backgrounds/16.jpg',
'website.library_image_02': '/theme_zap/static/src/img/content/masonry_block_02.jpg',
},
'configurator_snippets': {
'homepage': ['s_banner', 's_three_columns', 's_color_blocks_2', 's_features', 's_masonry_block', 's_references'],
},
'new_page_templates': {
'about': {
'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'],
},
},
2021-05-10 15:45:35 +02:00
'license': 'LGPL-3',
2021-05-10 15:46:42 +02:00
'live_test_url': 'https://theme-zap.odoo.com',
'assets': {
'website.assets_editor': [
'theme_zap/static/src/js/tour.js',
],
}
2021-05-10 15:45:35 +02:00
}