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
|
@@ -34,7 +34,13 @@
|
|
|
34
34
|
"audioElement": {
|
|
35
35
|
"ardPlayerConfig": {
|
|
36
36
|
"@->jsoninclude": "audio/audios.inc.json",
|
|
37
|
-
"@->contentpath": "audio-2"
|
|
37
|
+
"@->contentpath": "audio-2",
|
|
38
|
+
"@->overrides": [
|
|
39
|
+
{
|
|
40
|
+
"@->contentpath": "playerId",
|
|
41
|
+
"@->value": "2564"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
38
44
|
},
|
|
39
45
|
"ardPlayerJsonConfig": {
|
|
40
46
|
"@->jsoninclude": "audio/audios.inc.json",
|
|
@@ -51,6 +57,107 @@
|
|
|
51
57
|
{
|
|
52
58
|
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
53
59
|
"@->value": false
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"@->contentpath": "playerId",
|
|
63
|
+
"@->value": "2564"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"mediaBacklinkToStoryTeaser": {
|
|
69
|
+
"link": {
|
|
70
|
+
"url": "/audioseite",
|
|
71
|
+
"isTargetBlank": false
|
|
72
|
+
},
|
|
73
|
+
"readMoreScreenreader": "zum hessenschau.de Audio",
|
|
74
|
+
"title": "Musik macht deinen Tag",
|
|
75
|
+
"isForeignBrand": false,
|
|
76
|
+
"readMore": "zur Audio-Einzelseite",
|
|
77
|
+
"hasIcon": false,
|
|
78
|
+
"iconName": "extern"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"teaseritem": {
|
|
82
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
83
|
+
"@->contentpath": "copytext_image_50",
|
|
84
|
+
"@->replaceToken": [
|
|
85
|
+
{
|
|
86
|
+
"@->token": "image",
|
|
87
|
+
"@->value": "lehrerin-ukraine-104"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
|
|
92
|
+
"teaserImage": {
|
|
93
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
94
|
+
"@->contentpath": "copytext_image_50",
|
|
95
|
+
"@->replaceToken": [
|
|
96
|
+
{
|
|
97
|
+
"@->token": "image",
|
|
98
|
+
"@->value": "lehrerin-ukraine-104"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"paragraphBoxItem": {
|
|
109
|
+
"isAudio": true,
|
|
110
|
+
"isAudioOnDemand": true,
|
|
111
|
+
"showFullSize": {
|
|
112
|
+
"isTrue": true
|
|
113
|
+
},
|
|
114
|
+
"label": {
|
|
115
|
+
"type": "audio",
|
|
116
|
+
"loca": "label_audio",
|
|
117
|
+
"byline": {
|
|
118
|
+
"bylineText": "00:39 Min."
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"copyright": "hr",
|
|
122
|
+
"audioAuthor": "Michael Pörtner",
|
|
123
|
+
"showAirdate": true,
|
|
124
|
+
"airdateDate": {
|
|
125
|
+
"htmlDateTime": "2024-06-21T14:30+0200",
|
|
126
|
+
"htmlDate": "21.06.2024",
|
|
127
|
+
"date": "21.06.24",
|
|
128
|
+
"dateSeparatorTime": "21.06.24, 14:30"
|
|
129
|
+
},
|
|
130
|
+
"toModel": {
|
|
131
|
+
"audioElement": {
|
|
132
|
+
"ardPlayerConfig": {
|
|
133
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
134
|
+
"@->contentpath": "audio-2",
|
|
135
|
+
"@->overrides": [
|
|
136
|
+
{
|
|
137
|
+
"@->contentpath": "playerId",
|
|
138
|
+
"@->value": "2565"
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
"ardPlayerJsonConfig": {
|
|
143
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
144
|
+
"@->contentpath": "audio-2",
|
|
145
|
+
"@->overrides": [
|
|
146
|
+
{
|
|
147
|
+
"@->contentpath": "isAutoplay",
|
|
148
|
+
"@->value": false
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
152
|
+
"@->value": false
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
156
|
+
"@->value": false
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"@->contentpath": "playerId",
|
|
160
|
+
"@->value": "2565"
|
|
54
161
|
}
|
|
55
162
|
]
|
|
56
163
|
}
|
|
@@ -128,7 +235,7 @@
|
|
|
128
235
|
"@->overrides": [
|
|
129
236
|
{
|
|
130
237
|
"@->contentpath": "playerId",
|
|
131
|
-
"@->value": "
|
|
238
|
+
"@->value": "2566"
|
|
132
239
|
}
|
|
133
240
|
]
|
|
134
241
|
},
|
|
@@ -150,7 +257,7 @@
|
|
|
150
257
|
},
|
|
151
258
|
{
|
|
152
259
|
"@->contentpath": "playerId",
|
|
153
|
-
"@->value": "
|
|
260
|
+
"@->value": "2566"
|
|
154
261
|
}
|
|
155
262
|
]
|
|
156
263
|
}
|
|
@@ -305,6 +412,99 @@
|
|
|
305
412
|
},
|
|
306
413
|
{
|
|
307
414
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"paragraphBoxItem": {
|
|
418
|
+
"isAudio": true,
|
|
419
|
+
"isAudioOnDemand": true,
|
|
420
|
+
"showFullSize": {
|
|
421
|
+
"isTrue": true
|
|
422
|
+
},
|
|
423
|
+
"label": {
|
|
424
|
+
"type": "audio",
|
|
425
|
+
"loca": "label_audio",
|
|
426
|
+
"byline": {
|
|
427
|
+
"bylineText": "00:20 Min."
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"audioAuthor": "Karsten Hufer",
|
|
431
|
+
"showAirdate": true,
|
|
432
|
+
"airdateDate": {
|
|
433
|
+
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
434
|
+
"htmlDate": "31.10.2022",
|
|
435
|
+
"date": "31.10.22",
|
|
436
|
+
"dateSeparatorTime": "31.10.22, 19:30"
|
|
437
|
+
},
|
|
438
|
+
"toModel": {
|
|
439
|
+
"audioElement": {
|
|
440
|
+
"ardPlayerConfig": {
|
|
441
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
442
|
+
"@->contentpath": "audio-1",
|
|
443
|
+
"@->overrides": [
|
|
444
|
+
{
|
|
445
|
+
"@->contentpath": "playerId",
|
|
446
|
+
"@->value": "2568"
|
|
447
|
+
}
|
|
448
|
+
]
|
|
449
|
+
},
|
|
450
|
+
"ardPlayerJsonConfig": {
|
|
451
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
452
|
+
"@->contentpath": "audio-1",
|
|
453
|
+
"@->overrides": [
|
|
454
|
+
{
|
|
455
|
+
"@->contentpath": "isAutoplay",
|
|
456
|
+
"@->value": false
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
460
|
+
"@->value": false
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
464
|
+
"@->value": false
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"@->contentpath": "playerId",
|
|
468
|
+
"@->value": "2568"
|
|
469
|
+
}
|
|
470
|
+
]
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
"mediaBacklinkToStoryTeaser": {
|
|
474
|
+
"link": {
|
|
475
|
+
"url": "/audioseite",
|
|
476
|
+
"isTargetBlank": false
|
|
477
|
+
},
|
|
478
|
+
"readMoreScreenreader": "zum Audio",
|
|
479
|
+
"title": "Musik macht deinen Tag",
|
|
480
|
+
"isForeignBrand": false,
|
|
481
|
+
"readMore": "zur Audio-Einzelseite",
|
|
482
|
+
"hasIcon": false,
|
|
483
|
+
"iconName": "extern"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"teaseritem": {
|
|
487
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
488
|
+
"@->contentpath": "copytext_image_50",
|
|
489
|
+
"@->replaceToken": [
|
|
490
|
+
{
|
|
491
|
+
"@->token": "image",
|
|
492
|
+
"@->value": "lehrerin-ukraine-104"
|
|
493
|
+
}
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
|
|
497
|
+
"teaserImage": {
|
|
498
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
499
|
+
"@->contentpath": "copytext_image_50",
|
|
500
|
+
"@->replaceToken": [
|
|
501
|
+
{
|
|
502
|
+
"@->token": "image",
|
|
503
|
+
"@->value": "lehrerin-ukraine-104"
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
}
|
|
507
|
+
}
|
|
308
508
|
}
|
|
309
509
|
]
|
|
310
510
|
}
|
|
@@ -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
|
}
|
|
@@ -302,6 +408,98 @@
|
|
|
302
408
|
},
|
|
303
409
|
{
|
|
304
410
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"paragraphBoxItem": {
|
|
414
|
+
"isAudio": true,
|
|
415
|
+
"isAudioEventLivestream": true,
|
|
416
|
+
"showFullSize": {
|
|
417
|
+
"isTrue": true
|
|
418
|
+
},
|
|
419
|
+
"label": {
|
|
420
|
+
"type": "livestream",
|
|
421
|
+
"loca": "label_audio_event_livestream",
|
|
422
|
+
"byline": {
|
|
423
|
+
"bylineText": "Jetzt Live"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"showAirdate": false,
|
|
427
|
+
"airdateDate": {
|
|
428
|
+
"htmlDateTime": "2024-06-25T08:30+0200",
|
|
429
|
+
"htmlDate": "25.06.2024",
|
|
430
|
+
"date": "25.06.24",
|
|
431
|
+
"dateSeparatorTime": "25.06.24, 08:30"
|
|
432
|
+
},
|
|
433
|
+
"toModel": {
|
|
434
|
+
"audioLivestreamElement": {
|
|
435
|
+
"ardPlayerConfig": {
|
|
436
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
437
|
+
"@->contentpath": "audio-event-livestream",
|
|
438
|
+
"@->overrides": [
|
|
439
|
+
{
|
|
440
|
+
"@->contentpath": "playerId",
|
|
441
|
+
"@->value": "2568"
|
|
442
|
+
}
|
|
443
|
+
]
|
|
444
|
+
},
|
|
445
|
+
"ardPlayerJsonConfig": {
|
|
446
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
447
|
+
"@->contentpath": "audio-event-livestream",
|
|
448
|
+
"@->overrides": [
|
|
449
|
+
{
|
|
450
|
+
"@->contentpath": "isAutoplay",
|
|
451
|
+
"@->value": false
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
455
|
+
"@->value": false
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
459
|
+
"@->value": false
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"@->contentpath": "playerId",
|
|
463
|
+
"@->value": "2568"
|
|
464
|
+
}
|
|
465
|
+
]
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"mediaBacklinkToStoryTeaser": {
|
|
469
|
+
"link": {
|
|
470
|
+
"url": "/audioseite",
|
|
471
|
+
"isTargetBlank": false
|
|
472
|
+
},
|
|
473
|
+
"readMoreScreenreader": "zum Audio-Livestream",
|
|
474
|
+
"title": "Musik macht deinen Tag",
|
|
475
|
+
"isForeignBrand": false,
|
|
476
|
+
"readMore": "zum Audio-Livestream",
|
|
477
|
+
"hasIcon": false,
|
|
478
|
+
"iconName": "extern"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
"teaseritem": {
|
|
482
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
483
|
+
"@->contentpath": "copytext_image_50",
|
|
484
|
+
"@->replaceToken": [
|
|
485
|
+
{
|
|
486
|
+
"@->token": "image",
|
|
487
|
+
"@->value": "lehrerin-ukraine-104"
|
|
488
|
+
}
|
|
489
|
+
]
|
|
490
|
+
},
|
|
491
|
+
|
|
492
|
+
"teaserImage": {
|
|
493
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
494
|
+
"@->contentpath": "copytext_image_50",
|
|
495
|
+
"@->replaceToken": [
|
|
496
|
+
{
|
|
497
|
+
"@->token": "image",
|
|
498
|
+
"@->value": "lehrerin-ukraine-104"
|
|
499
|
+
}
|
|
500
|
+
]
|
|
501
|
+
}
|
|
502
|
+
}
|
|
305
503
|
}
|
|
306
504
|
]
|
|
307
505
|
}
|
|
@@ -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"
|
|
@@ -128,6 +143,18 @@
|
|
|
128
143
|
},
|
|
129
144
|
{
|
|
130
145
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"paragraphBoxItem": {
|
|
149
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
150
|
+
"@->contentpath": "copytext_image_100",
|
|
151
|
+
"@->replaceToken": [
|
|
152
|
+
{
|
|
153
|
+
"@->token": "image",
|
|
154
|
+
"@->value": "buchmesse-fahnen-102"
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
}
|
|
131
158
|
}
|
|
132
159
|
]
|
|
133
160
|
}
|