1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/components/sort/component.json
Denis Shakhov c31a235423 Компоненты специфичные для lscms перенесены во frontend/components
Остальные перенесены во фреймворк
2015-01-31 19:16:15 +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"
}
}