diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_host_unchangables.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_host_unchangables.json index 521d22d1c7..732fd06c30 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_host_unchangables.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_host_unchangables.json @@ -11,4 +11,10 @@ "label": "Icon", "placeholder": "Host icon path template", "roles": ["developer"] +}, +{ + "type": "boolean", + "key": "is_host", + "label": "Has host implementation", + "roles": ["developer"] }]