mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add missing ayon settings in json for validate instance in context
This commit is contained in:
parent
02dea53a17
commit
83c8239a49
1 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,11 @@ class PublishersModel(BaseSettingsModel):
|
|||
|
||||
|
||||
DEFAULT_PUBLISH_SETTINGS = {
|
||||
"ValidateInstanceInContext": {
|
||||
"enabled": True,
|
||||
"optional": True,
|
||||
"active": True
|
||||
},
|
||||
"ValidateFrameRange": {
|
||||
"enabled": True,
|
||||
"optional": True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue