File tree Expand file tree Collapse file tree
assets/shared/templates/brnd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ - Merged fixes from 2.7.0 into release/3.0.0.
78- Added ` INSTANT_BOOK_BUSY_INTERVALS_SOURCE ` to select between Graph and the slide's calendar feed as the source of busy
89 intervals for InstantBook.
910- Changed polling interval for instant booking template.
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ function BrndIdraetsanlaeg({
112112 rowIndex % 2 === 0 ? "row-even" : "row-odd"
113113 } `}
114114 >
115- { getTitle ( entry . area ) }
115+ { getTitle ( entry . facility ) }
116116 </ ContentItem >
117117 < ContentItem
118118 className = { `content-item content-item-activity ${
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
1212 - Added local slide example for BRND ` idraetsanlaeg ` layout.
1313- [ #198 ] ( https://github.com/os2display/display-templates/pull/198 )
1414 - Added field for slide duration in BRND template.
15+ - [ #202 ] ( https://github.com/os2display/display-templates/pull/202 )
16+ - Fixed BRND ` idraetsanlaeg ` layout so the ` Hvor ` column now uses ` facility ` instead of ` area ` .
1517
1618## [ 2.6.1] - 2026-03-06
1719
You can’t perform that action at this time.
0 commit comments