mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added ValidateAssetName to settings
This commit is contained in:
parent
1e1baa5c69
commit
508b5bae3a
2 changed files with 16 additions and 0 deletions
|
|
@ -9,6 +9,11 @@
|
|||
"enabled": true,
|
||||
"optional": true,
|
||||
"active": true
|
||||
},
|
||||
"ValidateAssetName": {
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
"active": true
|
||||
}
|
||||
},
|
||||
"filters": {}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,17 @@
|
|||
"docstring": "Validate MarkIn/Out match Frame start/end on shot data"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "template_publish_plugin",
|
||||
"template_data": [
|
||||
{
|
||||
"key": "ValidateAssetName",
|
||||
"label": "ValidateAssetName",
|
||||
"docstring": "Validate if shot on instances metadata is same as workfiles shot"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue