This commit is contained in:
Julian Lam
2014-03-30 15:47:28 -04:00
commit dfed1df8b6
7 changed files with 118 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"id": "nodebb-theme-quickstart",
"library": "./lib/theme.js",
"hooks": [
{
"hook": "filter:widgets.getAreas", "method": "defineWidgetAreas", "callbacked": true
}
],
"scripts": [
"lib/client.js"
]
}