nodebb-theme-rockfic/plugin.json
Barış Soner Uşaklı ff4a60feec closes #8
2023-05-18 11:30:21 -04:00

15 lines
259 B
JSON

{
"id": "nodebb-theme-quickstart",
"library": "./lib/theme.js",
"hooks": [
{ "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" }
],
"scripts": [
"public/client.js",
"../nodebb-theme-harmony/public/harmony.js"
],
"modules": {
}
}