* Add entry and webhook module.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$config->webhook->create = new stdclass();
|
||||
$config->webhook->create->requiredFields = 'name, url';
|
||||
|
||||
$config->webhook->edit = new stdclass();
|
||||
$config->webhook->edit->requiredFields = 'name, url';
|
||||
|
||||
$config->webhook->requestType['post'] = 'post';
|
||||
$config->webhook->requestType['get'] = 'get';
|
||||
Reference in New Issue
Block a user