diff --git a/component-models.json b/component-models.json index 79c67ee7f6..6e856b87ae 100644 --- a/component-models.json +++ b/component-models.json @@ -305,6 +305,15 @@ "label": "Tab Name", "description": "Sets the name of the tab.", "multi": true + }, + { + "component": "text", + "valueType": "string", + "name": "tab-id", + "value": "", + "label": "Tab Id", + "description": "Sets the id of the tab.", + "multi": true } ] },