UNPKG

nodebb-theme-catalytic-v2

Version:
28 lines 570 B
{ "id": "nodebb-theme-catalytic-v2", "library": "./lib/theme.js", "hooks": [ { "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas", "callbacked": true }, { "hook": "static:app.load", "method": "init" }, { "hook": "static:app.preload", "method": "preinit" }, { "hook": "filter:admin.header.build", "method": "addAdminNavigation" }, { "hook": "filter:config.get", "method": "getConfig" } ], "staticDirs": { "vendor": "static/vendor" }, "scripts": [ "static/lib/lavender.js", "static/vendor/imagesLoaded.js" ] }