12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"id": "nodebb-theme-quickstart",
|
|
"library": "./lib/theme.js",
|
|
"hooks": [
|
|
{
|
|
"hook": "filter:widgets.getAreas", "method": "defineWidgetAreas", "callbacked": true
|
|
}
|
|
],
|
|
"scripts": [
|
|
"lib/client.js"
|
|
]
|
|
} |