1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/components/sort/component.json
Denis Shakhov d829e54a58 Подготовка компонентов к переносу
* Исправлены пути
* Добавлены зависимости
2015-01-30 18:57:52 +07:00

15 lines
280 B
JSON

{
"name": "sort",
"version": "1.0.0",
"dependencies": {
"dropdown": "*"
},
"templates": {
"ajax": "sort.ajax.tpl",
"timespan": "sort.timespan.tpl",
"sort": "sort.tpl"
},
"styles": {
"sort": "css/sort.css"
}
}