Skip to content

Commit 72f24db

Browse files
authored
Merge pull request #168 from os2display/release/2.2.0
Release/2.2.0
2 parents 6bb4f57 + c06c406 commit 72f24db

File tree

86 files changed

+440
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+440
-148
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"allowImportExportEverywhere": true
1919
},
2020
"rules": {
21+
"jsdoc/tag-lines": "off",
2122
"react/require-default-props": "off",
2223
"react/jsx-filename-extension": [
2324
"warn",

.github/workflows/pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Cache node modules
11-
uses: actions/cache@v2
11+
uses: actions/cache@v4
1212
env:
1313
cache-name: cache-node-modules
1414
with:
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v2
3333

3434
- name: Cache node modules
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
env:
3737
cache-name: cache-node-modules
3838
with:
@@ -46,7 +46,7 @@ jobs:
4646
run: yarn
4747

4848
- name: React coding standards
49-
run: yarn check-coding-standards
49+
run: yarn check-coding-standards-actions
5050

5151
cypress:
5252
name: Cypress

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Unreleased
6+
7+
## [2.2.0] - 2025-3-10
8+
9+
- [#160](https://github.com/os2display/display-templates/pull/160)
10+
- Added option to set image size contain instead of cover.
11+
512
## [2.1.1] - 2024-11-20
613

714
- [#159](https://github.com/os2display/display-templates/pull/159)

build/book-review-config-develop.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FP2SME0ENTXWF362XHM6Z1B4",
55
"description": "Skabelon til anmeldelser.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/book-review.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/book-review-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/book-review-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/book-review.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/book-review-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/book-review-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/book-review-config-main.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FP2SME0ENTXWF362XHM6Z1B4",
55
"description": "Skabelon til anmeldelser.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/book-review.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/book-review-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/book-review-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/book-review.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/book-review-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/book-review-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/calendar-admin.json

+7
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@
177177
"name": "image",
178178
"label": "Baggrundsbillede"
179179
},
180+
{
181+
"key": "form-media-contain",
182+
"input": "checkbox",
183+
"name": "mediaContain",
184+
"label": "Deaktivér billedbeskæring",
185+
"helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring"
186+
},
180187
{
181188
"key": "calendar-form-display-headers",
182189
"input": "checkbox",

build/calendar-config-develop.json

+3-3
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=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/calendar-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/calendar-config-main.json

+3-3
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=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/calendar-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/calendar.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/contacts-config-develop.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "01FPZ19YEHX7MQ5Q6ZS0WK0VEA",
55
"description": "Skabelon til kontakter.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/contacts.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/contacts-admin.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/contacts.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/contacts-admin.json?ts=1733136815096",
99
"schema": "",
1010
"assets": [],
1111
"options": {},

build/contacts-config-main.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "01FPZ19YEHX7MQ5Q6ZS0WK0VEA",
55
"description": "Skabelon til kontakter.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/contacts.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/contacts-admin.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/contacts.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/contacts-admin.json?ts=1733136815096",
99
"schema": "",
1010
"assets": [],
1111
"options": {},

build/contacts.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/iframe-config-develop.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "01FQBJQ2M3544ZKAADPWBXHY71",
55
"description": "Skabelon til iFrame.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/iframe.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/iframe-admin.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/iframe.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/iframe-admin.json?ts=1733136815096",
99
"schema": "",
1010
"assets": [],
1111
"options": {},

build/iframe-config-main.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "01FQBJQ2M3544ZKAADPWBXHY71",
55
"description": "Skabelon til iFrame.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/iframe.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/iframe-admin.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/iframe.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/iframe-admin.json?ts=1733136815096",
99
"schema": "",
1010
"assets": [],
1111
"options": {},

build/image-text-admin.json

+7
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@
7373
"label": "Billeder",
7474
"helpText": "Hvis du tilføjer mere end et billede bliver de vist i (varighed / antal_billeder) sekunder hver."
7575
},
76+
{
77+
"key": "form-media-contain",
78+
"input": "checkbox",
79+
"name": "mediaContain",
80+
"label": "Deaktivér billedbeskæring",
81+
"helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring"
82+
},
7683
{
7784
"key": "image-text-form-6",
7885
"input": "header-h3",

build/image-text-config-develop.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FP2SNGFN0BZQH03KCBXHKYHG",
55
"description": "Mulighed for at sætte billede og tekst, med forskellige visninger.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/image-text-config-main.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FP2SNGFN0BZQH03KCBXHKYHG",
55
"description": "Mulighed for at sætte billede og tekst, med forskellige visninger.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/image-text.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/instagram-feed-admin.json

+7
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,12 @@
8181
"label": "Maksimalt antal billeder/videoer fra feedet",
8282
"helpText": "Her kan du skrive maksimalt antal billeder/videoer fra feedet.",
8383
"formGroupClasses": "col-md-6"
84+
},
85+
{
86+
"key": "form-media-contain",
87+
"input": "checkbox",
88+
"name": "mediaContain",
89+
"label": "Deaktivér billedbeskæring",
90+
"helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring"
8491
}
8592
]

build/instagram-feed-config-develop.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FTZC0RKJYHG4JVZG5K709G46",
55
"description": "Mulighed for at vise instagram indhold.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/instagram-feed.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/instagram-feed-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/instagram-feed-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/instagram-feed.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/instagram-feed-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/instagram-feed-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/instagram-feed-config-main.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FTZC0RKJYHG4JVZG5K709G46",
55
"description": "Mulighed for at vise instagram indhold.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/instagram-feed.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/instagram-feed-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/instagram-feed-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/instagram-feed.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/instagram-feed-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/instagram-feed-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/instagram-feed.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/poster-admin.json

+7
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,12 @@
3838
"label": "Vis logo fra tema",
3939
"name": "showLogo",
4040
"formGroupClasses": "col-md-6 mb-3"
41+
},
42+
{
43+
"key": "form-media-contain",
44+
"input": "checkbox",
45+
"name": "mediaContain",
46+
"label": "Deaktivér billedbeskæring",
47+
"helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring"
4148
}
4249
]

