|
|
@ -2,7 +2,6 @@
|
|
|
|
"id": "nodebb-theme-persona",
|
|
|
|
"id": "nodebb-theme-persona",
|
|
|
|
"library": "library.js",
|
|
|
|
"library": "library.js",
|
|
|
|
"hooks": [
|
|
|
|
"hooks": [
|
|
|
|
{ "hook": "filter:teasers.get", "method": "getTeasers" },
|
|
|
|
|
|
|
|
{ "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" },
|
|
|
|
{ "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" },
|
|
|
|
{ "hook": "filter:config.get", "method": "getThemeConfig" },
|
|
|
|
{ "hook": "filter:config.get", "method": "getThemeConfig" },
|
|
|
|
{ "hook": "static:app.load", "method": "init" },
|
|
|
|
{ "hook": "static:app.load", "method": "init" },
|
|
|
|