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/skin/developer/components/vote/component.json

14 lines
239 B
JSON
Raw Normal View History

{
"name": "vote",
"version": "1.0.0",
"templates": {
"info": "vote.info.tpl",
"vote": "vote.tpl"
},
"scripts": {
"vote": "js/vote.js"
},
"styles": {
"vote": "css/vote.css"
}
}