mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
24 lines
621 B
Python
24 lines
621 B
Python
{
|
|
'name':'Website Animate',
|
|
'description':"Provide animation for page\'s blocks",
|
|
'category': 'Website',
|
|
'version':'1.1',
|
|
'author':'Odoo S.A.',
|
|
'data': [
|
|
'views/options.xml',
|
|
],
|
|
'depends': ['website'],
|
|
'images': [
|
|
'static/description/icon.png',
|
|
],
|
|
'assets': {
|
|
'web.assets_frontend': [
|
|
'website_animate/static/src/scss/o_animate_frontend.scss',
|
|
'website_animate/static/src/js/o_animate.frontend.js',
|
|
],
|
|
'website.assets_editor': [
|
|
'website_animate/static/src/js/o_animate.editor.js',
|
|
],
|
|
}
|
|
}
|