1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00
ifhub.club/application/frontend/components/comment/component.json
Denis Shakhov e47fd3afe5 Доработка комментариев
Добавлены отдельные шаблоны для действий и инфы для удобства добавления пунктов через плагины
2016-07-15 12:17:53 +07:00

33 lines
907 B
JSON

{
"name": "comment",
"version": "1.0.0",
"dependencies": {
"ls-core": "*",
"actionbar": "*",
"favourite": "*",
"vote": "*",
"editor": "*"
},
"templates": {
"form": "comment-form.tpl",
"list": "comment-list.tpl",
"tree": "comment-tree.tpl",
"comments": "comments.tpl",
"comment": "comment.tpl",
"actions-item": "comment-actions-item.tpl",
"info-item": "comment-info-item.tpl",
"toolbar": "toolbar.comment.tpl"
},
"scripts": {
"toolbar": "js/comments-toolbar.js",
"form": "js/comment-form.js",
"comment": "js/comment.js",
"comments": "js/comments.js"
},
"styles": {
"form": "css/comment-form.css",
"comment": "css/comment.css",
"comments": "css/comments.css",
"toolbar": "css/comments-toolbar.css"
}
}