Skip to content

Commit 7757c44

Browse files
committed
Brnd build
1 parent e7dd05f commit 7757c44

File tree

4 files changed

+134
-0
lines changed

4 files changed

+134
-0
lines changed

build/brnd-admin.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
[
2+
{
3+
"key": "brnd-form-1",
4+
"input": "header",
5+
"text": "Skabelon: BRND",
6+
"name": "header1",
7+
"formGroupClasses": "h4 mb-3"
8+
},
9+
{
10+
"key": "brnd-form-2",
11+
"input": "header-h3",
12+
"text": "Opsæt feed",
13+
"name": "header2",
14+
"formGroupClasses": "h5 mb-3"
15+
},
16+
{
17+
"key": "brnd-form-3",
18+
"input": "feed",
19+
"text": "Opsæt feed",
20+
"name": "feed",
21+
"supportedFeedOutputType": "brnd-booking",
22+
"formGroupClasses": "mb-3"
23+
},
24+
{
25+
"key": "brnd-form-4",
26+
"input": "header-h3",
27+
"text": "Konfigurér slide",
28+
"name": "header2",
29+
"formGroupClasses": "h5 mb-3"
30+
},
31+
{
32+
"key": "calendar-form-layout",
33+
"input": "select",
34+
"name": "layout",
35+
"label": "Vælg layout",
36+
"required": true,
37+
"formGroupClasses": "col-md-6 mb-3",
38+
"options": [
39+
{
40+
"key": "layout1",
41+
"title": "Sportcenter Dagsprogram",
42+
"value": "sportcenter-today"
43+
}
44+
]
45+
},
46+
{
47+
"key": "brnd-form-form-14",
48+
"input": "select",
49+
"required": true,
50+
"label": "Tekststørrelse",
51+
"formGroupClasses": "col-md-6 mb-3",
52+
"options": [
53+
{
54+
"key": "fontsize1",
55+
"title": "xs",
56+
"value": "font-size-xs"
57+
},
58+
{
59+
"key": "fontsize2",
60+
"title": "s",
61+
"value": "font-size-s"
62+
},
63+
{
64+
"key": "fontsize3",
65+
"title": "m",
66+
"value": "font-size-m"
67+
},
68+
{
69+
"key": "fontsize4",
70+
"title": "l",
71+
"value": "font-size-lg"
72+
},
73+
{
74+
"key": "fontsize5",
75+
"title": "xl",
76+
"value": "font-size-xl"
77+
}
78+
],
79+
"name": "fontSize"
80+
},
81+
{
82+
"key": "brnd-form-title",
83+
"input": "input",
84+
"name": "title",
85+
"type": "text",
86+
"label": "Overskrift",
87+
"helpText": "Her kan du skrive overskrift.",
88+
"formGroupClasses": "col-md-6"
89+
},
90+
{
91+
"key": "brnd-form-image",
92+
"multipleImages": false,
93+
"input": "image",
94+
"name": "image",
95+
"label": "Baggrundsbillede"
96+
},
97+
{
98+
"key": "form-media-contain",
99+
"input": "checkbox",
100+
"name": "mediaContain",
101+
"label": "Deaktivér billedbeskæring",
102+
"helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring"
103+
}
104+
]

build/brnd-config-develop.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": "BRND sportcenter dagsprogram",
3+
"icon": "",
4+
"id": "01FRJPF4XATRN8PBZ35XN84PS6",
5+
"description": "Viser alle dagens bookinger i et ænlæg.",
6+
"resources": {
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758630070513",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758630070513",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758630070513",
10+
"assets": [],
11+
"options": {},
12+
"content": {}
13+
}
14+
}

build/brnd-config-main.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": "BRND sportcenter dagsprogram",
3+
"icon": "",
4+
"id": "01FRJPF4XATRN8PBZ35XN84PS6",
5+
"description": "Viser alle dagens bookinger i et ænlæg.",
6+
"resources": {
7+
"component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758630070513",
8+
"admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758630070513",
9+
"schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758630070513",
10+
"assets": [],
11+
"options": {},
12+
"content": {}
13+
}
14+
}

build/brnd.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)