mirror of
https://github.com/docmost/docmost.git
synced 2026-07-14 13:06:43 +10:00
feat(ee): docx word export
This commit is contained in:
@@ -20,6 +20,7 @@ export const Feature = {
|
||||
VIEWER_COMMENTS: 'comment:viewer',
|
||||
TEMPLATES: 'templates',
|
||||
PDF_EXPORT: 'export:pdf',
|
||||
DOCX_EXPORT: 'export:docx',
|
||||
} as const;
|
||||
|
||||
export type FeatureKey = (typeof Feature)[keyof typeof Feature];
|
||||
|
||||
+1
-1
Submodule apps/server/src/ee updated: e7320a5a0f...090595fb28
Reference in New Issue
Block a user