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