EQMS-1406: added html doc link presenter for qms docs (#9382)

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
Victor Ilyushchenko
2025-06-25 21:27:47 +03:00
committed by GitHub
parent 83d9a32485
commit 7eb2d48413
5 changed files with 51 additions and 9 deletions
@@ -25,6 +25,7 @@ export default plugin(serverDocumentsId, {
},
function: {
ControlledDocumentTextPresenter: '' as Resource<Presenter>,
ControlledDocumentHTMLPresenter: '' as Resource<Presenter>,
CoAuthorsTypeMatch: '' as TypeMatchFunc
}
})