Discourse 플러그인에서 리뷰 게시물 및 토픽 대기열 모달에 버튼을 추가하고 해당 버튼의 동작을 구현하는 방법?


Hi!,
How can we add a button to the review post and topic queue modal and reviewable actions in for that button in a Discourse plugin?I would appreciate some help with adding a button to the review post and topic queue modal and implementing its action in the plugin.

There’s an API to add actions and modals to reviewable items here:

These are used in the category experts plugin, if you’re looking for an example:

So, which one of these functions is used to add a button to the review queue approval modal: addPluginReviewableParam or registerReviewableActionModal ? Please guide me through it.