mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 01:55:00 +02:00
Owners (#2183)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
@@ -60,6 +60,7 @@ export interface SettingsCategory extends Doc {
|
||||
|
||||
// If defined, will sort using order.
|
||||
order?: number
|
||||
secured: boolean
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -78,13 +79,15 @@ export default plugin(settingId, {
|
||||
Support: '' as Ref<Doc>,
|
||||
Privacy: '' as Ref<Doc>,
|
||||
Terms: '' as Ref<Doc>,
|
||||
ClassSetting: '' as Ref<Doc>
|
||||
ClassSetting: '' as Ref<Doc>,
|
||||
Owners: '' as Ref<Doc>
|
||||
},
|
||||
mixin: {
|
||||
Editable: '' as Ref<Mixin<Editable>>
|
||||
},
|
||||
class: {
|
||||
SettingsCategory: '' as Ref<Class<SettingsCategory>>,
|
||||
WorkspaceSettingCategory: '' as Ref<Class<SettingsCategory>>,
|
||||
Integration: '' as Ref<Class<Integration>>,
|
||||
IntegrationType: '' as Ref<Class<IntegrationType>>
|
||||
},
|
||||
@@ -92,7 +95,7 @@ export default plugin(settingId, {
|
||||
Settings: '' as AnyComponent,
|
||||
Profile: '' as AnyComponent,
|
||||
Password: '' as AnyComponent,
|
||||
Setting: '' as AnyComponent,
|
||||
WorkspaceSettings: '' as AnyComponent,
|
||||
Integrations: '' as AnyComponent,
|
||||
ManageStatuses: '' as AnyComponent,
|
||||
Support: '' as AnyComponent,
|
||||
@@ -103,6 +106,7 @@ export default plugin(settingId, {
|
||||
string: {
|
||||
Settings: '' as IntlString,
|
||||
Setting: '' as IntlString,
|
||||
WorkspaceSetting: '' as IntlString,
|
||||
Integrations: '' as IntlString,
|
||||
ManageStatuses: '' as IntlString,
|
||||
Support: '' as IntlString,
|
||||
@@ -127,7 +131,8 @@ export default plugin(settingId, {
|
||||
InviteWorkspace: '' as IntlString,
|
||||
SelectWorkspace: '' as IntlString,
|
||||
Reconnect: '' as IntlString,
|
||||
ClassSetting: '' as IntlString
|
||||
ClassSetting: '' as IntlString,
|
||||
Owners: '' as IntlString
|
||||
},
|
||||
icon: {
|
||||
EditProfile: '' as Asset,
|
||||
|
||||
Reference in New Issue
Block a user