settings menu reworks (#5864)

This commit is contained in:
Anthony Stirling
2026-03-05 16:20:20 +00:00
committed by GitHub
parent ba2d10a75b
commit 0f7ee5c5b0
18 changed files with 640 additions and 580 deletions
@@ -652,6 +652,7 @@ description = "Configure external authentication providers like OAuth2 and SAML.
disconnect = "Disconnect"
disconnected = "Provider disconnected successfully"
disconnectError = "Failed to disconnect provider"
documentation = "View documentation"
imageResolutionFull = "Full (Original Size)"
imageResolutionReduced = "Reduced (Max 1200px)"
linkedServices = "Linked Services"
@@ -965,6 +966,18 @@ label = "Default Locale"
description = "Maximum file upload size (e.g., 100MB, 1GB)"
label = "File Upload Limit"
[admin.settings.general.hideDisabledTools]
description = "Hide disabled tools from the interface"
label = "Hide Disabled Tools"
[admin.settings.general.hideDisabledTools.googleDrive]
description = "Hide Google Drive button when not enabled"
label = "Hide Google Drive"
[admin.settings.general.hideDisabledTools.mobileScanner]
description = "Hide mobile QR scanner button when not enabled"
label = "Hide Mobile Scanner"
[admin.settings.general.frontendUrl]
description = "Base URL for frontend (e.g., https://pdf.example.com). Used for email invite links and mobile QR code uploads. Leave empty to use backend URL."
label = "Frontend URL"