1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/application/frontend/components/wall/component.json
Denis Shakhov c31a235423 Компоненты специфичные для lscms перенесены во frontend/components
Остальные перенесены во фреймворк
2015-01-31 19:16:15 +07:00

26 lines
580 B
JSON

{
"name": "wall",
"version": "1.0.0",
"dependencies": {
"ls-component": "*",
"alert": "*",
"comment": "*",
"button": "*",
"field": "*"
},
"templates": {
"comments": "wall.comments.tpl",
"entry": "wall.entry.tpl",
"form": "wall.form.tpl",
"posts": "wall.posts.tpl",
"wall": "wall.tpl"
},
"scripts": {
"wall-entry": "js/wall-entry.js",
"wall-form": "js/wall-form.js",
"wall": "js/wall.js"
},
"styles": {
"wall": "css/wall.css"
}
}