mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
27 lines
No EOL
635 B
JSON
27 lines
No EOL
635 B
JSON
{
|
|
"publish": {
|
|
"CollectPalettes": {
|
|
"allowed_tasks": [
|
|
".*"
|
|
]
|
|
},
|
|
"ValidateAudio": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateContainers": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateSceneSettings": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true,
|
|
"frame_check_filter": [],
|
|
"skip_resolution_check": [],
|
|
"skip_timelines_check": []
|
|
}
|
|
}
|
|
} |