This commit is contained in:
Barış Soner Uşaklı
2023-05-18 11:30:21 -04:00
parent f6cd515fc7
commit ff4a60feec
4 changed files with 5 additions and 8 deletions
+3 -7
View File
@@ -2,17 +2,13 @@
"id": "nodebb-theme-quickstart",
"library": "./lib/theme.js",
"hooks": [
{
"hook": "filter:widgets.getAreas", "method": "defineWidgetAreas"
}
{ "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"
"../nodebb-theme-harmony/public/harmony.js"
],
"modules": {
"pulling.js": "node_modules/pulling/build/pulling-drawer.js"
}
}