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