UNIFIMP CMD set to readonly

This commit is contained in:
jokob-sk
2024-10-11 20:19:46 +11:00
parent ca1d55b3c2
commit d6164a005b
+5 -1
View File
@@ -560,7 +560,11 @@
"type": { "type": {
"dataType": "string", "dataType": "string",
"elements": [ "elements": [
{ "elementType": "input", "elementOptions": [], "transformers": [] } {
"elementType": "input",
"elementOptions": [{ "readonly": "true" }],
"transformers": []
}
] ]
} }
}, },