nodebb-plugin-groups-autoas.../plugin.json

26 lines
479 B
JSON
Raw Normal View History

2014-06-04 20:08:24 +00:00
{
"id": "nodebb-plugin-quickstart",
"url": "https://github.com/NodeBB/nodebb-plugin-quickstart",
"library": "./library.js",
"hooks": [
{
"hook": "static:app.load", "method": "init"
},
{
"hook": "filter:admin.header.build", "method": "addAdminNavigation"
2014-06-04 20:08:24 +00:00
}
],
"staticDirs": {
"static": "./static"
},
"less": [
"static/style.less"
],
"scripts": [
2016-01-19 20:02:30 +00:00
"static/lib/main.js"
],
"acpScripts": [
"static/lib/admin.js"
2014-08-05 16:22:10 +00:00
],
"templates": "static/templates"
2014-06-04 20:08:24 +00:00
}