first commit
This commit is contained in:
17
plugins/api_webhooks/config/config.example.php
Normal file
17
plugins/api_webhooks/config/config.example.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
// Copy to config.php in this folder, or the main ResourceSpace config.php file.
|
||||
|
||||
$api_webhooks_urls = [
|
||||
[
|
||||
"location" => "edit",
|
||||
"buttontext" => "Fetch object data from CMS",
|
||||
"url" => "https://www.resourcespace.com/some_script.abc?resource_id="
|
||||
]
|
||||
,
|
||||
[
|
||||
"location" => "edit",
|
||||
"buttontext" => "Push image to CMS",
|
||||
"url" => "https://www.resourcespace.com/another_script.abc?resource_id="
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user