nodebb-theme-exodus
Version:
Custom Persona theme for NodeBB by Exodo
26 lines (25 loc) • 742 B
JSON
{
"id": "nodebb-theme-exodus",
"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" }
],
"scripts": [
"lib/persona.js",
"lib/modules/nprogress.js",
"lib/modules/autohidingnavbar.min.js",
"lib/modules/slideout.min.js",
"lib/client/chats.js",
"lib/sly.min.js",
"lib/modules/modernizr.js",
"lib/quickreply.js"
],
"acpScripts": [
"lib/admin.js"
]
}