1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

add enable file tags config (#6456)

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
This commit is contained in:
awu0403
2024-08-02 13:27:20 +08:00
committed by GitHub
parent f50ba4c5f9
commit b24be2e812
7 changed files with 20 additions and 7 deletions

View File

@@ -98,6 +98,8 @@ export const enablePDFThumbnail = window.app.pageOptions.enablePDFThumbnail;
export const enableOnlyoffice = window.app.pageOptions.enableOnlyoffice || false;
export const onlyofficeConverterExtensions = window.app.pageOptions.onlyofficeConverterExtensions || [];
export const enableFileTags = window.app.pageOptions.enableFileTags || false;
// search
export const enableElasticsearch = window.app.pageOptions.enableElasticsearch || false;
export const enableSeasearch = window.app.pageOptions.enableSeasearch || false;