summaryrefslogtreecommitdiffstats
path: root/server/publications
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-16 22:21:16 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-16 22:21:16 +0200
commitf1ed6304a4c3bfcd1c778b0c43cafe6808829286 (patch)
tree5c2ecf6231e906c1dc54b6777b345281d14a9483 /server/publications
parenta42d9871bd420ba0647a590ad2a131822455a905 (diff)
downloadwekan-f1ed6304a4c3bfcd1c778b0c43cafe6808829286.tar.gz
wekan-f1ed6304a4c3bfcd1c778b0c43cafe6808829286.tar.bz2
wekan-f1ed6304a4c3bfcd1c778b0c43cafe6808829286.zip
- Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML before </body> end.
In progress, does not work yet. Thanks to xet7 !
Diffstat (limited to 'server/publications')
-rw-r--r--server/publications/settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/publications/settings.js b/server/publications/settings.js
index d2690439..573a79b4 100644
--- a/server/publications/settings.js
+++ b/server/publications/settings.js
@@ -1,5 +1,5 @@
Meteor.publish('setting', () => {
- return Settings.find({}, {fields:{disableRegistration: 1, productName: 1, hideLogo: 1}});
+ return Settings.find({}, {fields:{disableRegistration: 1, productName: 1, hideLogo: 1, customHTMLafterBodyStart: 1, customHTMLbeforeBodyEnd: 1}});
});
Meteor.publish('mailServer', function () {