mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
schema
This commit is contained in:
@@ -993,6 +993,26 @@
|
||||
},
|
||||
"description": "Parameters available in the Entity Manager tool when editing the field. Specify an empty array to disable all parameters."
|
||||
},
|
||||
"fieldManagerAdditionalParamList": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"allOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "A parameter name."
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "entityDefs.json#/definitions/fieldDefs"
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "Additional field parameters available in the Entity Manager."
|
||||
},
|
||||
"layoutAvailabilityList": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user