Browse Source

add automaticLinkedUrlSchemes

Christian Hillebrand 4 years ago
parent
commit
bc2556139a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      models/settings.js

+ 4 - 0
models/settings.js

@@ -62,6 +62,10 @@ Settings.attachSchema(
       type: String,
       optional: true,
     },
+    automaticLinkedUrlScheme: {
+      type: String,
+      optional: true,
+    },
     customTopLeftCornerLogoImageUrl: {
       type: String,
       optional: true,