add widget, add awaits

update for 4.x
This commit is contained in:
Barış Soner Uşaklı 2025-02-13 11:58:06 -05:00
parent f799d21a90
commit 47b8d08522
7 changed files with 3206 additions and 33 deletions

View file

@ -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"