hr-design-system-handlebars 1.121.0 → 1.121.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/assets/index.css +10 -10
- package/dist/views/components/content/copytext/components/audio.hbs +2 -2
- package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
- package/dist/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/dist/views/components/content/copytext/components/gallery/gallery.hbs +1 -1
- package/dist/views/components/content/copytext/components/image/image.hbs +6 -6
- package/dist/views/components/content/copytext/components/podcastepisode.hbs +1 -1
- package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
- package/dist/views/components/content/copytext/components/video/video.hbs +2 -2
- package/dist/views/components/content/copytext/components/videolivestream.hbs +2 -2
- package/dist/views/components/external-service/external_service.hbs +1 -1
- package/dist/views/components/external-service/external_service_with_datapolicy_check.hbs +1 -1
- package/dist/views/components/forms/components/backgroundBox.hbs +1 -1
- package/dist/views/components/forms/webform.hbs +1 -1
- package/dist/views/components/newsletter/newsletter.hbs +1 -1
- package/dist/views/components/ticker/ticker_item/content_footer_ticker_item.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/audio.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/gallery/gallery.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/image/image.hbs +6 -6
- package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/video/video.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/videolivestream.hbs +2 -2
- package/dist/views_static/components/external-service/external_service.hbs +1 -1
- package/dist/views_static/components/external-service/external_service_with_datapolicy_check.hbs +1 -1
- package/dist/views_static/components/forms/components/backgroundBox.hbs +1 -1
- package/dist/views_static/components/forms/webform.hbs +1 -1
- package/dist/views_static/components/newsletter/newsletter.hbs +1 -1
- package/dist/views_static/components/ticker/ticker_item/content_footer_ticker_item.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/content/copytext/copytext_audio.json +110 -3
- package/src/assets/fixtures/content/copytext/copytext_audio_livestream.json +109 -3
- package/src/assets/fixtures/content/copytext/copytext_externalservice.json +18 -0
- package/src/assets/fixtures/content/copytext/copytext_gallery.json +8 -5
- package/src/assets/fixtures/content/copytext/copytext_image.json +15 -0
- package/src/assets/fixtures/content/copytext/copytext_livestream.json +118 -6
- package/src/assets/fixtures/content/copytext/copytext_newsletter.json +35 -0
- package/src/assets/fixtures/content/copytext/copytext_video.json +126 -6
- package/src/assets/fixtures/content/copytext/copytext_webform.json +32 -30
- package/src/stories/views/components/content/copytext/components/audio.hbs +2 -2
- package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
- package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/gallery/gallery.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/image/image.hbs +6 -6
- package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/video/video.hbs +2 -2
- package/src/stories/views/components/content/copytext/components/videolivestream.hbs +2 -2
- package/src/stories/views/components/content/copytext/copytext-newsletter.stories.js +20 -20
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio_livestream.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_externalservice.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_gallery.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_image.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_newsletter.json +1 -18
- package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_webform.json +1 -1
- package/src/stories/views/components/external-service/external_service.hbs +1 -1
- package/src/stories/views/components/external-service/external_service_with_datapolicy_check.hbs +1 -1
- package/src/stories/views/components/forms/components/backgroundBox.hbs +1 -1
- package/src/stories/views/components/forms/webform.hbs +1 -1
- package/src/stories/views/components/newsletter/newsletter.hbs +1 -1
- package/src/stories/views/components/ticker/ticker_item/content_footer_ticker_item.hbs +1 -1
|
@@ -33,7 +33,13 @@
|
|
|
33
33
|
"audioLivestreamElement": {
|
|
34
34
|
"ardPlayerConfig": {
|
|
35
35
|
"@->jsoninclude": "audio/audios.inc.json",
|
|
36
|
-
"@->contentpath": "audio-event-livestream"
|
|
36
|
+
"@->contentpath": "audio-event-livestream",
|
|
37
|
+
"@->overrides": [
|
|
38
|
+
{
|
|
39
|
+
"@->contentpath": "playerId",
|
|
40
|
+
"@->value": "2564"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
37
43
|
},
|
|
38
44
|
"ardPlayerJsonConfig": {
|
|
39
45
|
"@->jsoninclude": "audio/audios.inc.json",
|
|
@@ -50,6 +56,106 @@
|
|
|
50
56
|
{
|
|
51
57
|
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
52
58
|
"@->value": false
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"@->contentpath": "playerId",
|
|
62
|
+
"@->value": "2564"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"mediaBacklinkToStoryTeaser": {
|
|
68
|
+
"link": {
|
|
69
|
+
"url": "/audioseite",
|
|
70
|
+
"isTargetBlank": false
|
|
71
|
+
},
|
|
72
|
+
"readMoreScreenreader": "zum hessenschau.de Audio-Livestream",
|
|
73
|
+
"title": "Musik macht deinen Tag",
|
|
74
|
+
"isForeignBrand": false,
|
|
75
|
+
"readMore": "zum Audio-Livestream",
|
|
76
|
+
"hasIcon": false,
|
|
77
|
+
"iconName": "extern"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"teaseritem": {
|
|
81
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
82
|
+
"@->contentpath": "copytext_image_50",
|
|
83
|
+
"@->replaceToken": [
|
|
84
|
+
{
|
|
85
|
+
"@->token": "image",
|
|
86
|
+
"@->value": "lehrerin-ukraine-104"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
|
|
91
|
+
"teaserImage": {
|
|
92
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
93
|
+
"@->contentpath": "copytext_image_50",
|
|
94
|
+
"@->replaceToken": [
|
|
95
|
+
{
|
|
96
|
+
"@->token": "image",
|
|
97
|
+
"@->value": "lehrerin-ukraine-104"
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"paragraphBoxItem": {
|
|
108
|
+
"isAudio": true,
|
|
109
|
+
"isAudioEventLivestream": true,
|
|
110
|
+
"showFullSize": {
|
|
111
|
+
"isTrue": true
|
|
112
|
+
},
|
|
113
|
+
"label": {
|
|
114
|
+
"type": "livestream",
|
|
115
|
+
"loca": "label_audio_event_livestream",
|
|
116
|
+
"byline": {
|
|
117
|
+
"bylineText": "Startet am 25.06.24 um 14:00 Uhr."
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"copyright": "hr",
|
|
121
|
+
"showAirdate": false,
|
|
122
|
+
"airdateDate": {
|
|
123
|
+
"htmlDateTime": "2024-06-25T14:00+0200",
|
|
124
|
+
"htmlDate": "25.06.2024",
|
|
125
|
+
"date": "25.06.24",
|
|
126
|
+
"dateSeparatorTime": "25.06.24, 14:00"
|
|
127
|
+
},
|
|
128
|
+
"toModel": {
|
|
129
|
+
"audioLivestreamElement": {
|
|
130
|
+
"ardPlayerConfig": {
|
|
131
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
132
|
+
"@->contentpath": "audio-event-livestream",
|
|
133
|
+
"@->overrides": [
|
|
134
|
+
{
|
|
135
|
+
"@->contentpath": "playerId",
|
|
136
|
+
"@->value": "2565"
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
"ardPlayerJsonConfig": {
|
|
141
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
142
|
+
"@->contentpath": "audio-event-livestream",
|
|
143
|
+
"@->overrides": [
|
|
144
|
+
{
|
|
145
|
+
"@->contentpath": "isAutoplay",
|
|
146
|
+
"@->value": false
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
150
|
+
"@->value": false
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
154
|
+
"@->value": false
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"@->contentpath": "playerId",
|
|
158
|
+
"@->value": "2565"
|
|
53
159
|
}
|
|
54
160
|
]
|
|
55
161
|
}
|
|
@@ -126,7 +232,7 @@
|
|
|
126
232
|
"@->overrides": [
|
|
127
233
|
{
|
|
128
234
|
"@->contentpath": "playerId",
|
|
129
|
-
"@->value": "
|
|
235
|
+
"@->value": "2566"
|
|
130
236
|
}
|
|
131
237
|
]
|
|
132
238
|
},
|
|
@@ -148,7 +254,7 @@
|
|
|
148
254
|
},
|
|
149
255
|
{
|
|
150
256
|
"@->contentpath": "playerId",
|
|
151
|
-
"@->value": "
|
|
257
|
+
"@->value": "2566"
|
|
152
258
|
}
|
|
153
259
|
]
|
|
154
260
|
}
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
24
|
+
},
|
|
22
25
|
{
|
|
23
26
|
"paragraphBoxItem": {
|
|
24
27
|
"isExternalService": true,
|
|
@@ -30,10 +33,16 @@
|
|
|
30
33
|
}
|
|
31
34
|
}
|
|
32
35
|
},
|
|
36
|
+
{
|
|
37
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
38
|
+
},
|
|
33
39
|
{
|
|
34
40
|
"isHeadline": true,
|
|
35
41
|
"text": "Instagram"
|
|
36
42
|
},
|
|
43
|
+
{
|
|
44
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
45
|
+
},
|
|
37
46
|
{
|
|
38
47
|
"paragraphBoxItem": {
|
|
39
48
|
"isExternalService": true,
|
|
@@ -49,6 +58,9 @@
|
|
|
49
58
|
"isHeadline": true,
|
|
50
59
|
"text": "X"
|
|
51
60
|
},
|
|
61
|
+
{
|
|
62
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
63
|
+
},
|
|
52
64
|
{
|
|
53
65
|
"paragraphBoxItem": {
|
|
54
66
|
"isExternalService": true,
|
|
@@ -64,6 +76,9 @@
|
|
|
64
76
|
"isHeadline": true,
|
|
65
77
|
"text": "Vimeo"
|
|
66
78
|
},
|
|
79
|
+
{
|
|
80
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
81
|
+
},
|
|
67
82
|
{
|
|
68
83
|
"paragraphBoxItem": {
|
|
69
84
|
"isExternalService": true,
|
|
@@ -79,6 +94,9 @@
|
|
|
79
94
|
"isHeadline": true,
|
|
80
95
|
"text": "Youtube"
|
|
81
96
|
},
|
|
97
|
+
{
|
|
98
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
99
|
+
},
|
|
82
100
|
{
|
|
83
101
|
"paragraphBoxItem": {
|
|
84
102
|
"isExternalService": true,
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"paragraphBoxItem": {
|
|
12
12
|
"isGallery": true,
|
|
13
13
|
"toModel": {
|
|
14
|
-
"galleryPage":{
|
|
14
|
+
"galleryPage": {
|
|
15
15
|
"isGallery": true,
|
|
16
16
|
"label": {
|
|
17
17
|
"type": "gallery",
|
|
18
18
|
"loca": "label_gallery",
|
|
19
19
|
"byline": {
|
|
20
|
-
|
|
20
|
+
"bylineText": "5 Bilder"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"toModel": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"iconName": "extern"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
-
"gallery":{
|
|
38
|
-
"items":[
|
|
37
|
+
"gallery": {
|
|
38
|
+
"items": [
|
|
39
39
|
{
|
|
40
40
|
"@->jsoninclude": "page/story/story_images.inc.json",
|
|
41
41
|
"@->contentpath": "copytext_gallery",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
{
|
|
44
44
|
"@->token": "image",
|
|
45
45
|
"@->value": "jugendfeuerwehr-102"
|
|
46
|
-
}
|
|
46
|
+
}
|
|
47
47
|
],
|
|
48
48
|
"@->overrides": [
|
|
49
49
|
{
|
|
@@ -137,6 +137,9 @@
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
140
143
|
}
|
|
141
144
|
]
|
|
142
145
|
}
|
|
@@ -19,6 +19,21 @@
|
|
|
19
19
|
]
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"paragraphBoxItem": {
|
|
27
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
28
|
+
"@->contentpath": "copytext_image_100",
|
|
29
|
+
"@->replaceToken": [
|
|
30
|
+
{
|
|
31
|
+
"@->token": "image",
|
|
32
|
+
"@->value": "buchmesse-fahnen-102"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
22
37
|
{
|
|
23
38
|
"isHeadline": true,
|
|
24
39
|
"text": "Zwischenüberschrift"
|
|
@@ -23,11 +23,99 @@
|
|
|
23
23
|
"videoLivestreamElement": {
|
|
24
24
|
"ardPlayerConfig": {
|
|
25
25
|
"@->jsoninclude": "video/videos.inc.json",
|
|
26
|
-
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
26
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
27
|
+
"@->overrides": [
|
|
28
|
+
{
|
|
29
|
+
"@->contentpath": "playerId",
|
|
30
|
+
"@->value": "2564"
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"ardPlayerJsonConfig": {
|
|
35
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
36
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
37
|
+
"@->overrides": [
|
|
38
|
+
{
|
|
39
|
+
"@->contentpath": "playerId",
|
|
40
|
+
"@->value": "2564"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"mediaBacklinkToStoryTeaser": {
|
|
46
|
+
"link": {
|
|
47
|
+
"url": "/livestreamseite",
|
|
48
|
+
"isTargetBlank": false
|
|
49
|
+
},
|
|
50
|
+
|
|
51
|
+
"readMoreScreenreader": "zum hr3.de Livestream",
|
|
52
|
+
"title": "Ab 18 Uhr: Eröffnung der Frankfurter Buchmesse",
|
|
53
|
+
"isForeignBrand": true,
|
|
54
|
+
"readMore": "zum hr3.de Livestreamseite",
|
|
55
|
+
|
|
56
|
+
"hasIcon": true,
|
|
57
|
+
"iconName": "extern"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"teaseritem": {
|
|
61
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
62
|
+
"@->contentpath": "copytext_image_100",
|
|
63
|
+
"@->replaceToken": [
|
|
64
|
+
{
|
|
65
|
+
"@->token": "image",
|
|
66
|
+
"@->value": "buchmesse-fahnen-102"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
|
|
71
|
+
"teaserImage": {
|
|
72
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
73
|
+
"@->contentpath": "copytext_image_100",
|
|
74
|
+
"@->replaceToken": [
|
|
75
|
+
{
|
|
76
|
+
"@->token": "image",
|
|
77
|
+
"@->value": "buchmesse-fahnen-102"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"paragraphBoxItem": {
|
|
88
|
+
"isVideo": true,
|
|
89
|
+
"isLivestream": true,
|
|
90
|
+
"showFullSize": {
|
|
91
|
+
"isTrue": true
|
|
92
|
+
},
|
|
93
|
+
"isSsi": true,
|
|
94
|
+
"label": {
|
|
95
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
96
|
+
"@->contentpath": "video_livestream_copytext_100"
|
|
97
|
+
},
|
|
98
|
+
"toModel": {
|
|
99
|
+
"videoLivestreamElement": {
|
|
100
|
+
"ardPlayerConfig": {
|
|
101
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
102
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
103
|
+
"@->overrides": [
|
|
104
|
+
{
|
|
105
|
+
"@->contentpath": "playerId",
|
|
106
|
+
"@->value": "2565"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
27
109
|
},
|
|
28
110
|
"ardPlayerJsonConfig": {
|
|
29
111
|
"@->jsoninclude": "video/videos.inc.json",
|
|
30
|
-
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
112
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
113
|
+
"@->overrides": [
|
|
114
|
+
{
|
|
115
|
+
"@->contentpath": "playerId",
|
|
116
|
+
"@->value": "2565"
|
|
117
|
+
}
|
|
118
|
+
]
|
|
31
119
|
}
|
|
32
120
|
},
|
|
33
121
|
"mediaBacklinkToStoryTeaser": {
|
|
@@ -91,11 +179,23 @@
|
|
|
91
179
|
"videoLivestreamElement": {
|
|
92
180
|
"ardPlayerConfig": {
|
|
93
181
|
"@->jsoninclude": "video/videos.inc.json",
|
|
94
|
-
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
182
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
183
|
+
"@->overrides": [
|
|
184
|
+
{
|
|
185
|
+
"@->contentpath": "playerId",
|
|
186
|
+
"@->value": "2566"
|
|
187
|
+
}
|
|
188
|
+
]
|
|
95
189
|
},
|
|
96
190
|
"ardPlayerJsonConfig": {
|
|
97
191
|
"@->jsoninclude": "video/videos.inc.json",
|
|
98
|
-
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
192
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
193
|
+
"@->overrides": [
|
|
194
|
+
{
|
|
195
|
+
"@->contentpath": "playerId",
|
|
196
|
+
"@->value": "2566"
|
|
197
|
+
}
|
|
198
|
+
]
|
|
99
199
|
}
|
|
100
200
|
},
|
|
101
201
|
"mediaBacklinkToStoryTeaser": {
|
|
@@ -171,11 +271,23 @@
|
|
|
171
271
|
"videoLivestreamElement": {
|
|
172
272
|
"ardPlayerConfig": {
|
|
173
273
|
"@->jsoninclude": "video/videos.inc.json",
|
|
174
|
-
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
274
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
275
|
+
"@->overrides": [
|
|
276
|
+
{
|
|
277
|
+
"@->contentpath": "playerId",
|
|
278
|
+
"@->value": "2567"
|
|
279
|
+
}
|
|
280
|
+
]
|
|
175
281
|
},
|
|
176
282
|
"ardPlayerJsonConfig": {
|
|
177
283
|
"@->jsoninclude": "video/videos.inc.json",
|
|
178
|
-
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
284
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
285
|
+
"@->overrides": [
|
|
286
|
+
{
|
|
287
|
+
"@->contentpath": "playerId",
|
|
288
|
+
"@->value": "2567"
|
|
289
|
+
}
|
|
290
|
+
]
|
|
179
291
|
}
|
|
180
292
|
},
|
|
181
293
|
"mediaBacklinkToStoryTeaser": {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"copytextParagraph": [
|
|
3
|
+
{ "isHeadline": true, "text": "Copytext mit Newsletter" },
|
|
4
|
+
{
|
|
5
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"paragraphBoxItem": {
|
|
9
|
+
"isNewsletter": true,
|
|
10
|
+
"title": "hessenschau update - Der Newsletter für Hessen",
|
|
11
|
+
"description": "Hier können Sie sich für das hessenschau update anmelden. Der Newsletter wird Ihnen von Montag bis Freitag kostenlos und unverbindlich zugestellt. Wenn Sie sich in unseren Verteiler eintragen, erhalten Sie eine E-Mail mit der Bitte, Ihre Aufnahme noch einmal zu bestätigen. Sie können den Newsletter jederzeit wieder abbestellen.",
|
|
12
|
+
"jsonURL": "https://ugc-hessenschau.dev-ext.hrcms.gcp.cloud.hr.de",
|
|
13
|
+
"successText": {
|
|
14
|
+
"richText": "Sie erhalten in wenigen Minuten eine E-Mail an die von Ihnen angegebene Adresse. Erst nach einem Klick auf den darin enthaltenen Bestätigungslink erhalten Sie unseren Newsletter."
|
|
15
|
+
},
|
|
16
|
+
"registeredText": {
|
|
17
|
+
"richText": "Sollten Sie ihr Abonnement kündigen oder verwalten wollen, können Sie dies <a href=\"https://hessenschau-nl.sr.de/newsletter-login.php\" class=\"{nuc https://hessenschau-nl.sr.de/newsletter-login.php nuc}link unbreakable\" target=\"_blank\"><span class=\"unbreakable\">hier</a> tun."
|
|
18
|
+
},
|
|
19
|
+
"errorText": {
|
|
20
|
+
"richText": "Aufgrund eines technischen Fehlers können wir derzeit Ihre Anfrage nicht bearbeiten. Bitte versuchen Sie es zu einem späteren Zeitpunkt noch einmal."
|
|
21
|
+
},
|
|
22
|
+
"uuid": "d91b7e16-d476-425f-a535-587c6957df37",
|
|
23
|
+
"successLink": "Link wenn erfolgreich",
|
|
24
|
+
"errorLink": "Link wenn Fehler",
|
|
25
|
+
"backlinkUuid": "Backlink mit UUID (altes Voting)",
|
|
26
|
+
"mailingList": "E-Mail-Liste",
|
|
27
|
+
"trackingInformations": "Tracking",
|
|
28
|
+
"isHidden": true
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
@@ -33,11 +33,107 @@
|
|
|
33
33
|
"videoElement": {
|
|
34
34
|
"ardPlayerConfig": {
|
|
35
35
|
"@->jsoninclude": "video/videos.inc.json",
|
|
36
|
-
"@->contentpath": "video-1"
|
|
36
|
+
"@->contentpath": "video-1",
|
|
37
|
+
"@->overrides": [
|
|
38
|
+
{
|
|
39
|
+
"@->contentpath": "playerId",
|
|
40
|
+
"@->value": "2564"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"ardPlayerJsonConfig": {
|
|
45
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
46
|
+
"@->contentpath": "video-1",
|
|
47
|
+
"@->overrides": [
|
|
48
|
+
{
|
|
49
|
+
"@->contentpath": "playerId",
|
|
50
|
+
"@->value": "2564"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"mediaBacklinkToStoryTeaser": {
|
|
56
|
+
"link": {
|
|
57
|
+
"url": "/videoseite",
|
|
58
|
+
"isTargetBlank": false
|
|
59
|
+
},
|
|
60
|
+
"readMoreScreenreader": "zum hr3.de Video",
|
|
61
|
+
"title": "Musik macht deinen Tag",
|
|
62
|
+
"isForeignBrand": true,
|
|
63
|
+
"readMore": "zur hr3.de Video-Einzelseite",
|
|
64
|
+
"hasIcon": true,
|
|
65
|
+
"iconName": "extern"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"teaseritem": {
|
|
69
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
70
|
+
"@->contentpath": "copytext_image_100",
|
|
71
|
+
"@->replaceToken": [
|
|
72
|
+
{
|
|
73
|
+
"@->token": "image",
|
|
74
|
+
"@->value": "lehrerin-ukraine-104"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
|
|
79
|
+
"teaserImage": {
|
|
80
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
81
|
+
"@->contentpath": "copytext_image_100",
|
|
82
|
+
"@->replaceToken": [
|
|
83
|
+
{
|
|
84
|
+
"@->token": "image",
|
|
85
|
+
"@->value": "lehrerin-ukraine-104"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"paragraphBoxItem": {
|
|
96
|
+
"isVideo": true,
|
|
97
|
+
"isVideoOnDemand": true,
|
|
98
|
+
"showFullSize": {
|
|
99
|
+
"isTrue": true
|
|
100
|
+
},
|
|
101
|
+
"label": {
|
|
102
|
+
"type": "video",
|
|
103
|
+
"loca": "label_video",
|
|
104
|
+
"byline": {
|
|
105
|
+
"bylineText": "03:20 Min."
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"copyright": "hessenschau",
|
|
109
|
+
"showAirdate": true,
|
|
110
|
+
"airdateDate": {
|
|
111
|
+
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
112
|
+
"htmlDate": "31.10.2022",
|
|
113
|
+
"date": "31.10.22",
|
|
114
|
+
"dateSeparatorTime": "31.10.22, 19:30"
|
|
115
|
+
},
|
|
116
|
+
"toModel": {
|
|
117
|
+
"videoElement": {
|
|
118
|
+
"ardPlayerConfig": {
|
|
119
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
120
|
+
"@->contentpath": "video-1",
|
|
121
|
+
"@->overrides": [
|
|
122
|
+
{
|
|
123
|
+
"@->contentpath": "playerId",
|
|
124
|
+
"@->value": "2565"
|
|
125
|
+
}
|
|
126
|
+
]
|
|
37
127
|
},
|
|
38
128
|
"ardPlayerJsonConfig": {
|
|
39
129
|
"@->jsoninclude": "video/videos.inc.json",
|
|
40
|
-
"@->contentpath": "video-1"
|
|
130
|
+
"@->contentpath": "video-1",
|
|
131
|
+
"@->overrides": [
|
|
132
|
+
{
|
|
133
|
+
"@->contentpath": "playerId",
|
|
134
|
+
"@->value": "2565"
|
|
135
|
+
}
|
|
136
|
+
]
|
|
41
137
|
}
|
|
42
138
|
},
|
|
43
139
|
"mediaBacklinkToStoryTeaser": {
|
|
@@ -106,11 +202,23 @@
|
|
|
106
202
|
"videoElement": {
|
|
107
203
|
"ardPlayerConfig": {
|
|
108
204
|
"@->jsoninclude": "video/videos.inc.json",
|
|
109
|
-
"@->contentpath": "video-1"
|
|
205
|
+
"@->contentpath": "video-1",
|
|
206
|
+
"@->overrides": [
|
|
207
|
+
{
|
|
208
|
+
"@->contentpath": "playerId",
|
|
209
|
+
"@->value": "2566"
|
|
210
|
+
}
|
|
211
|
+
]
|
|
110
212
|
},
|
|
111
213
|
"ardPlayerJsonConfig": {
|
|
112
214
|
"@->jsoninclude": "video/videos.inc.json",
|
|
113
|
-
"@->contentpath": "video-1"
|
|
215
|
+
"@->contentpath": "video-1",
|
|
216
|
+
"@->overrides": [
|
|
217
|
+
{
|
|
218
|
+
"@->contentpath": "playerId",
|
|
219
|
+
"@->value": "2566"
|
|
220
|
+
}
|
|
221
|
+
]
|
|
114
222
|
}
|
|
115
223
|
},
|
|
116
224
|
"mediaBacklinkToStoryTeaser": {
|
|
@@ -178,11 +286,23 @@
|
|
|
178
286
|
"videoElement": {
|
|
179
287
|
"ardPlayerConfig": {
|
|
180
288
|
"@->jsoninclude": "video/videos.inc.json",
|
|
181
|
-
"@->contentpath": "video-2"
|
|
289
|
+
"@->contentpath": "video-2",
|
|
290
|
+
"@->overrides": [
|
|
291
|
+
{
|
|
292
|
+
"@->contentpath": "playerId",
|
|
293
|
+
"@->value": "2567"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
182
296
|
},
|
|
183
297
|
"ardPlayerJsonConfig": {
|
|
184
298
|
"@->jsoninclude": "video/videos.inc.json",
|
|
185
|
-
"@->contentpath": "video-2"
|
|
299
|
+
"@->contentpath": "video-2",
|
|
300
|
+
"@->overrides": [
|
|
301
|
+
{
|
|
302
|
+
"@->contentpath": "playerId",
|
|
303
|
+
"@->value": "2567"
|
|
304
|
+
}
|
|
305
|
+
]
|
|
186
306
|
}
|
|
187
307
|
},
|
|
188
308
|
"mediaBacklinkToStoryTeaser": {
|