1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/components/actionbar/component.json

15 lines
345 B
JSON

{
"name": "actionbar",
"version": "1.0.0",
"templates": {
"item.select": "actionbar-item.select.tpl",
"item": "actionbar-item.tpl",
"actionbar": "actionbar.tpl"
},
"scripts": {
"item-select": "js/actionbar-item-select.js"
},
"styles": {
"actionbar": "css/actionbar.css"
}
}