mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-leaderboard.git
synced 2025-10-03 20:11:10 +08:00
15 lines
No EOL
678 B
JSON
15 lines
No EOL
678 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"},
|
|
{ "hook": "filter:widgets.getWidgets", "method": "defineWidgets" },
|
|
{ "hook": "filter:widget.render:leaderboard", "method": "renderLeaderboardWidget" }
|
|
],
|
|
"templates": "templates",
|
|
"languages": "languages"
|
|
} |