-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (26 loc) · 750 Bytes
/
Copy pathplugin.json
File metadata and controls
26 lines (26 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"id": "nodebb-plugin-subcategories-checker",
"name": "Show subcategories on top",
"description": "Show sub-categories on top, with checkboxes that allow to show or hide topics from the sub-categories.",
"url": "https://github.com/cwis-public/nodebb-plugin-subcategories-checker",
"library": "./index.js",
"staticDirs": {
"css": "./static/css",
"js": "./static/js"
},
"less": [],
"hooks": [{
"hook": "static:app.load",
"method": "init"
}, {
"hook": "filter:scripts.get",
"method": "addScripts"
}],
"css": [
"static/css/subcategories-checker.css"
],
"scripts": [
"static/js/subcategories-checker.js"
],
"acpScripts": []
}