- Changed pattern to not require start to be "mystructure" (#348)
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"title": "Structure Name",
|
"title": "Structure Name",
|
||||||
"description": "Reference to the structure to be placed.",
|
"description": "Reference to the structure to be placed.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^mystructure:(\\w|\/)+"
|
"pattern": "^\\w+:(\\w|\/)+"
|
||||||
},
|
},
|
||||||
"adjustment_radius": {
|
"adjustment_radius": {
|
||||||
"title": "Adjustment Radius",
|
"title": "Adjustment Radius",
|
||||||
|
|||||||
Reference in New Issue
Block a user