mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
register 'archived' to project anatomy schema
So the settings can recognize and won't pop warnings
This commit is contained in:
parent
02937e308f
commit
c234cb9079
2 changed files with 7 additions and 1 deletions
|
|
@ -23,5 +23,6 @@
|
|||
"unreal/4-26"
|
||||
],
|
||||
"tools_env": [],
|
||||
"archive_confirm": ""
|
||||
"archive_confirm": "",
|
||||
"archived": false
|
||||
}
|
||||
|
|
@ -75,6 +75,11 @@
|
|||
"key": "archive_confirm",
|
||||
"label": "Archive Project",
|
||||
"placeholder": "Input project name to confirm archiving."
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "archived",
|
||||
"label": "Is Archived"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue