mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:37:02 +00:00
schema fix
This commit is contained in:
@@ -527,34 +527,37 @@
|
||||
"description": "Attributes to carry over to a related record when creating. Mapping Parent => Related."
|
||||
},
|
||||
"buttonList": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "A name."
|
||||
},
|
||||
"acl": {
|
||||
"description": "An ACL action access to which is required for the action.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"create",
|
||||
"read",
|
||||
"edit",
|
||||
"delete",
|
||||
"stream"
|
||||
]
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"description": "A translatable label."
|
||||
},
|
||||
"handler": {
|
||||
"type": "string",
|
||||
"description": "A frontend handler. A view is passed to the constructor."
|
||||
},
|
||||
"actionFunction": {
|
||||
"type": "string",
|
||||
"description": "An action method in the handler."
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "A name."
|
||||
},
|
||||
"acl": {
|
||||
"description": "An ACL action access to which is required for the action.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"create",
|
||||
"read",
|
||||
"edit",
|
||||
"delete",
|
||||
"stream"
|
||||
]
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"description": "A translatable label."
|
||||
},
|
||||
"handler": {
|
||||
"type": "string",
|
||||
"description": "A frontend handler. A view is passed to the constructor."
|
||||
},
|
||||
"actionFunction": {
|
||||
"type": "string",
|
||||
"description": "An action method in the handler."
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Header buttons. As of v8.4."
|
||||
|
||||
Reference in New Issue
Block a user