build/poster-config-develop.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FWJZQ25A1868V63CWYYHQFKQ",
55
"description": "Mulighed for at vise plakat indhold.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/poster.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/poster-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/poster-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/poster.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/poster-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/poster-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/poster-config-main.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FWJZQ25A1868V63CWYYHQFKQ",
55
"description": "Mulighed for at vise plakat indhold.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/poster.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/poster-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/poster-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/poster.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/poster-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/poster-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/poster.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/rss-admin.json

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
"label": "Baggrundsbillede",
3030
"formGroupClasses": "mb-3"
3131
},
32+
{
33+
"key": "form-media-contain",
34+
"input": "checkbox",
35+
"name": "mediaContain",
36+
"label": "Deaktivér billedbeskæring",
37+
"helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring"
38+
},
3239
{
3340
"key": "rss-form-5",
3441
"input": "select",

build/rss-config-develop.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FQC300GGWCA7A8H0SXY6P9FG",
55
"description": "Mulighed for at vise et rss feed.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/rss.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/rss-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/rss-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/rss.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/rss-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/rss-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/rss-config-main.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FQC300GGWCA7A8H0SXY6P9FG",
55
"description": "Mulighed for at vise et rss feed.",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/rss.js?ts=1723805672543",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/rss-admin.json?ts=1723805672543",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/rss-schema.json?ts=1723805672543",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/rss.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/rss-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/rss-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/rss.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/slideshow-admin.json

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"name": "images",
2121
"label": "Billeder"
2222
},
23+
{
24+
"key": "form-media-contain",
25+
"input": "checkbox",
26+
"name": "mediaContain",
27+
"label": "Deaktivér billedbeskæring",
28+
"helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring"
29+
},
2330
{
2431
"key": "slideshow-form-4",
2532
"input": "header-h3",

build/slideshow-config-develop.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FP2SNSC9VXD10ZKXQR819NS9",
55
"description": "Skabelon til slideshow af billeder med forskellige effekter",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/slideshow.js?ts=1731317499358",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/slideshow-admin.json?ts=1731317499358",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/slideshow-schema.json?ts=1731317499358",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/slideshow.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/slideshow-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/slideshow-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/slideshow-config-main.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"id": "01FP2SNSC9VXD10ZKXQR819NS9",
55
"description": "Skabelon til slideshow af billeder med forskellige effekter",
66
"resources": {
7-
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/slideshow.js?ts=1731317499358",
8-
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/slideshow-admin.json?ts=1731317499358",
9-
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/slideshow-schema.json?ts=1731317499358",
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/slideshow.js?ts=1733136815096",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/slideshow-admin.json?ts=1733136815096",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/slideshow-schema.json?ts=1733136815096",
1010
"assets": [],
1111
"options": {},
1212
"content": {}

build/slideshow.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/table-admin.json

+7
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@
8989
"name": "image",
9090
"label": "Baggrundsbillede"
9191
},
92+
{
93+
"key": "form-media-contain",
94+
"input": "checkbox",
95+
"name": "mediaContain",
96+
"label": "Deaktivér billedbeskæring",
97+
"helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring"
98+
},
9299
{
93100
"key": "table-form-8",
94101
"input": "header-h3",

0 commit comments

Comments
 (0)