nodebb-theme-rockfic/plugin.json
Julian Lam dfed1df8b6 init
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"
]
}