- Changed pattern to not require start to be "mystructure" (#348)

This commit is contained in:
Xterionix
2025-05-03 23:16:40 +05:00
committed by GitHub
parent ba22100784
commit 64e084d95b

View File

@@ -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",