Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash committed Feb 5, 2025
1 parent 295c0e1 commit dafe5a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/docs/pages/docs/api/model-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]}
/>

Expand Down

0 comments on commit dafe5a5

Please sign in to comment.