12345678910111213141516171819202122232425262728293031323334 |
- # -*- coding: utf-8 -*-
- #################################################################################
- #
- # Copyright (c) 2015-Present Webkul Software Pvt. Ltd. (<https://webkul.com/>)
- #
- #################################################################################
- {
- "name": "Website Scroll Back To Top",
- "category": 'Website' ,
- "summary": """scroll website from back to top.""",
- "description": """
- ====================
- **Help and Support**
- ====================
- .. |icon_features| image:: website_back2top/static/src/img/icon-features.png
- .. |icon_support| image:: website_back2top/static/src/img/icon-support.png
- .. |icon_help| image:: website_back2top/static/src/img/icon-help.png
- |icon_help| `Help <https://webkul.com/ticket/open.php>`_ |icon_support| `Support <https://webkul.com/ticket/open.php>`_ |icon_features| `Request new Feature(s) <https://webkul.com/ticket/open.php>`_
- """,
- "sequence": 1,
- 'images':['static/description/banner.png'],
- "author": "Webkul Software Pvt. Ltd.",
- "website": "http://www.webkul.com",
- "version": '1.0',
- "depends": ['website'],
- "data": [
- 'views/templates.xml',
- ],
- "installable": True,
- "application": True,
- "auto_install": False,
- }
|