- Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML before </body> end.

In progress, does not work yet.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-12-16 22:21:16 +02:00
parent a42d9871bd
commit f1ed6304a4
7 changed files with 48 additions and 2 deletions

View file

@ -12,6 +12,7 @@ template(name="board")
+spinner
template(name="boardBody")
| {{currentSetting.customHTMLafterBodyStart}}
.board-wrapper(class=currentBoard.colorClass)
+sidebar
.board-canvas.js-swimlanes.js-perfect-scrollbar(
@ -27,6 +28,7 @@ template(name="boardBody")
+listsGroup
if isViewCalendar
+calendarView
| {{currentSetting.customHTMLbeforeBodyEnd}}
template(name="calendarView")
.calendar-view.swimlane