This commit is contained in:
Yuri Kuznetsov
2024-03-01 14:04:01 +02:00
parent fea79ba8c9
commit 87f4508d1c

View File

@@ -484,6 +484,13 @@
"massSelect": {
"type": "boolean",
"description": "Allow mass select."
},
"createAttributeMap": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Attributes to carry over to a related record when creating. Mapping Parent => Related."
}
}
}