Files
espocrm/application/Espo/Resources/metadata/clientDefs/Webhook.json
2026-01-19 17:46:06 +01:00

32 lines
939 B
JSON

{
"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"
}
}
}