1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/topic/component.json

27 lines
659 B
JSON

{
"name": "topic",
"version": "1.0.0",
"dependencies": {
"article": "*",
"favourite": "*",
"tags-favourite": "*",
"vote": "*"
},
"templates": {
"topic": "topic.tpl",
"add": "topic-add.tpl",
"add-type": "topic-add-type.tpl",
"list": "topic-list.tpl",
"preview": "topic-preview.tpl",
"type": "topic-type.tpl",
"block.tags": "blocks/block.topics-tags.tpl"
},
"scripts": {
"add": "js/topic-add.js",
"favourite": "js/topic-favourite.js",
"topic": "js/topic.js"
},
"styles": {
"topic": "css/topic.css"
}
}