1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00
ifhub.club/application/frontend/components/talk/component.json
2015-10-16 22:09:29 +07:00

37 lines
1 KiB
JSON

{
"name": "talk",
"version": "1.0.0",
"dependencies": {
"ls-component": "*",
"user-list-add": "*",
"details": "*",
"search-form": "*",
"article": "*",
"comment": "*",
"vote": "*",
"favourite": "*",
"button": "*",
"field": "*",
"alert": "*"
},
"templates": {
"add": "add.tpl",
"blacklist": "blacklist.tpl",
"list": "talk-list.tpl",
"message-root": "talk-message-root.tpl",
"search-form": "talk-search-form.tpl",
"talk": "talk.tpl",
"participants-item": "participants/participants-item.tpl",
"participants-list": "participants/participants-list.tpl",
"participants": "participants/participants.tpl"
},
"scripts": {
"users": "js/talk-users.js",
"talk-list": "js/talk-list.js"
},
"styles": {
"talk": "css/talk.css",
"talk-list": "css/talk-list.css",
"message-root": "css/message-root.css"
}
}