Selaa lähdekoodia

add automaticLinkedUrlSchemes

Christian Hillebrand 4 vuotta sitten
vanhempi
sitoutus
0f75234ed2
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      server/publications/settings.js

+ 1 - 0
server/publications/settings.js

@@ -15,6 +15,7 @@ Meteor.publish('setting', () => {
         customLoginLogoImageUrl: 1,
         customLoginLogoImageUrl: 1,
         customLoginLogoLinkUrl: 1,
         customLoginLogoLinkUrl: 1,
         textBelowCustomLoginLogo: 1,
         textBelowCustomLoginLogo: 1,
+        automaticLinkedUrlSchemes: 1,
         customTopLeftCornerLogoImageUrl: 1,
         customTopLeftCornerLogoImageUrl: 1,
         customTopLeftCornerLogoLinkUrl: 1,
         customTopLeftCornerLogoLinkUrl: 1,
         customTopLeftCornerLogoHeight: 1,
         customTopLeftCornerLogoHeight: 1,