Skip to content

Commit

Permalink
ynput#241 - Reverted checkboxes back to raw-json
Browse files Browse the repository at this point in the history
Both keys and values for this field are editable, no valid widget for such a case
  • Loading branch information
kalisp committed Sep 17, 2020
1 parent 923c00d commit 733ae9d
Showing 1 changed file with 3 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,53 +532,11 @@
"label": "NukeStudio",
"children": [
{
"type": "dict",
"type": "raw-json",
"collapsable": true,
"key": "filter",
"label": "Filter",
"is_file": true,
"children": [
{
"type": "dict",
"collapsable": true,
"checkbox_key": "enabled",
"key": "strict",
"label": "strict",
"is_group": true,
"children": [
{
"type": "boolean",
"key": "ValidateVersion",
"label": "ValidateVersion"
},
{
"type": "boolean",
"key": "VersionUpWorkfile",
"label": "VersionUpWorkfile"
}
]
},
{
"type": "dict",
"collapsable": true,
"checkbox_key": "enabled",
"key": "benevolent",
"label": "benevolent",
"is_group": true,
"children": [
{
"type": "boolean",
"key": "ValidateVersion",
"label": "ValidateVersion"
},
{
"type": "boolean",
"key": "VersionUpWorkfile",
"label": "VersionUpWorkfile"
}
]
}
]
"label": "Publish GUI Filters",
"is_file": true
},
{
"type": "dict",
Expand Down

0 comments on commit 733ae9d

Please sign in to comment.