Skip to content

Commit

Permalink
editor: fix length to maxItems on simple form
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr authored and zannkukai committed Sep 7, 2023
1 parent 9e6825a commit a46c8fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"subordinate_units": {
"title": "Subordinate units",
"type": "array",
"minItems": 1,
"minItems": 0,
"items": {
"title": "Subordinate unit",
"type": "string",
Expand Down Expand Up @@ -142,7 +142,7 @@
"alternative_names": {
"title": "Alternative names",
"type": "array",
"minItems": 1,
"minItems": 0,
"items": {
"title": "Alternative name",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"alternative_names": {
"title": "Alternative names",
"type": "array",
"minItems": 1,
"minItems": 0,
"items": {
"title": "Alternative name",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"alternative_names": {
"title": "Alternative names",
"type": "array",
"minItems": 1,
"minItems": 0,
"items": {
"title": "Alternative name",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"alternative_names": {
"title": "Alternative names",
"type": "array",
"minItems": 1,
"minItems": 0,
"items": {
"title": "Alternative name",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"alternative_names": {
"title": "Alternative names",
"type": "array",
"minItems": 1,
"minItems": 0,
"items": {
"title": "Alternative name",
"type": "string",
Expand Down

0 comments on commit a46c8fc

Please sign in to comment.