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 rero#2375.

Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Sep 12, 2022
1 parent f1d0ef9 commit 9797a1d
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 9797a1d

Please sign in to comment.