You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
782 B
JSON
25 lines
782 B
JSON
{
|
|
"id": "nodebb-theme-persona",
|
|
"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:meta.getLinkTags", "method": "getLinkTags"}
|
|
],
|
|
"scripts": [
|
|
"lib/persona.js",
|
|
"lib/modules/nprogress.js",
|
|
"lib/modules/autohidingnavbar.min.js",
|
|
"lib/modules/quickreply.js"
|
|
],
|
|
"modules": {
|
|
"pulling.js": "node_modules/pulling/build/pulling-drawer.js"
|
|
},
|
|
"acpScripts": [
|
|
"lib/admin.js"
|
|
]
|
|
} |