15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"id": "nodebb-theme-quickstart",
|
|
"library": "./lib/theme.js",
|
|
"hooks": [
|
|
{ "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" }
|
|
],
|
|
"scripts": [
|
|
"public/client.js",
|
|
"../nodebb-theme-harmony/public/harmony.js"
|
|
],
|
|
"modules": {
|
|
|
|
}
|
|
}
|