nodebb-plugin-leaderboard/plugin.json
2021-09-08 12:20:24 -04:00

13 lines
No EOL
509 B
JSON

{
"library": "./index.js",
"hooks": [
{ "hook": "static:app.load", "method": "init"},
{ "hook": "action:post.upvote", "method": "onUpvote"},
{ "hook": "action:post.downvote", "method": "onDownvote"},
{ "hook": "action:post.unvote", "method": "onUnvote"},
{ "hook": "action:plugin.deactivate", "method": "deactivate"},
{ "hook": "filter:navigation.available", "method": "getNavigation"}
],
"templates": "templates",
"languages": "languages"
}