24 lines
486 B
Python
Executable File
24 lines
486 B
Python
Executable File
{
|
|
# Theme information
|
|
'name' : 'Clarico Business Carousel',
|
|
'category' : 'Website',
|
|
'version' : '1.0',
|
|
'summary': 'Contains Employee,Customer and Portfolio Carousels',
|
|
'description': """""",
|
|
|
|
# Dependencies
|
|
'depends': [
|
|
'clarico_employee_carousel',
|
|
'clarico_customer_carousel',
|
|
],
|
|
|
|
|
|
# Author
|
|
'author': 'Emipro Technologies Pvt. Ltd.',
|
|
'website': 'http://www.emiprotechnologies.com',
|
|
|
|
# Technical
|
|
'installable': True,
|
|
}
|
|
|