fixed validator name

This commit is contained in:
iLLiCiTiT 2021-04-14 13:01:33 +02:00
parent 722340e33e
commit 42b772c5fb
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"publish": {
"ValidateMissingLayers": {
"ValidateProjectSettings": {
"enabled": true,
"optional": true,
"active": true

View file

@ -17,8 +17,9 @@
"name": "template_publish_plugin",
"template_data": [
{
"key": "ValidateMissingLayers",
"label": "ValidateMissingLayers"
"key": "ValidateProjectSettings",
"label": "ValidateProjectSettings",
"docstring": "Validate if FPS and Resolution match shot data"
}
]
}