mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
UBERF-4248: Task type (#4042)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -73,11 +73,18 @@ export interface SettingsCategory extends Doc {
|
||||
label: IntlString
|
||||
icon: Asset
|
||||
component: AnyComponent
|
||||
props?: Record<string, any>
|
||||
|
||||
// If defined, will pass kind with key to component
|
||||
extraComponents?: Record<string, AnyComponent>
|
||||
|
||||
group?: string
|
||||
|
||||
// If defined, will sort using order.
|
||||
order?: number
|
||||
secured: boolean
|
||||
|
||||
expandable?: boolean
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -101,7 +108,6 @@ export default plugin(settingId, {
|
||||
Password: '' as Ref<Doc>,
|
||||
Setting: '' as Ref<Doc>,
|
||||
Integrations: '' as Ref<Doc>,
|
||||
ManageProjects: '' as Ref<Doc>,
|
||||
Support: '' as Ref<Doc>,
|
||||
Privacy: '' as Ref<Doc>,
|
||||
Terms: '' as Ref<Doc>,
|
||||
@@ -129,7 +135,6 @@ export default plugin(settingId, {
|
||||
Password: '' as AnyComponent,
|
||||
WorkspaceSettings: '' as AnyComponent,
|
||||
Integrations: '' as AnyComponent,
|
||||
ManageProjects: '' as AnyComponent,
|
||||
Support: '' as AnyComponent,
|
||||
Privacy: '' as AnyComponent,
|
||||
Terms: '' as AnyComponent,
|
||||
@@ -140,7 +145,6 @@ export default plugin(settingId, {
|
||||
Setting: '' as IntlString,
|
||||
WorkspaceSetting: '' as IntlString,
|
||||
Integrations: '' as IntlString,
|
||||
ManageProjects: '' as IntlString,
|
||||
Support: '' as IntlString,
|
||||
Privacy: '' as IntlString,
|
||||
Terms: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user