1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/toolbar-scrollup/component.json

16 lines
342 B
JSON
Raw Normal View History

{
"name": "toolbar-scrollup",
"version": "1.0.0",
"dependencies": {
"toolbar": "*"
},
"templates": {
"toolbar.scrollup": "toolbar.scrollup.tpl"
},
"scripts": {
"toolbar.scrollup": "js/toolbar.scrollup.js"
},
"styles": {
"toolbar-scrollup": "css/toolbar-scrollup.css"
}
}