32 lines
939 B
JSON
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"
|
|
}
|
|
}
|
|
}
|