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.
21 lines
731 B
JSON
21 lines
731 B
JSON
{
|
|
"id": "nodebb-theme-persona",
|
|
"hooks": [
|
|
{ "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:user.profileMenu", "method": "addProfileItem" },
|
|
{ "hook": "filter:topic.build", "method": "addUserToTopic" }
|
|
],
|
|
"scripts": [
|
|
"public/modules/autohidingnavbar.js",
|
|
"public/persona.js"
|
|
],
|
|
"modules": {
|
|
"../admin/plugins/persona.js": "public/admin.js",
|
|
"persona/quickreply.js": "public/modules/quickreply.js",
|
|
"../client/account/theme.js": "public/settings.js"
|
|
},
|
|
"languages": "languages"
|
|
} |