mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
Feature/onlyoffice converter (#4937)
* onlyoffice-converter: initial setup * onlyoffice-converter: hardcoded converter * onlyoffice-converter: converter v0.1 * onlyoffice-converter: config tweaks * onlyoffice-connector: jwt typo fix * format * onlyoffice-converter: async fix * onlyoffice-converter: jwt fix Co-authored-by: Dmitrii Vershinin <dmitry.vershinin@onlyoffice.com>
This commit is contained in:
@@ -82,6 +82,9 @@ export const enableTC = window.app.pageOptions.enableTC;
|
||||
|
||||
export const enableVideoThumbnail = window.app.pageOptions.enableVideoThumbnail;
|
||||
|
||||
export const enableOnlyoffice = window.app.pageOptions.enableOnlyoffice || false;
|
||||
export const onlyofficeConverterExtensions = window.app.pageOptions.onlyofficeConverterExtensions || [];
|
||||
|
||||
// dtable
|
||||
export const workspaceID = window.app.pageOptions.workspaceID;
|
||||
export const showLogoutIcon = window.app.pageOptions.showLogoutIcon;
|
||||
|
Reference in New Issue
Block a user