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/comment/component.json

28 lines
748 B
JSON

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