hr-design-system-handlebars 1.120.6 → 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 +24 -0
- package/dist/assets/index.css +12 -9
- 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/content/copytext/copytext_body.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/components/voting/voting.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/content/copytext/copytext_body.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/dist/views_static/components/voting/voting.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/content/copytext/copytext_audio.json +203 -3
- package/src/assets/fixtures/content/copytext/copytext_audio_livestream.json +201 -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 +27 -0
- package/src/assets/fixtures/content/copytext/copytext_livestream.json +191 -6
- package/src/assets/fixtures/content/copytext/copytext_newsletter.json +35 -0
- package/src/assets/fixtures/content/copytext/copytext_podcastepisode.json +13 -0
- package/src/assets/fixtures/content/copytext/copytext_posterteaser.json +55 -0
- package/src/assets/fixtures/content/copytext/copytext_video.json +222 -8
- package/src/assets/fixtures/content/copytext/copytext_webform.json +32 -30
- package/src/assets/fixtures/teaser/teaser_images.inc.json +2 -0
- 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/contentbox/fixtures/contentbox.json +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/copytext_body.hbs +2 -2
- 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_cite.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_downloadbox.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_filedownload.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_infobox.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_media_components.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_non_media_components.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_podcastepisode.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_posterteaser.json +1 -1
- 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/page/story/fixtures/story_with_audio.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_video.json +1 -1
- package/src/stories/views/components/ticker/ticker_item/content_footer_ticker_item.hbs +1 -1
- package/src/stories/views/components/voting/fixtures/voting.json +1 -1
- package/src/stories/views/components/voting/fixtures/voting_media_audio_horizontal.json +1 -1
- package/src/stories/views/components/voting/fixtures/voting_media_audio_vertical.json +1 -1
- package/src/stories/views/components/voting/fixtures/voting_media_image_horizontal.json +1 -1
- package/src/stories/views/components/voting/fixtures/voting_media_image_vertical.json +1 -1
- package/src/stories/views/components/voting/fixtures/voting_media_video_horizontal.json +1 -1
- package/src/stories/views/components/voting/fixtures/voting_media_video_vertical.json +1 -1
- package/src/stories/views/components/voting/voting.hbs +1 -1
|
@@ -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
|
+
]
|
|
27
33
|
},
|
|
28
34
|
"ardPlayerJsonConfig": {
|
|
29
35
|
"@->jsoninclude": "video/videos.inc.json",
|
|
30
|
-
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
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
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"ardPlayerJsonConfig": {
|
|
111
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
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": {
|
|
@@ -218,6 +330,79 @@
|
|
|
218
330
|
},
|
|
219
331
|
{
|
|
220
332
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"paragraphBoxItem": {
|
|
336
|
+
"isVideo": true,
|
|
337
|
+
"isLivestream": true,
|
|
338
|
+
"showFullSize": {
|
|
339
|
+
"isTrue": true
|
|
340
|
+
},
|
|
341
|
+
"isSsi": true,
|
|
342
|
+
"label": {
|
|
343
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
344
|
+
"@->contentpath": "video_livestream_copytext_100"
|
|
345
|
+
},
|
|
346
|
+
"toModel": {
|
|
347
|
+
"videoLivestreamElement": {
|
|
348
|
+
"ardPlayerConfig": {
|
|
349
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
350
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
351
|
+
"@->overrides": [
|
|
352
|
+
{
|
|
353
|
+
"@->contentpath": "playerId",
|
|
354
|
+
"@->value": "2568"
|
|
355
|
+
}
|
|
356
|
+
]
|
|
357
|
+
},
|
|
358
|
+
"ardPlayerJsonConfig": {
|
|
359
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
360
|
+
"@->contentpath": "video-livestream-hr-fernsehen",
|
|
361
|
+
"@->overrides": [
|
|
362
|
+
{
|
|
363
|
+
"@->contentpath": "playerId",
|
|
364
|
+
"@->value": "2568"
|
|
365
|
+
}
|
|
366
|
+
]
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"mediaBacklinkToStoryTeaser": {
|
|
370
|
+
"link": {
|
|
371
|
+
"url": "/livestreamseite",
|
|
372
|
+
"isTargetBlank": false
|
|
373
|
+
},
|
|
374
|
+
|
|
375
|
+
"readMoreScreenreader": "zum hr3.de Livestream",
|
|
376
|
+
"title": "Eröffnung der Frankfurter Buchmesse",
|
|
377
|
+
"isForeignBrand": false,
|
|
378
|
+
"readMore": "zum hr3.de Livestreamseite",
|
|
379
|
+
|
|
380
|
+
"hasIcon": true,
|
|
381
|
+
"iconName": "extern"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
"teaseritem": {
|
|
385
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
386
|
+
"@->contentpath": "copytext_image_100",
|
|
387
|
+
"@->replaceToken": [
|
|
388
|
+
{
|
|
389
|
+
"@->token": "image",
|
|
390
|
+
"@->value": "buchmesse-fahnen-102"
|
|
391
|
+
}
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
|
|
395
|
+
"teaserImage": {
|
|
396
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
397
|
+
"@->contentpath": "copytext_image_100",
|
|
398
|
+
"@->replaceToken": [
|
|
399
|
+
{
|
|
400
|
+
"@->token": "image",
|
|
401
|
+
"@->value": "buchmesse-fahnen-102"
|
|
402
|
+
}
|
|
403
|
+
]
|
|
404
|
+
}
|
|
405
|
+
}
|
|
221
406
|
}
|
|
222
407
|
]
|
|
223
408
|
}
|
|
@@ -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
|
+
}
|
|
@@ -146,6 +146,19 @@
|
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"isParagraph": true,
|
|
152
|
+
"paragraphBoxItem": {
|
|
153
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
154
|
+
"@->contentpath": "teaser_podcast_episode.logicItem.includeModel",
|
|
155
|
+
"@->extends": {
|
|
156
|
+
"isPodcastEpisode": true,
|
|
157
|
+
"showFullSize": {
|
|
158
|
+
"isTrue": true
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
149
162
|
}
|
|
150
163
|
]
|
|
151
164
|
}
|
|
@@ -263,6 +263,61 @@
|
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"isParagraph": true,
|
|
269
|
+
"paragraphTeaserItem": {
|
|
270
|
+
"isStory": true,
|
|
271
|
+
"toModel": {
|
|
272
|
+
"baseTeaserDS": {
|
|
273
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
274
|
+
"@->contentpath": "teaser.logicItem.includeModel",
|
|
275
|
+
"@->extends": {
|
|
276
|
+
"showFullSize": {
|
|
277
|
+
"isTrue": true
|
|
278
|
+
},
|
|
279
|
+
"showStretched": {
|
|
280
|
+
"isTrue": "true"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"@->overrides": [
|
|
284
|
+
{
|
|
285
|
+
"@->contentpath": "title",
|
|
286
|
+
"@->value": "Abgeschobene Geschwister aus Syrien zurück in Wolfhagen Abgeschobene Geschwister aus Syrien zurück in Wolfhagen"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"@->contentpath": "teaserType",
|
|
290
|
+
"@->value": "poster"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"@->contentpath": "teaserSize",
|
|
294
|
+
"@->value": "50"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"@->contentpath": "realTeaserSize",
|
|
298
|
+
"@->value": "50"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"@->contentpath": "link.readMoreText.readMoreLong",
|
|
302
|
+
"@->value": "Zum Artikel"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"@->contentpath": "posterTeaserImage",
|
|
306
|
+
"@->value": {
|
|
307
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
308
|
+
"@->contentpath": "teaser_poster_16_to_9",
|
|
309
|
+
"@->replaceToken": [
|
|
310
|
+
{
|
|
311
|
+
"@->token": "image",
|
|
312
|
+
"@->value": "rueckkehr-nach-abschiebung-102"
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
]
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
266
321
|
}
|
|
267
322
|
]
|
|
268
323
|
}
|
|
@@ -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
|
+
]
|
|
37
43
|
},
|
|
38
44
|
"ardPlayerJsonConfig": {
|
|
39
45
|
"@->jsoninclude": "video/videos.inc.json",
|
|
40
|
-
"@->contentpath": "video-1"
|
|
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
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"ardPlayerJsonConfig": {
|
|
129
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
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": {
|
|
@@ -267,11 +387,23 @@
|
|
|
267
387
|
"videoElement": {
|
|
268
388
|
"ardPlayerConfig": {
|
|
269
389
|
"@->jsoninclude": "video/videos.inc.json",
|
|
270
|
-
"@->contentpath": "video-2"
|
|
390
|
+
"@->contentpath": "video-2",
|
|
391
|
+
"@->overrides": [
|
|
392
|
+
{
|
|
393
|
+
"@->contentpath": "playerId",
|
|
394
|
+
"@->value": "2568"
|
|
395
|
+
}
|
|
396
|
+
]
|
|
271
397
|
},
|
|
272
398
|
"ardPlayerJsonConfig": {
|
|
273
399
|
"@->jsoninclude": "video/videos.inc.json",
|
|
274
|
-
"@->contentpath": "video-2"
|
|
400
|
+
"@->contentpath": "video-2",
|
|
401
|
+
"@->overrides": [
|
|
402
|
+
{
|
|
403
|
+
"@->contentpath": "playerId",
|
|
404
|
+
"@->value": "2568"
|
|
405
|
+
}
|
|
406
|
+
]
|
|
275
407
|
}
|
|
276
408
|
},
|
|
277
409
|
"mediaBacklinkToStoryTeaser": {
|
|
@@ -312,6 +444,88 @@
|
|
|
312
444
|
},
|
|
313
445
|
{
|
|
314
446
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"paragraphBoxItem": {
|
|
450
|
+
"isVideo": true,
|
|
451
|
+
"isVideoOnDemand": true,
|
|
452
|
+
"showFullSize": {
|
|
453
|
+
"isTrue": true
|
|
454
|
+
},
|
|
455
|
+
"label": {
|
|
456
|
+
"type": "video",
|
|
457
|
+
"loca": "label_video",
|
|
458
|
+
"byline": {
|
|
459
|
+
"bylineText": "03:20 Min."
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
"copyright": "hessenschau",
|
|
463
|
+
"showAirdate": true,
|
|
464
|
+
"airdateWithoutTime": true,
|
|
465
|
+
"airdateDate": {
|
|
466
|
+
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
467
|
+
"htmlDate": "31.10.2022",
|
|
468
|
+
"date": "31.10.22",
|
|
469
|
+
"dateSeparatorTime": "31.10.22, 19:30"
|
|
470
|
+
},
|
|
471
|
+
"toModel": {
|
|
472
|
+
"videoElement": {
|
|
473
|
+
"ardPlayerConfig": {
|
|
474
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
475
|
+
"@->contentpath": "video-2",
|
|
476
|
+
"@->overrides": [
|
|
477
|
+
{
|
|
478
|
+
"@->contentpath": "playerId",
|
|
479
|
+
"@->value": "2569"
|
|
480
|
+
}
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
"ardPlayerJsonConfig": {
|
|
484
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
485
|
+
"@->contentpath": "video-2",
|
|
486
|
+
"@->overrides": [
|
|
487
|
+
{
|
|
488
|
+
"@->contentpath": "playerId",
|
|
489
|
+
"@->value": "2569"
|
|
490
|
+
}
|
|
491
|
+
]
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"mediaBacklinkToStoryTeaser": {
|
|
495
|
+
"link": {
|
|
496
|
+
"url": "/videoseite",
|
|
497
|
+
"isTargetBlank": false
|
|
498
|
+
},
|
|
499
|
+
"readMoreScreenreader": "zum hr3.de Video",
|
|
500
|
+
"title": "Musik macht deinen Tag",
|
|
501
|
+
"isForeignBrand": false,
|
|
502
|
+
"readMore": "zur hr3.de VideoEinzel-seite",
|
|
503
|
+
"hasIcon": true,
|
|
504
|
+
"iconName": "extern"
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
"teaseritem": {
|
|
508
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
509
|
+
"@->contentpath": "copytext_image_100",
|
|
510
|
+
"@->replaceToken": [
|
|
511
|
+
{
|
|
512
|
+
"@->token": "image",
|
|
513
|
+
"@->value": "lehrerin-ukraine-104"
|
|
514
|
+
}
|
|
515
|
+
]
|
|
516
|
+
},
|
|
517
|
+
|
|
518
|
+
"teaserImage": {
|
|
519
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
520
|
+
"@->contentpath": "copytext_image_100",
|
|
521
|
+
"@->replaceToken": [
|
|
522
|
+
{
|
|
523
|
+
"@->token": "image",
|
|
524
|
+
"@->value": "lehrerin-ukraine-104"
|
|
525
|
+
}
|
|
526
|
+
]
|
|
527
|
+
}
|
|
528
|
+
}
|
|
315
529
|
}
|
|
316
530
|
]
|
|
317
531
|
}
|