Skip to content

Commit d97ac39

Browse files
committed
5118: Added description to admin field
1 parent 15e70d5 commit d97ac39

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
- [#188](https://github.com/os2display/display-templates/pull/188)
88
- Fixed issues with calendar single booking layout.
9-
- Added extra description for resourceAvailableText field.
9+
- Added extra description for resourceAvailableText and hasDateAndTime fields.
1010

1111
## [2.5.1] - 2025-06-23
1212

build/calendar-admin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
{
160160
"key": "calendar-form-has-date-and-time",
161161
"input": "checkbox",
162-
"label": "Vis dato og tidspunkt",
162+
"label": "Vis dato og tidspunkt. Gælder kun for \"Flere resurser\" layouttet",
163163
"name": "hasDateAndTime",
164164
"formGroupClasses": "col-md-6 mb-3"
165165
},

build/calendar-config-develop.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FRJPF4XATRN8PBZ35XN84PS6",
55
"description": "Mulighed for at vise et kalenderfeed.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar.js?ts=1755614741224",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar-admin.json?ts=1755614741224",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar-schema.json?ts=1755614741224",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar.js?ts=1755617993272",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar-admin.json?ts=1755617993272",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar-schema.json?ts=1755617993272",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/calendar-config-main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FRJPF4XATRN8PBZ35XN84PS6",
55
"description": "Mulighed for at vise et kalenderfeed.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar.js?ts=1755614741224",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar-admin.json?ts=1755614741224",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar-schema.json?ts=1755614741224",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar.js?ts=1755617993272",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar-admin.json?ts=1755617993272",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar-schema.json?ts=1755617993272",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

src/calendar/calendar-admin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
{
160160
"key": "calendar-form-has-date-and-time",
161161
"input": "checkbox",
162-
"label": "Vis dato og tidspunkt",
162+
"label": "Vis dato og tidspunkt. Gælder kun for \"Flere resurser\" layouttet",
163163
"name": "hasDateAndTime",
164164
"formGroupClasses": "col-md-6 mb-3"
165165
},

0 commit comments

Comments
 (0)