forked from NodeBB/nodebb-theme-persona
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
32 lines (32 loc) · 980 Bytes
/
plugin.json
File metadata and controls
32 lines (32 loc) · 980 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
27
28
29
30
31
32
{
"id": "nodebb-theme-cryptofr",
"library": "library.js",
"hooks": [
{ "hook": "filter:teasers.get", "method": "getTeasers" },
{ "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" },
{ "hook": "filter:config.get", "method": "getThemeConfig" },
{ "hook": "static:app.load", "method": "init" },
{ "hook": "filter:admin.header.build", "method": "addAdminNavigation" },
{ "hook": "filter:topic.build", "method": "addUserToTopic" },
{ "hook": "filter:user.whitelistFields", "method": "getUserFields"},
{ "hook": "filter:category.topics.get", "method": "getCategoryHook"}
],
"scripts": [
"lib/persona.js",
"lib/modules/nprogress.js",
"lib/modules/autohidingnavbar.min.js",
"lib/modules/quickreply.js",
"lib/modules/switchTheme.js",
"lib/vote.js"
],
"staticDirs": {
"img": "public/img"
},
"modules": {
"pulling.js": "node_modules/pulling/build/pulling-drawer.js"
},
"acpScripts": [
"lib/admin.js"
],
"languages": "languages"
}