This commit is contained in:
Yuri Kuznetsov
2023-08-08 10:40:37 +03:00
parent 54ee4490c7
commit cefec5e565

View File

@@ -396,6 +396,10 @@
"createHandler": {
"type": "string",
"description": "A create handler. Provides attributes when creating a new related record. Should have a method *getAttributes* returning a promise."
},
"layout": {
"type": "string",
"description": "A list layout name."
}
}
}