Skip to content

Commit

Permalink
NEW: 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 a60ce81 commit 0e4a2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Template/config/webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<li class=""><?= t('Using webhooks to create a task by calling a simple URL') ?></li>
<li class=""><?= t('Automatically calling an external URL when an event occurs in this application (e.g. task creation, comment updated, etc.)') ?></li>
</ul>
<?= e('To view the list of supported events or see some examples, visit the %s page', $this->url->link(t('Webhooks Information'),'TechnicalSupportController', 'showWebhookInformation', array('plugin' => 'KanboardSupport'), false, 'webhooks-link', t('Visit page'))) ?>
</p>
<form method="post" class="" action="<?= $this->url->href('ConfigController', 'save', array('redirect' => 'webhook')) ?>" autocomplete="true">
<?= $this->form->csrf() ?>
Expand Down

0 comments on commit 0e4a2be

Please sign in to comment.