26 lines
474 B
Python
Executable File
26 lines
474 B
Python
Executable File
{
|
|
# Theme information
|
|
'name' : 'Clarico Carousel Editor',
|
|
'category' : 'Website',
|
|
'version' : '1.0',
|
|
'summary': 'Carousel RTE Editor',
|
|
'description': """""",
|
|
|
|
# Dependencies
|
|
'depends': [
|
|
'clarico_snippets',
|
|
],
|
|
|
|
# Views
|
|
'data': [
|
|
'templates/assets.xml',
|
|
],
|
|
|
|
# Author
|
|
'author': 'Emipro Technologies Pvt. Ltd.',
|
|
'website': 'http://www.emiprotechnologies.com',
|
|
|
|
# Technical
|
|
'installable': True,
|
|
}
|