diff --git a/apps/docs/pages/docs/api/model-configuration.mdx b/apps/docs/pages/docs/api/model-configuration.mdx index 65983f1d..8cb3f18e 100644 --- a/apps/docs/pages/docs/api/model-configuration.mdx +++ b/apps/docs/pages/docs/api/model-configuration.mdx @@ -565,6 +565,11 @@ When you define a field, use the field's name as the key and the following objec description: "a function that takes the resource value as a parameter, and returns a boolean that shows or hides the field in the edit form", }, + { + name: "maxLength", + type: "Number", + description: "a number that defines the maximum number of items a scalar array can contain." + } ]} />