nodebb-theme-rockfic/plugin.json
Barış Soner Uşaklı c1fff76fcc
Update plugin.json
2024-01-01 18:13:22 -05:00

14 lines
229 B
JSON

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