mirror of
https://github.com/docmost/docmost.git
synced 2026-08-24 03:12:13 +10:00
feat(confluence-import): hide API importer behind BETA_CONFLUENCE_IMPORTER flag
This commit is contained in:
@@ -43,6 +43,10 @@ export function isCloud(): boolean {
|
||||
return castToBoolean(getConfigValue("CLOUD"));
|
||||
}
|
||||
|
||||
export function isBetaConfluenceImporter(): boolean {
|
||||
return castToBoolean(getConfigValue("BETA_CONFLUENCE_IMPORTER"));
|
||||
}
|
||||
|
||||
export function getAvatarUrl(
|
||||
avatarUrl: string,
|
||||
type: AvatarIconType = AvatarIconType.AVATAR,
|
||||
|
||||
Reference in New Issue
Block a user