1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Add readonly setting to user field (#12893)

This commit is contained in:
melohagan 2024-02-05 09:33:58 +00:00 committed by GitHub
parent 10159e1852
commit 1c29620c9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6742,6 +6742,17 @@
"key": "disabled",
"defaultValue": false
},
{
"type": "boolean",
"label": "Read only",
"key": "readonly",
"defaultValue": false,
"dependsOn": {
"setting": "disabled",
"value": true,
"invert": true
}
},
{
"type": "select",
"label": "Layout",