aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/attributes/useServerAttributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/attributes/useServerAttributes.js')
-rw-r--r--modern/src/common/attributes/useServerAttributes.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modern/src/common/attributes/useServerAttributes.js b/modern/src/common/attributes/useServerAttributes.js
index a985ef40..80ac3c7d 100644
--- a/modern/src/common/attributes/useServerAttributes.js
+++ b/modern/src/common/attributes/useServerAttributes.js
@@ -55,4 +55,8 @@ export default (t) => useMemo(() => ({
name: t('attributeUiDisableLoginLanguage'),
type: 'boolean',
},
+ disableShare: {
+ name: t('serverDisableShare'),
+ type: 'boolean',
+ },
}), [t]);