Initial commit
This commit is contained in:
31
application/Espo/Resources/metadata/clientDefs/Webhook.json
Normal file
31
application/Espo/Resources/metadata/clientDefs/Webhook.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"controller": "controllers/record",
|
||||
"inlineEditDisabled": true,
|
||||
"recordViews": {
|
||||
"list": "views/webhook/record/list"
|
||||
},
|
||||
"menu": {
|
||||
"list": {
|
||||
"dropdown": [
|
||||
{
|
||||
"labelTranslation": "Global.scopeNamesPlural.WebhookQueueItem",
|
||||
"link": "#WebhookQueueItem",
|
||||
"aclScope": "WebhookQueueItem"
|
||||
},
|
||||
{
|
||||
"labelTranslation": "Global.scopeNamesPlural.WebhookEventQueueItem",
|
||||
"link": "#WebhookEventQueueItem",
|
||||
"aclScope": "WebhookEventQueueItem"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"relationshipPanels": {
|
||||
"queueItems": {
|
||||
"unlinkDisabled": true,
|
||||
"createDisabled": true,
|
||||
"selectDisabled": true,
|
||||
"layout": "listForWebhook"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user