nodebb-theme-rockfic/plugin.json
Barış Soner Uşaklı f6cd515fc7
fix wrong filename
2021-12-06 11:48:33 -05:00

19 lines
448 B
JSON

{
"id": "nodebb-theme-quickstart",
"library": "./lib/theme.js",
"hooks": [
{
"hook": "filter:widgets.getAreas", "method": "defineWidgetAreas"
}
],
"scripts": [
"public/client.js",
"../nodebb-theme-persona/public/persona.js",
"../nodebb-theme-persona/public/modules/autohidingnavbar.js",
"../nodebb-theme-persona/public/modules/quickreply.js"
],
"modules": {
"pulling.js": "node_modules/pulling/build/pulling-drawer.js"
}
}