nodebb-theme-harmony/plugin.json
Julian Lam 5f176cfeaa feat: init 🎉
Harmony starts here
Blank slate for now; bye bye styles
Let us now begin.
2022-11-25 11:59:13 -05:00

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"
}
}