From f1ed6304a4c3bfcd1c778b0c43cafe6808829286 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 16 Dec 2018 22:21:16 +0200 Subject: - Admin Panel / Layout / Custom HTML after start, and Custom HTML before end. In progress, does not work yet. Thanks to xet7 ! --- models/settings.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'models/settings.js') diff --git a/models/settings.js b/models/settings.js index 5db57cd8..bfd844b0 100644 --- a/models/settings.js +++ b/models/settings.js @@ -32,6 +32,14 @@ Settings.attachSchema(new SimpleSchema({ type: String, optional: true, }, + customHTMLafterBodyStart: { + type: String, + optional: true, + }, + customHTMLbeforeBodyEnd: { + type: String, + optional: true, + }, hideLogo: { type: Boolean, optional: true, -- cgit v1.2.3-1-g7c22