mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Cloud collaborator refactoring (#6424)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import { type Class, type Ref } from '@hcengineering/core'
|
||||
import { type Asset, type IntlString, type Metadata, type Plugin, plugin } from '@hcengineering/platform'
|
||||
|
||||
import { type TextEditorExtensionFactory, type RefInputActionItem, TextEditorAction } from './types'
|
||||
import { type TextEditorExtensionFactory, type RefInputActionItem, TextEditorAction, CollaboratorType } from './types'
|
||||
|
||||
/**
|
||||
* @public
|
||||
@@ -31,7 +31,7 @@ export default plugin(textEditorId, {
|
||||
TextEditorAction: '' as Ref<Class<TextEditorAction>>
|
||||
},
|
||||
metadata: {
|
||||
CollaboratorUrl: '' as Metadata<string>
|
||||
Collaborator: '' as Metadata<CollaboratorType>
|
||||
},
|
||||
string: {
|
||||
TableOfContents: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user