UNIFIMP CMD set to readonly

This commit is contained in:
jokob-sk
2024-10-11 20:19:46 +11:00
parent ca1d55b3c2
commit d6164a005b

View File

@@ -560,7 +560,11 @@
"type": {
"dataType": "string",
"elements": [
{ "elementType": "input", "elementOptions": [], "transformers": [] }
{
"elementType": "input",
"elementOptions": [{ "readonly": "true" }],
"transformers": []
}
]
}
},