mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-28 10:49:45 +02:00
fix: revert document content field rename (#6955)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
import { Doc } from '@hcengineering/core'
|
||||
import type { Plugin, Resource } from '@hcengineering/platform'
|
||||
import { plugin } from '@hcengineering/platform'
|
||||
import { ObjectDDParticipantFunc } from '@hcengineering/server-core'
|
||||
import { Presenter } from '@hcengineering/server-notification'
|
||||
|
||||
/**
|
||||
@@ -20,6 +21,7 @@ export default plugin(serverDocumentId, {
|
||||
function: {
|
||||
DocumentHTMLPresenter: '' as Resource<Presenter>,
|
||||
DocumentTextPresenter: '' as Resource<Presenter>,
|
||||
DocumentLinkIdProvider: '' as Resource<(doc: Doc) => Promise<string>>
|
||||
DocumentLinkIdProvider: '' as Resource<(doc: Doc) => Promise<string>>,
|
||||
FindChildDocuments: '' as Resource<ObjectDDParticipantFunc>
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user