feat: add param to disable img resizing

This commit is contained in:
Oleg Lobanov
2020-07-23 12:38:03 +02:00
parent bc00165094
commit aa78e3ab1f
7 changed files with 42 additions and 28 deletions

View File

@@ -11,6 +11,7 @@ const noAuth = window.FileBrowser.NoAuth
const authMethod = window.FileBrowser.AuthMethod
const loginPage = window.FileBrowser.LoginPage
const theme = window.FileBrowser.Theme
const enableThumbs = window.FileBrowser.EnableThumbs
export {
name,
@@ -24,5 +25,6 @@ export {
noAuth,
authMethod,
loginPage,
theme
theme,
enableThumbs
}