diff --git a/openpype/settings/defaults/project_settings/global.json b/openpype/settings/defaults/project_settings/global.json index ec67ca1654..ed61878854 100644 --- a/openpype/settings/defaults/project_settings/global.json +++ b/openpype/settings/defaults/project_settings/global.json @@ -113,9 +113,9 @@ "subset_grouping_profiles": [ { "families": [], - "hosts": ["photoshop"], + "hosts": [], "tasks": [], - "template": "{Task}" + "template": "" } ] }, diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json index 2150ee57f2..5c8b339a1f 100644 --- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json +++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json @@ -425,6 +425,10 @@ "object_type": { "type": "dict", "children": [ + { + "type": "label", + "label": "Set all published instances as a part of specific group named according to 'Template'.
Implemented placeholders [{task},{Task},{family},{Family}]" + }, { "key": "families", "label": "Families",