nodebb-theme-rockfic/plugin.json
Barış Soner Uşaklı 8f488a681d fix: #11
2024-01-01 18:32:24 -05:00

15 lines
256 B
JSON

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