aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/attributes
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/attributes')
-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 76d5a157..e87d1d7e 100644
--- a/modern/src/common/attributes/useServerAttributes.js
+++ b/modern/src/common/attributes/useServerAttributes.js
@@ -9,6 +9,10 @@ export default (t) => useMemo(() => ({
name: t('serverDescription'),
type: 'string',
},
+ logo: {
+ name: t('serverLogo'),
+ type: 'string',
+ },
colorPrimary: {
name: t('serverColorPrimary'),
type: 'string',