1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Merge branch 'master' into nested-context-fix

This commit is contained in:
Andrew Kingston 2024-02-05 10:49:55 +00:00 committed by GitHub
commit 4005c3e604
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"version": "2.17.3",
"version": "2.17.4",
"npmClient": "yarn",
"packages": [
"packages/*",

View file

@ -6743,6 +6743,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",