This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/clientDefs/Webhook.json
T
2025-04-07 17:14:11 +03:00

19 lines
456 B
JSON

{
"controller": "controllers/record",
"inlineEditDisabled": true,
"recordViews": {
"list": "views/webhook/record/list"
},
"menu": {
"list": {
"dropdown": [
{
"labelTranslation": "Global.scopeNamesPlural.WebhookQueueItem",
"link": "#WebhookQueueItem",
"aclScope": "WebhookQueueItem"
}
]
}
}
}