draft: add Webhook extension

This commit is contained in:
Lukáš Melega 2024-09-08 18:25:20 +02:00
parent 119c1e210f
commit 9fbc94d2d7
7 changed files with 685 additions and 0 deletions

View 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',
),
);