Skip to content

Commit

Permalink
use 2d pattern by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 25, 2023
1 parent db608f7 commit 5f130fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions mcxcloud/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,6 @@ <h3>Backend</h3>
"_ArraySize_": {
"type": "array",
"default": [
0,
0,
0
],
Expand All @@ -902,7 +901,7 @@ <h3>Backend</h3>
"type": "integer",
"minimum": 0
},
"minItems": 3,
"minItems": 2,
"maxItems": 3
},
"_ArrayZipType_": {
Expand Down
5 changes: 2 additions & 3 deletions schema/mcxinput.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"minimum": 0
},
"Pattern": {
"title": "Source Pattern Data",
"title": "Source Pattern",
"type": "object",
"required": [
"_ArrayType_",
Expand All @@ -316,7 +316,6 @@
"_ArraySize_": {
"type": "array",
"default": [
0,
0,
0
],
Expand All @@ -325,7 +324,7 @@
"type": "integer",
"minimum": 0
},
"minItems": 3,
"minItems": 2,
"maxItems": 3
},
"_ArrayZipType_": {
Expand Down

0 comments on commit 5f130fc

Please sign in to comment.