mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-leaderboard.git
synced 2025-10-04 20:21:22 +08:00
add widget, add awaits
update for 4.x
This commit is contained in:
parent
f799d21a90
commit
47b8d08522
7 changed files with 3206 additions and 33 deletions
|
@ -6,7 +6,9 @@
|
|||
{ "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:navigation.available", "method": "getNavigation"},
|
||||
{ "hook": "filter:widgets.getWidgets", "method": "defineWidgets" },
|
||||
{ "hook": "filter:widget.render:leaderboard", "method": "renderLeaderboardWidget" }
|
||||
],
|
||||
"templates": "templates",
|
||||
"languages": "languages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue