diff --git a/openpype/settings/defaults/project_settings/webpublisher.json b/openpype/settings/defaults/project_settings/webpublisher.json index a6916de144..f57b79a609 100644 --- a/openpype/settings/defaults/project_settings/webpublisher.json +++ b/openpype/settings/defaults/project_settings/webpublisher.json @@ -24,7 +24,7 @@ "review" ], "tags": [ - "ftrackreview" + "review" ], "subset_template_name": "" } @@ -51,7 +51,7 @@ "review" ], "tags": [ - "ftrackreview" + "review" ], "subset_template_name": "" } @@ -79,7 +79,7 @@ "review" ], "tags": [ - "ftrackreview" + "review" ], "subset_template_name": "" } @@ -106,7 +106,7 @@ "review" ], "tags": [ - "ftrackreview" + "review" ], "subset_template_name": "{family}{Variant}" } diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_representation_tags.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_representation_tags.json index b65de747e5..7607e1a8c1 100644 --- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_representation_tags.json +++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_representation_tags.json @@ -8,7 +8,10 @@ "burnin": "Add burnins" }, { - "ftrackreview": "Add to Ftrack" + "review": "Create review" + }, + { + "ftrackreview": "Add review to Ftrack" }, { "delete": "Delete output"