mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-03 05:01:05 +08:00
11 lines
No EOL
315 B
JSON
11 lines
No EOL
315 B
JSON
{
|
|
"id": "nodebb-theme-harmony",
|
|
"hooks": [
|
|
{ "hook": "static:app.load", "method": "init" },
|
|
{ "hook": "filter:admin.header.build", "method": "addAdminNavigation" },
|
|
{ "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" }
|
|
],
|
|
"modules": {
|
|
"../admin/plugins/harmony.js": "public/admin.js"
|
|
}
|
|
} |