We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6860427 commit b67a980Copy full SHA for b67a980
properties_pane/container_level/containerLevelConfig.json
@@ -195,8 +195,11 @@ making sure that you maintain a proper JSON format.
195
"propertyType": "numeric",
196
"valueType": "number",
197
"dependency": {
198
- "key": "autopilot",
199
- "value": false
+ "type": "not",
+ "values": {
200
+ "key": "autopilot",
201
+ "value": true
202
+ }
203
}
204
},
205
{
0 commit comments