33 lines
1.1 KiB
Python
33 lines
1.1 KiB
Python
{
|
|
'name': 'Dine360 Theme Chennora',
|
|
'description': 'Custom theme for Dine360 Chennora website',
|
|
'category': 'Theme/Website',
|
|
'version': '1.0',
|
|
'author': 'Dine360',
|
|
'depends': ['website', 'website_sale', 'website_crm'],
|
|
'data': [
|
|
'views/layout.xml', # Header, Footer, and Global Layout changes
|
|
'views/pages.xml', # specific page content (Home, About, etc.)
|
|
'views/about_page.xml', # About Page
|
|
'views/faq_page.xml', # FAQ Page
|
|
'views/snippets.xml', # Custom Building Blocks
|
|
'views/options.xml', # Options for snippets (if any)
|
|
'data/website_data.xml', # Data for creating pages
|
|
],
|
|
'assets': {
|
|
'web.assets_frontend': [
|
|
'dine360_theme_chennora/static/src/scss/primary_variables.scss',
|
|
'dine360_theme_chennora/static/src/scss/theme.scss',
|
|
'dine360_theme_chennora/static/src/js/deal_switcher.js',
|
|
'dine360_theme_chennora/static/src/js/category_slider.js',
|
|
],
|
|
},
|
|
'images': [
|
|
'static/description/cover.png',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'license': 'LGPL-3',
|
|
}
|
|
|