Skip to content

Commit

Permalink
item types: extend fields max length to 90 chars
Browse files Browse the repository at this point in the history
* Closes #2375.

Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Sep 27, 2022
1 parent 8bb54d0 commit 8db1d74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"label": {
"title": "Label",
"type": "string",
"maxLength": 30,
"maxLength": 90,
"minLength": 3,
"form": {
"templateOptions": {
Expand Down Expand Up @@ -182,7 +182,7 @@
"label": {
"title": "Label",
"type": "string",
"maxLength": 50,
"maxLength": 90,
"minLength": 3,
"form": {
"templateOptions": {
Expand Down

0 comments on commit 8db1d74

Please sign in to comment.