mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed enabled key from sync to avalon settings
This commit is contained in:
parent
f51cc93b7e
commit
0af53c997a
2 changed files with 0 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"events": {
|
||||
"sync_to_avalon": {
|
||||
"enabled": true,
|
||||
"statuses_name_change": [
|
||||
"ready",
|
||||
"not ready"
|
||||
|
|
|
|||
|
|
@ -14,13 +14,7 @@
|
|||
"type": "dict",
|
||||
"key": "sync_to_avalon",
|
||||
"label": "Sync to avalon",
|
||||
"checkbox_key": "enabled",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Allow name and hierarchy change only if following statuses are on all children tasks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue