mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixing settings for ValidateScriptAttributes
This commit is contained in:
parent
bdf86cffec
commit
6f8cc1c982
3 changed files with 6 additions and 6 deletions
|
|
@ -374,7 +374,7 @@
|
|||
"optional": true,
|
||||
"active": true
|
||||
},
|
||||
"ValidateScript": {
|
||||
"ValidateScriptAttributes": {
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
"active": true
|
||||
|
|
|
|||
|
|
@ -113,8 +113,8 @@
|
|||
"label": "Validate Gizmo (Group)"
|
||||
},
|
||||
{
|
||||
"key": "ValidateScript",
|
||||
"label": "Validate script settings"
|
||||
"key": "ValidateScriptAttributes",
|
||||
"label": "Validate workfile attributes"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -263,8 +263,8 @@ class PublishPuginsModel(BaseSettingsModel):
|
|||
title="Validate Backdrop",
|
||||
default_factory=OptionalPluginModel
|
||||
)
|
||||
ValidateScript: OptionalPluginModel = Field(
|
||||
title="Validate Script",
|
||||
ValidateScriptAttributes: OptionalPluginModel = Field(
|
||||
title="Validate workfile attributes",
|
||||
default_factory=OptionalPluginModel
|
||||
)
|
||||
ExtractThumbnail: ExtractThumbnailModel = Field(
|
||||
|
|
@ -345,7 +345,7 @@ DEFAULT_PUBLISH_PLUGIN_SETTINGS = {
|
|||
"optional": True,
|
||||
"active": True
|
||||
},
|
||||
"ValidateScript": {
|
||||
"ValidateScriptAttributes": {
|
||||
"enabled": True,
|
||||
"optional": True,
|
||||
"active": True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue