diff --git a/pype/tools/settings/settings/README.md b/pype/tools/settings/settings/README.md index 974a9c932b..4f4e9d305a 100644 --- a/pype/tools/settings/settings/README.md +++ b/pype/tools/settings/settings/README.md @@ -39,7 +39,7 @@ [ { "__default_values__": { - "multiplath_executables": true + "multipath_executables": true } }, { "type": "raw-json", @@ -50,7 +50,7 @@ "type": "path-widget", "key": "{host_name}_executables", "label": "{host_label} - Full paths to executables", - "multiplatform": "{multiplath_executables}", + "multiplatform": "{multipath_executables}", "multipath": true } ] @@ -69,7 +69,7 @@ "template_data": { "host_label": "Maya 2019", "host_name": "maya_2019", - "multiplath_executables": false + "multipath_executables": false } }, { "type": "schema_template", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/example_schema.json b/pype/tools/settings/settings/gui_schemas/system_schema/example_schema.json index 814fe95d0c..7612e54116 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/example_schema.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/example_schema.json @@ -15,7 +15,7 @@ "template_data": { "host_label": "Maya 2019", "host_name": "maya_2019", - "multiplath_executables": false + "multipath_executables": false } }, { "type": "schema_template", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/example_template.json b/pype/tools/settings/settings/gui_schemas/system_schema/example_template.json index 29d3da26c9..48a3c955b9 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/example_template.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/example_template.json @@ -1,7 +1,7 @@ [ { "__default_values__": { - "multiplath_executables": true + "multipath_executables": true } }, { "type": "raw-json", @@ -12,7 +12,7 @@ "type": "path-widget", "key": "{host_name}_executables", "label": "{host_label} - Full paths to executables", - "multiplatform": "{multiplath_executables}", + "multiplatform": "{multipath_executables}", "multipath": true } ]