https://github.com/NodeBB/nodebb-theme-persona/commit/31ecf92195b0eb4c0ffa93ef6a4a903f6fe09d9d#diff-1238d1db6d1ff5178a0cbbd518082b720240378457cf3e0ad5eef98168587f23
19 lines
452 B
JSON
19 lines
452 B
JSON
{
|
|
"id": "nodebb-theme-quickstart",
|
|
"library": "./lib/theme.js",
|
|
"hooks": [
|
|
{
|
|
"hook": "filter:widgets.getAreas", "method": "defineWidgetAreas"
|
|
}
|
|
],
|
|
"scripts": [
|
|
"public/client.js",
|
|
"../nodebb-theme-persona/public/persona.js",
|
|
"../nodebb-theme-persona/public/modules/autohidingnavbar.min.js",
|
|
"../nodebb-theme-persona/public/modules/quickreply.js"
|
|
],
|
|
"modules": {
|
|
"pulling.js": "node_modules/pulling/build/pulling-drawer.js"
|
|
}
|
|
}
|