From 1b452e2bd62ef4768c2245434398a051c508ce54 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Thu, 27 May 2021 16:41:57 +0200 Subject: [PATCH] settings: improving schema for workfile options --- .../projects_schema/schemas/schema_workfile_options.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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",