draft: add Webhook extension
This commit is contained in:
parent
119c1e210f
commit
9fbc94d2d7
7 changed files with 685 additions and 0 deletions
11
xExtension-Webhook/i18n/en/ext.php
Normal file
11
xExtension-Webhook/i18n/en/ext.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'webhook' => array(
|
||||
'event_settings' => 'Event settings',
|
||||
'show_hide' => 'show/hide',
|
||||
'webhook_settings' => 'Webhook settings',
|
||||
'more_options' => 'More options (headers, format,…):',
|
||||
'save_and_send_test_req' => 'Save and send test request',
|
||||
),
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue