43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"controller": "controllers/record",
|
|
"inlineEditDisabled": true,
|
|
"recordViews": {
|
|
"list": "views/webhook/record/list"
|
|
},
|
|
"menu": {
|
|
"list": {
|
|
"dropdown": [
|
|
{
|
|
"labelTranslation": "Global.scopeNamesPlural.WebhookQueueItem",
|
|
"link": "#WebhookQueueItem",
|
|
"aclScope": "WebhookQueueItem"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"dynamicLogic": {
|
|
"fields": {
|
|
"event": {
|
|
"readOnly": {
|
|
"conditionGroup": [
|
|
{
|
|
"type": "isNotEmpty",
|
|
"attribute": "id"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"secretKey": {
|
|
"visible": {
|
|
"conditionGroup": [
|
|
{
|
|
"type": "isNotEmpty",
|
|
"attribute": "id"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|