Skip to content

Commit

Permalink
Add Webhook Information Page
Browse files Browse the repository at this point in the history
 - #18
  • Loading branch information
aljawaid committed Sep 10, 2023
1 parent 0d2c1b8 commit 6e8dcf9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Controller/TechnicalSupportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
use Kanboard\Controller\BaseController;

/**
* Class Technical Support
* Plugin KanboardSupport
*
* @author aljawaid
* Class TechnicalSupportController
* @package Kanboard/Controller
* @author aljawaid
*/
class TechnicalSupportController extends \Kanboard\Controller\ConfigController
{
Expand All @@ -25,4 +27,16 @@ public function show()
'title' => e('Settings %s Configuration', ' ⥂ '),
)));
}

/**
* Display the Webhooks Information Page
*
* @access public
*/
public function showWebhookInformation()
{
$this->response->html($this->helper->layout->config('kanboardSupport:config/webhook_information', array(
'title' => e('Webhooks %s Information', ' ⥂ '),
)));
}
}
1 change: 1 addition & 0 deletions Template/config/webhook_information.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 6e8dcf9

Please sign in to comment.