Files
sow-nodebb-theme/plugin.json
T
2014-03-30 15:47:28 -04:00

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