浏览代码

add automaticLinkedUrlSchemes

Christian Hillebrand 4 年之前
父节点
当前提交
bc2556139a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      models/settings.js

+ 4 - 0
models/settings.js

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