Add workbench tabs (#6788)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-10-03 01:49:49 +07:00
committed by GitHub
parent ce2621d472
commit b5fed4879f
36 changed files with 794 additions and 69 deletions
+4 -2
View File
@@ -47,13 +47,15 @@ export default mergeIds(workbenchId, workbench, {
WorkspaceCreating: '' as IntlString,
AccessDenied: '' as IntlString,
Widget: '' as IntlString,
WidgetPreference: '' as IntlString
WidgetPreference: '' as IntlString,
Tab: '' as IntlString
},
metadata: {
MobileAllowed: '' as Metadata<boolean>
},
component: {
SpacePanel: '' as AnyComponent,
Workbench: '' as AnyComponent
Workbench: '' as AnyComponent,
WorkbenchTabs: '' as AnyComponent
}
})