diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_options.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_options.json index 11928133ce..7eed942232 100644 --- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_options.json +++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_options.json @@ -26,14 +26,14 @@ { "type": "path", "key": "custom_template_paths", - "label": "Custom Template Path", + "label": "Custom template path", "multiplatform": true, "multipath": false }, { "type": "boolean", "key": "builder_on", - "label": "Use Builder Profiles At Start", + "label": "Use Builder profiles at start", "default": false } ] @@ -93,6 +93,9 @@ ] } }, + { + "type": "separator" + }, { "key": "linked_assets", "label": "Linked Assets",