hr-design-system-handlebars 1.82.10 → 1.83.0

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.
Files changed (73) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/index.css +68 -47
  3. package/dist/assets/js/components/dataPolicySettings/dataPolicySettingsDs.feature.js +29 -35
  4. package/dist/views/components/content/copytext/components/audio.hbs +2 -2
  5. package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
  6. package/dist/views/components/content/copytext/components/cite.hbs +1 -1
  7. package/dist/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  8. package/dist/views/components/content/copytext/components/image/image.hbs +4 -4
  9. package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  10. package/dist/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  11. package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
  12. package/dist/views/components/content/copytext/components/video/video.hbs +2 -2
  13. package/dist/views/components/content/copytext/components/videolivestream.hbs +2 -2
  14. package/dist/views/components/page/base/page_header.hbs +1 -1
  15. package/dist/views/components/page/components/metadatabox.hbs +1 -1
  16. package/dist/views/components/page/story/story_article.hbs +1 -1
  17. package/dist/views_static/components/content/copytext/components/audio.hbs +2 -2
  18. package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +2 -2
  19. package/dist/views_static/components/content/copytext/components/cite.hbs +1 -1
  20. package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  21. package/dist/views_static/components/content/copytext/components/image/image.hbs +4 -4
  22. package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  23. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +1 -1
  24. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
  25. package/dist/views_static/components/content/copytext/components/video/video.hbs +2 -2
  26. package/dist/views_static/components/content/copytext/components/videolivestream.hbs +2 -2
  27. package/dist/views_static/components/page/base/page_header.hbs +1 -1
  28. package/dist/views_static/components/page/components/metadatabox.hbs +1 -1
  29. package/dist/views_static/components/page/story/story_article.hbs +1 -1
  30. package/package.json +1 -1
  31. package/src/assets/css/custom-utilities.css +21 -14
  32. package/src/assets/fixtures/content/copytext/copytext_audio.json +116 -0
  33. package/src/assets/fixtures/content/copytext/copytext_audio_livestream.json +115 -0
  34. package/src/assets/fixtures/content/copytext/copytext_cite.json +65 -7
  35. package/src/assets/fixtures/content/copytext/copytext_downloadbox.json +83 -11
  36. package/src/assets/fixtures/content/copytext/copytext_filedownload.json +86 -15
  37. package/src/assets/fixtures/content/copytext/copytext_image.json +92 -0
  38. package/src/assets/fixtures/content/copytext/copytext_infobox.json +65 -16
  39. package/src/assets/fixtures/content/copytext/copytext_livestream.json +84 -0
  40. package/src/assets/fixtures/content/copytext/copytext_media_components.json +1291 -0
  41. package/src/assets/fixtures/content/copytext/copytext_non_media_components.json +1058 -0
  42. package/src/assets/fixtures/content/copytext/copytext_podcastepisode.json +84 -0
  43. package/src/assets/fixtures/content/copytext/copytext_posterteaser.json +82 -7
  44. package/src/assets/fixtures/content/copytext/copytext_video.json +161 -0
  45. package/src/stories/views/components/content/copytext/components/audio.hbs +2 -2
  46. package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
  47. package/src/stories/views/components/content/copytext/components/cite.hbs +1 -1
  48. package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  49. package/src/stories/views/components/content/copytext/components/image/image.hbs +4 -4
  50. package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  51. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  52. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
  53. package/src/stories/views/components/content/copytext/components/video/video.hbs +2 -2
  54. package/src/stories/views/components/content/copytext/components/videolivestream.hbs +2 -2
  55. package/src/stories/views/components/content/copytext/copytext.stories.js +21 -1
  56. package/src/stories/views/components/content/copytext/fixtures/copytext_audio.json +1 -1
  57. package/src/stories/views/components/content/copytext/fixtures/copytext_audio_livestream.json +1 -1
  58. package/src/stories/views/components/content/copytext/fixtures/copytext_cite.json +1 -1
  59. package/src/stories/views/components/content/copytext/fixtures/copytext_downloadbox.json +1 -1
  60. package/src/stories/views/components/content/copytext/fixtures/copytext_filedownload.json +1 -1
  61. package/src/stories/views/components/content/copytext/fixtures/copytext_image.json +1 -1
  62. package/src/stories/views/components/content/copytext/fixtures/copytext_infobox.json +1 -1
  63. package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -1
  64. package/src/stories/views/components/content/copytext/fixtures/copytext_media_components.json +1 -0
  65. package/src/stories/views/components/content/copytext/fixtures/copytext_non_media_components.json +1 -0
  66. package/src/stories/views/components/content/copytext/fixtures/copytext_podcastepisode.json +1 -1
  67. package/src/stories/views/components/content/copytext/fixtures/copytext_posterteaser.json +1 -1
  68. package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
  69. package/src/stories/views/components/dataPolicySettings/dataPolicySettingsDs.feature.js +29 -35
  70. package/src/stories/views/components/page/base/page_header.hbs +1 -1
  71. package/src/stories/views/components/page/components/metadatabox.hbs +1 -1
  72. package/src/stories/views/components/page/story/story_article.hbs +1 -1
  73. package/tailwind.config.js +1 -0
@@ -0,0 +1,1291 @@
1
+ {
2
+ "copytextParagraph": [
3
+ {
4
+ "isHeadline": true,
5
+ "text": "Copytext mit Podcastepisode"
6
+ },
7
+ {
8
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
9
+ },
10
+ {
11
+ "isParagraph": true,
12
+ "paragraphBoxItem": {
13
+ "@->jsoninclude": "teaser/teasers.inc.json",
14
+ "@->contentpath": "teaser_podcast_episode.logicItem.includeModel",
15
+ "@->extends": {
16
+ "isPodcastEpisode": true,
17
+ "showFullSize": {
18
+ "isTrue": true
19
+ }
20
+ },
21
+ "@->overrides": [
22
+ {
23
+ "@->contentpath": "teaserSize",
24
+ "@->value": "100"
25
+ },
26
+ {
27
+ "@->contentpath": "realTeaserSize",
28
+ "@->value": "100"
29
+ },
30
+ {
31
+ "@->contentpath": "headlineTag",
32
+ "@->value": ""
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
39
+ },
40
+ {
41
+ "isParagraph": true,
42
+ "paragraphBoxItem": {
43
+ "@->jsoninclude": "teaser/teasers.inc.json",
44
+ "@->contentpath": "teaser_podcast_episode.logicItem.includeModel",
45
+ "@->extends": {
46
+ "isPodcastEpisode": true,
47
+ "showFullSize": {
48
+ "isTrue": false
49
+ }
50
+ },
51
+ "@->overrides": [
52
+ {
53
+ "@->contentpath": "teaserSize",
54
+ "@->value": "50"
55
+ },
56
+ {
57
+ "@->contentpath": "realTeaserSize",
58
+ "@->value": "50"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
65
+ },
66
+ {
67
+ "isHeadline": true,
68
+ "text": "Podcast Episode in halber Breite unter Bild in voller Breite"
69
+ },
70
+ {
71
+ "paragraphBoxItem": {
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
+ "isParagraph": true,
84
+ "paragraphBoxItem": {
85
+ "@->jsoninclude": "teaser/teasers.inc.json",
86
+ "@->contentpath": "teaser_podcast_episode.logicItem.includeModel",
87
+ "@->extends": {
88
+ "isPodcastEpisode": true,
89
+ "showFullSize": {
90
+ "isTrue": false
91
+ }
92
+ },
93
+ "@->overrides": [
94
+ {
95
+ "@->contentpath": "teaserSize",
96
+ "@->value": "50"
97
+ },
98
+ {
99
+ "@->contentpath": "realTeaserSize",
100
+ "@->value": "50"
101
+ }
102
+ ]
103
+ }
104
+ },
105
+ {
106
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
107
+ },
108
+ {
109
+ "isHeadline": true,
110
+ "text": "Podcast Episode in voller Breite über Bild in halber Breite"
111
+ },
112
+ {
113
+ "isParagraph": true,
114
+ "paragraphBoxItem": {
115
+ "@->jsoninclude": "teaser/teasers.inc.json",
116
+ "@->contentpath": "teaser_podcast_episode.logicItem.includeModel",
117
+ "@->extends": {
118
+ "isPodcastEpisode": true,
119
+ "showFullSize": {
120
+ "isTrue": true
121
+ }
122
+ },
123
+ "@->overrides": [
124
+ {
125
+ "@->contentpath": "teaserSize",
126
+ "@->value": "50"
127
+ },
128
+ {
129
+ "@->contentpath": "realTeaserSize",
130
+ "@->value": "50"
131
+ }
132
+ ]
133
+ }
134
+ },
135
+ {
136
+ "paragraphBoxItem": {
137
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
138
+ "@->contentpath": "copytext_image_50",
139
+ "@->replaceToken": [
140
+ {
141
+ "@->token": "image",
142
+ "@->value": "buchmesse-fahnen-102"
143
+ }
144
+ ]
145
+ }
146
+ },
147
+ {
148
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
149
+ },
150
+ {
151
+ "isHeadline": true,
152
+ "text": "Copytext mit Video"
153
+ },
154
+ {
155
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
156
+ },
157
+ {
158
+ "paragraphBoxItem": {
159
+ "isVideo": true,
160
+ "isVideoOnDemand": true,
161
+ "showFullSize": {
162
+ "isTrue": true
163
+ },
164
+ "label": {
165
+ "type": "video",
166
+ "loca": "label_video",
167
+ "byline": {
168
+ "bylineText": "03:20 Min."
169
+ }
170
+ },
171
+ "copyright": "hessenschau",
172
+ "showAirdate": true,
173
+ "airdateDate": {
174
+ "htmlDateTime": "2022-10-31T19:30+0200",
175
+ "htmlDate": "31.10.2022",
176
+ "date": "31.10.22",
177
+ "dateSeparatorTime": "31.10.22, 19:30"
178
+ },
179
+ "toModel": {
180
+ "videoElement": {
181
+ "ardPlayerConfig": {
182
+ "@->jsoninclude": "video/videos.inc.json",
183
+ "@->contentpath": "video-1"
184
+ },
185
+ "ardPlayerJsonConfig": {
186
+ "@->jsoninclude": "video/videos.inc.json",
187
+ "@->contentpath": "video-1"
188
+ }
189
+ },
190
+ "mediaBacklinkToStoryTeaser": {
191
+ "link": {
192
+ "url": "/videoseite",
193
+ "isTargetBlank": false
194
+ },
195
+ "readMoreScreenreader": "zum hr3.de Video",
196
+ "title": "Musik macht deinen Tag",
197
+ "isForeignBrand": true,
198
+ "readMore": "zur hr3.de Video-Einzelseite",
199
+ "hasIcon": true,
200
+ "iconName": "extern"
201
+ }
202
+ },
203
+ "teaseritem": {
204
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
205
+ "@->contentpath": "copytext_image_100",
206
+ "@->replaceToken": [
207
+ {
208
+ "@->token": "image",
209
+ "@->value": "lehrerin-ukraine-104"
210
+ }
211
+ ]
212
+ },
213
+
214
+ "teaserImage": {
215
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
216
+ "@->contentpath": "copytext_image_100",
217
+ "@->replaceToken": [
218
+ {
219
+ "@->token": "image",
220
+ "@->value": "lehrerin-ukraine-104"
221
+ }
222
+ ]
223
+ }
224
+ }
225
+ },
226
+ {
227
+ "isHeadline": true,
228
+ "text": "Zwischenüberschrift unter Video"
229
+ },
230
+ {
231
+ "paragraphBoxItem": {
232
+ "isVideo": true,
233
+ "isVideoOnDemand": true,
234
+ "showFullSize": {
235
+ "isTrue": true
236
+ },
237
+ "label": {
238
+ "type": "video",
239
+ "loca": "label_video",
240
+ "byline": {
241
+ "bylineText": "03:20 Min."
242
+ }
243
+ },
244
+ "copyright": "hessenschau",
245
+ "showAirdate": true,
246
+ "airdateDate": {
247
+ "htmlDateTime": "2022-10-31T19:30+0200",
248
+ "htmlDate": "31.10.2022",
249
+ "date": "31.10.22",
250
+ "dateSeparatorTime": "31.10.22, 19:30"
251
+ },
252
+ "toModel": {
253
+ "videoElement": {
254
+ "ardPlayerConfig": {
255
+ "@->jsoninclude": "video/videos.inc.json",
256
+ "@->contentpath": "video-1"
257
+ },
258
+ "ardPlayerJsonConfig": {
259
+ "@->jsoninclude": "video/videos.inc.json",
260
+ "@->contentpath": "video-1"
261
+ }
262
+ },
263
+ "mediaBacklinkToStoryTeaser": {
264
+ "link": {
265
+ "url": "/videoseite",
266
+ "isTargetBlank": false
267
+ },
268
+ "readMoreScreenreader": "zum hr3.de Video",
269
+ "title": "Musik macht deinen Tag",
270
+ "isForeignBrand": true,
271
+ "readMore": "zur hr3.de Video-Einzelseite",
272
+ "hasIcon": true,
273
+ "iconName": "extern"
274
+ }
275
+ },
276
+ "teaseritem": {
277
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
278
+ "@->contentpath": "copytext_image_100",
279
+ "@->replaceToken": [
280
+ {
281
+ "@->token": "image",
282
+ "@->value": "lehrerin-ukraine-104"
283
+ }
284
+ ]
285
+ },
286
+
287
+ "teaserImage": {
288
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
289
+ "@->contentpath": "copytext_image_100",
290
+ "@->replaceToken": [
291
+ {
292
+ "@->token": "image",
293
+ "@->value": "lehrerin-ukraine-104"
294
+ }
295
+ ]
296
+ }
297
+ }
298
+ },
299
+ {
300
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
301
+ },
302
+ {
303
+ "paragraphBoxItem": {
304
+ "isVideo": true,
305
+ "isVideoOnDemand": true,
306
+ "showFullSize": {
307
+ "isTrue": false
308
+ },
309
+ "label": {
310
+ "type": "video",
311
+ "loca": "label_video",
312
+ "byline": {
313
+ "bylineText": "03:20 Min."
314
+ }
315
+ },
316
+ "copyright": "hessenschau",
317
+ "showAirdate": true,
318
+ "airdateDate": {
319
+ "htmlDateTime": "2022-10-31T19:30+0200",
320
+ "htmlDate": "31.10.2022",
321
+ "date": "31.10.22",
322
+ "dateSeparatorTime": "31.10.22, 19:30"
323
+ },
324
+ "toModel": {
325
+ "videoElement": {
326
+ "ardPlayerConfig": {
327
+ "@->jsoninclude": "video/videos.inc.json",
328
+ "@->contentpath": "video-2"
329
+ },
330
+ "ardPlayerJsonConfig": {
331
+ "@->jsoninclude": "video/videos.inc.json",
332
+ "@->contentpath": "video-2"
333
+ }
334
+ },
335
+ "mediaBacklinkToStoryTeaser": {
336
+ "link": {
337
+ "url": "/videoseite",
338
+ "isTargetBlank": false
339
+ },
340
+ "readMoreScreenreader": "zum hr3.de Video",
341
+ "title": "Musik macht deinen Tag",
342
+ "isForeignBrand": false,
343
+ "readMore": "zur hr3.de VideoEinzel-seite",
344
+ "hasIcon": true,
345
+ "iconName": "extern"
346
+ }
347
+ },
348
+ "teaseritem": {
349
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
350
+ "@->contentpath": "copytext_image_50",
351
+ "@->replaceToken": [
352
+ {
353
+ "@->token": "image",
354
+ "@->value": "lehrerin-ukraine-104"
355
+ }
356
+ ]
357
+ },
358
+
359
+ "teaserImage": {
360
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
361
+ "@->contentpath": "copytext_image_50",
362
+ "@->replaceToken": [
363
+ {
364
+ "@->token": "image",
365
+ "@->value": "lehrerin-ukraine-104"
366
+ }
367
+ ]
368
+ }
369
+ }
370
+ },
371
+ {
372
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
373
+ },
374
+ {
375
+ "isHeadline": true,
376
+ "text": "Video in halber Breite unter Bild in voller Breite"
377
+ },
378
+ {
379
+ "paragraphBoxItem": {
380
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
381
+ "@->contentpath": "copytext_image_100",
382
+ "@->replaceToken": [
383
+ {
384
+ "@->token": "image",
385
+ "@->value": "buchmesse-fahnen-102"
386
+ }
387
+ ]
388
+ }
389
+ },
390
+ {
391
+ "paragraphBoxItem": {
392
+ "isVideo": true,
393
+ "isVideoOnDemand": true,
394
+ "showFullSize": {
395
+ "isTrue": false
396
+ },
397
+ "label": {
398
+ "type": "video",
399
+ "loca": "label_video",
400
+ "byline": {
401
+ "bylineText": "03:20 Min."
402
+ }
403
+ },
404
+ "copyright": "hessenschau",
405
+ "showAirdate": true,
406
+ "airdateDate": {
407
+ "htmlDateTime": "2022-10-31T19:30+0200",
408
+ "htmlDate": "31.10.2022",
409
+ "date": "31.10.22",
410
+ "dateSeparatorTime": "31.10.22, 19:30"
411
+ },
412
+ "toModel": {
413
+ "videoElement": {
414
+ "ardPlayerConfig": {
415
+ "@->jsoninclude": "video/videos.inc.json",
416
+ "@->contentpath": "video-2"
417
+ },
418
+ "ardPlayerJsonConfig": {
419
+ "@->jsoninclude": "video/videos.inc.json",
420
+ "@->contentpath": "video-2"
421
+ }
422
+ },
423
+ "mediaBacklinkToStoryTeaser": {
424
+ "link": {
425
+ "url": "/videoseite",
426
+ "isTargetBlank": false
427
+ },
428
+ "readMoreScreenreader": "zum hr3.de Video",
429
+ "title": "Musik macht deinen Tag",
430
+ "isForeignBrand": false,
431
+ "readMore": "zur hr3.de VideoEinzel-seite",
432
+ "hasIcon": true,
433
+ "iconName": "extern"
434
+ }
435
+ },
436
+ "teaseritem": {
437
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
438
+ "@->contentpath": "copytext_image_50",
439
+ "@->replaceToken": [
440
+ {
441
+ "@->token": "image",
442
+ "@->value": "lehrerin-ukraine-104"
443
+ }
444
+ ]
445
+ },
446
+
447
+ "teaserImage": {
448
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
449
+ "@->contentpath": "copytext_image_50",
450
+ "@->replaceToken": [
451
+ {
452
+ "@->token": "image",
453
+ "@->value": "lehrerin-ukraine-104"
454
+ }
455
+ ]
456
+ }
457
+ }
458
+ },
459
+ {
460
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
461
+ },
462
+ {
463
+ "isHeadline": true,
464
+ "text": "Copytext mit Livestream"
465
+ },
466
+ {
467
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
468
+ },
469
+ {
470
+ "paragraphBoxItem": {
471
+ "isVideo": true,
472
+ "isLivestream": true,
473
+ "showFullSize": {
474
+ "isTrue": true
475
+ },
476
+ "isSsi": true,
477
+ "label": {
478
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
479
+ "@->contentpath": "video_livestream_copytext_100"
480
+ },
481
+ "toModel": {
482
+ "videoLivestreamElement": {
483
+ "ardPlayerConfig": {
484
+ "@->jsoninclude": "video/videos.inc.json",
485
+ "@->contentpath": "video-livestream-hr-fernsehen"
486
+ },
487
+ "ardPlayerJsonConfig": {
488
+ "@->jsoninclude": "video/videos.inc.json",
489
+ "@->contentpath": "video-livestream-hr-fernsehen"
490
+ }
491
+ },
492
+ "mediaBacklinkToStoryTeaser": {
493
+ "link": {
494
+ "url": "/livestreamseite",
495
+ "isTargetBlank": false
496
+ },
497
+
498
+ "readMoreScreenreader": "zum hr3.de Livestream",
499
+ "title": "Ab 18 Uhr: Eröffnung der Frankfurter Buchmesse",
500
+ "isForeignBrand": true,
501
+ "readMore": "zum hr3.de Livestreamseite",
502
+
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": "buchmesse-fahnen-102"
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": "buchmesse-fahnen-102"
525
+ }
526
+ ]
527
+ }
528
+ }
529
+ },
530
+ {
531
+ "isHeadline": true,
532
+ "text": "Zwischenüberschrift unter Livestream"
533
+ },
534
+ {
535
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
536
+ },
537
+ {
538
+ "paragraphBoxItem": {
539
+ "isVideo": true,
540
+ "isLivestream": true,
541
+ "showFullSize": {
542
+ "isTrue": false
543
+ },
544
+ "isSsi": true,
545
+ "label": {
546
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
547
+ "@->contentpath": "video_livestream_copytext_50"
548
+ },
549
+ "toModel": {
550
+ "videoLivestreamElement": {
551
+ "ardPlayerConfig": {
552
+ "@->jsoninclude": "video/videos.inc.json",
553
+ "@->contentpath": "video-livestream-hr-fernsehen"
554
+ },
555
+ "ardPlayerJsonConfig": {
556
+ "@->jsoninclude": "video/videos.inc.json",
557
+ "@->contentpath": "video-livestream-hr-fernsehen"
558
+ }
559
+ },
560
+ "mediaBacklinkToStoryTeaser": {
561
+ "link": {
562
+ "url": "/livestreamseite",
563
+ "isTargetBlank": false
564
+ },
565
+
566
+ "readMoreScreenreader": "zum hr3.de Livestream",
567
+ "title": "Eröffnung der Frankfurter Buchmesse",
568
+ "isForeignBrand": false,
569
+ "readMore": "zum hr3.de Livestreamseite",
570
+
571
+ "hasIcon": true,
572
+ "iconName": "extern"
573
+ }
574
+ },
575
+ "teaseritem": {
576
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
577
+ "@->contentpath": "copytext_image_50",
578
+ "@->replaceToken": [
579
+ {
580
+ "@->token": "image",
581
+ "@->value": "buchmesse-fahnen-102"
582
+ }
583
+ ]
584
+ },
585
+
586
+ "teaserImage": {
587
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
588
+ "@->contentpath": "copytext_image_50",
589
+ "@->replaceToken": [
590
+ {
591
+ "@->token": "image",
592
+ "@->value": "buchmesse-fahnen-102"
593
+ }
594
+ ]
595
+ }
596
+ }
597
+ },
598
+ {
599
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
600
+ },
601
+ {
602
+ "isHeadline": true,
603
+ "text": "Video-Livestream in halber Breite unter Bild in voller Breite"
604
+ },
605
+ {
606
+ "paragraphBoxItem": {
607
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
608
+ "@->contentpath": "copytext_image_100",
609
+ "@->replaceToken": [
610
+ {
611
+ "@->token": "image",
612
+ "@->value": "buchmesse-fahnen-102"
613
+ }
614
+ ]
615
+ }
616
+ },
617
+ {
618
+ "paragraphBoxItem": {
619
+ "isVideo": true,
620
+ "isLivestream": true,
621
+ "showFullSize": {
622
+ "isTrue": false
623
+ },
624
+ "isSsi": true,
625
+ "label": {
626
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
627
+ "@->contentpath": "video_livestream_copytext_50"
628
+ },
629
+ "toModel": {
630
+ "videoLivestreamElement": {
631
+ "ardPlayerConfig": {
632
+ "@->jsoninclude": "video/videos.inc.json",
633
+ "@->contentpath": "video-livestream-hr-fernsehen"
634
+ },
635
+ "ardPlayerJsonConfig": {
636
+ "@->jsoninclude": "video/videos.inc.json",
637
+ "@->contentpath": "video-livestream-hr-fernsehen"
638
+ }
639
+ },
640
+ "mediaBacklinkToStoryTeaser": {
641
+ "link": {
642
+ "url": "/livestreamseite",
643
+ "isTargetBlank": false
644
+ },
645
+
646
+ "readMoreScreenreader": "zum hr3.de Livestream",
647
+ "title": "Eröffnung der Frankfurter Buchmesse",
648
+ "isForeignBrand": false,
649
+ "readMore": "zum hr3.de Livestreamseite",
650
+
651
+ "hasIcon": true,
652
+ "iconName": "extern"
653
+ }
654
+ },
655
+ "teaseritem": {
656
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
657
+ "@->contentpath": "copytext_image_50",
658
+ "@->replaceToken": [
659
+ {
660
+ "@->token": "image",
661
+ "@->value": "buchmesse-fahnen-102"
662
+ }
663
+ ]
664
+ },
665
+
666
+ "teaserImage": {
667
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
668
+ "@->contentpath": "copytext_image_50",
669
+ "@->replaceToken": [
670
+ {
671
+ "@->token": "image",
672
+ "@->value": "buchmesse-fahnen-102"
673
+ }
674
+ ]
675
+ }
676
+ }
677
+ },
678
+ {
679
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
680
+ },
681
+ {
682
+ "isHeadline": true,
683
+ "text": "Copytext mit Audio"
684
+ },
685
+ {
686
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
687
+ },
688
+ {
689
+ "paragraphBoxItem": {
690
+ "isAudio": true,
691
+ "isAudioOnDemand": true,
692
+ "showFullSize": {
693
+ "isTrue": true
694
+ },
695
+ "label": {
696
+ "type": "audio",
697
+ "loca": "label_audio",
698
+ "byline": {
699
+ "bylineText": "00:39 Min."
700
+ }
701
+ },
702
+ "copyright": "hr",
703
+ "audioAuthor": "Michael Pörtner",
704
+ "showAirdate": true,
705
+ "airdateDate": {
706
+ "htmlDateTime": "2024-06-21T14:30+0200",
707
+ "htmlDate": "21.06.2024",
708
+ "date": "21.06.24",
709
+ "dateSeparatorTime": "21.06.24, 14:30"
710
+ },
711
+ "toModel": {
712
+ "audioElement": {
713
+ "ardPlayerConfig": {
714
+ "@->jsoninclude": "audio/audios.inc.json",
715
+ "@->contentpath": "audio-2"
716
+ },
717
+ "ardPlayerJsonConfig": {
718
+ "@->jsoninclude": "audio/audios.inc.json",
719
+ "@->contentpath": "audio-2",
720
+ "@->overrides": [
721
+ {
722
+ "@->contentpath": "isAutoplay",
723
+ "@->value": false
724
+ },
725
+ {
726
+ "@->contentpath": "playerConfig.generic.isAutoplay",
727
+ "@->value": false
728
+ },
729
+ {
730
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
731
+ "@->value": false
732
+ }
733
+ ]
734
+ }
735
+ },
736
+ "mediaBacklinkToStoryTeaser": {
737
+ "link": {
738
+ "url": "/audioseite",
739
+ "isTargetBlank": false
740
+ },
741
+ "readMoreScreenreader": "zum hessenschau.de Audio",
742
+ "title": "Musik macht deinen Tag",
743
+ "isForeignBrand": false,
744
+ "readMore": "zur Audio-Einzelseite",
745
+ "hasIcon": false,
746
+ "iconName": "extern"
747
+ }
748
+ },
749
+ "teaseritem": {
750
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
751
+ "@->contentpath": "copytext_image_50",
752
+ "@->replaceToken": [
753
+ {
754
+ "@->token": "image",
755
+ "@->value": "lehrerin-ukraine-104"
756
+ }
757
+ ]
758
+ },
759
+
760
+ "teaserImage": {
761
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
762
+ "@->contentpath": "copytext_image_50",
763
+ "@->replaceToken": [
764
+ {
765
+ "@->token": "image",
766
+ "@->value": "lehrerin-ukraine-104"
767
+ }
768
+ ]
769
+ }
770
+ }
771
+ },
772
+ {
773
+ "isHeadline": true,
774
+ "text": "Zwischenüberschrift unter Audio"
775
+ },
776
+ {
777
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
778
+ },
779
+ {
780
+ "paragraphBoxItem": {
781
+ "isAudio": true,
782
+ "isAudioOnDemand": true,
783
+ "showFullSize": {
784
+ "isTrue": false
785
+ },
786
+ "label": {
787
+ "type": "audio",
788
+ "loca": "label_audio",
789
+ "byline": {
790
+ "bylineText": "00:20 Min."
791
+ }
792
+ },
793
+ "audioAuthor": "Karsten Hufer",
794
+ "showAirdate": true,
795
+ "airdateDate": {
796
+ "htmlDateTime": "2022-10-31T19:30+0200",
797
+ "htmlDate": "31.10.2022",
798
+ "date": "31.10.22",
799
+ "dateSeparatorTime": "31.10.22, 19:30"
800
+ },
801
+ "toModel": {
802
+ "audioElement": {
803
+ "ardPlayerConfig": {
804
+ "@->jsoninclude": "audio/audios.inc.json",
805
+ "@->contentpath": "audio-1",
806
+ "@->overrides": [
807
+ {
808
+ "@->contentpath": "playerId",
809
+ "@->value": "2564"
810
+ }
811
+ ]
812
+ },
813
+ "ardPlayerJsonConfig": {
814
+ "@->jsoninclude": "audio/audios.inc.json",
815
+ "@->contentpath": "audio-1",
816
+ "@->overrides": [
817
+ {
818
+ "@->contentpath": "isAutoplay",
819
+ "@->value": false
820
+ },
821
+ {
822
+ "@->contentpath": "playerConfig.generic.isAutoplay",
823
+ "@->value": false
824
+ },
825
+ {
826
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
827
+ "@->value": false
828
+ },
829
+ {
830
+ "@->contentpath": "playerId",
831
+ "@->value": "2564"
832
+ }
833
+ ]
834
+ }
835
+ },
836
+ "mediaBacklinkToStoryTeaser": {
837
+ "link": {
838
+ "url": "/audioseite",
839
+ "isTargetBlank": false
840
+ },
841
+ "readMoreScreenreader": "zum Audio",
842
+ "title": "Musik macht deinen Tag",
843
+ "isForeignBrand": false,
844
+ "readMore": "zur Audio-Einzelseite",
845
+ "hasIcon": false,
846
+ "iconName": "extern"
847
+ }
848
+ },
849
+ "teaseritem": {
850
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
851
+ "@->contentpath": "copytext_image_50",
852
+ "@->replaceToken": [
853
+ {
854
+ "@->token": "image",
855
+ "@->value": "lehrerin-ukraine-104"
856
+ }
857
+ ]
858
+ },
859
+
860
+ "teaserImage": {
861
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
862
+ "@->contentpath": "copytext_image_50",
863
+ "@->replaceToken": [
864
+ {
865
+ "@->token": "image",
866
+ "@->value": "lehrerin-ukraine-104"
867
+ }
868
+ ]
869
+ }
870
+ }
871
+ },
872
+ {
873
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
874
+ },
875
+ {
876
+ "isHeadline": true,
877
+ "text": "Audio in halber Breite unter Bild in voller Breite"
878
+ },
879
+ {
880
+ "paragraphBoxItem": {
881
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
882
+ "@->contentpath": "copytext_image_100",
883
+ "@->replaceToken": [
884
+ {
885
+ "@->token": "image",
886
+ "@->value": "buchmesse-fahnen-102"
887
+ }
888
+ ]
889
+ }
890
+ },
891
+ {
892
+ "paragraphBoxItem": {
893
+ "isAudio": true,
894
+ "isAudioOnDemand": true,
895
+ "showFullSize": {
896
+ "isTrue": false
897
+ },
898
+ "label": {
899
+ "type": "audio",
900
+ "loca": "label_audio",
901
+ "byline": {
902
+ "bylineText": "00:20 Min."
903
+ }
904
+ },
905
+ "audioAuthor": "Karsten Hufer",
906
+ "showAirdate": true,
907
+ "airdateDate": {
908
+ "htmlDateTime": "2022-10-31T19:30+0200",
909
+ "htmlDate": "31.10.2022",
910
+ "date": "31.10.22",
911
+ "dateSeparatorTime": "31.10.22, 19:30"
912
+ },
913
+ "toModel": {
914
+ "audioElement": {
915
+ "ardPlayerConfig": {
916
+ "@->jsoninclude": "audio/audios.inc.json",
917
+ "@->contentpath": "audio-1",
918
+ "@->overrides": [
919
+ {
920
+ "@->contentpath": "playerId",
921
+ "@->value": "2567"
922
+ }
923
+ ]
924
+ },
925
+ "ardPlayerJsonConfig": {
926
+ "@->jsoninclude": "audio/audios.inc.json",
927
+ "@->contentpath": "audio-1",
928
+ "@->overrides": [
929
+ {
930
+ "@->contentpath": "isAutoplay",
931
+ "@->value": false
932
+ },
933
+ {
934
+ "@->contentpath": "playerConfig.generic.isAutoplay",
935
+ "@->value": false
936
+ },
937
+ {
938
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
939
+ "@->value": false
940
+ },
941
+ {
942
+ "@->contentpath": "playerId",
943
+ "@->value": "2567"
944
+ }
945
+ ]
946
+ }
947
+ },
948
+ "mediaBacklinkToStoryTeaser": {
949
+ "link": {
950
+ "url": "/audioseite",
951
+ "isTargetBlank": false
952
+ },
953
+ "readMoreScreenreader": "zum Audio",
954
+ "title": "Musik macht deinen Tag",
955
+ "isForeignBrand": false,
956
+ "readMore": "zur Audio-Einzelseite",
957
+ "hasIcon": false,
958
+ "iconName": "extern"
959
+ }
960
+ },
961
+ "teaseritem": {
962
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
963
+ "@->contentpath": "copytext_image_50",
964
+ "@->replaceToken": [
965
+ {
966
+ "@->token": "image",
967
+ "@->value": "lehrerin-ukraine-104"
968
+ }
969
+ ]
970
+ },
971
+
972
+ "teaserImage": {
973
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
974
+ "@->contentpath": "copytext_image_50",
975
+ "@->replaceToken": [
976
+ {
977
+ "@->token": "image",
978
+ "@->value": "lehrerin-ukraine-104"
979
+ }
980
+ ]
981
+ }
982
+ }
983
+ },
984
+ {
985
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
986
+ },
987
+ {
988
+ "isHeadline": true,
989
+ "text": "Copytext mit Audio-Livestream"
990
+ },
991
+ {
992
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
993
+ },
994
+ {
995
+ "paragraphBoxItem": {
996
+ "isAudio": true,
997
+ "isAudioEventLivestream": true,
998
+ "showFullSize": {
999
+ "isTrue": true
1000
+ },
1001
+ "label": {
1002
+ "type": "livestream",
1003
+ "loca": "label_audio_event_livestream",
1004
+ "byline": {
1005
+ "bylineText": "Startet am 25.06.24 um 14:00 Uhr."
1006
+ }
1007
+ },
1008
+ "copyright": "hr",
1009
+ "showAirdate": false,
1010
+ "airdateDate": {
1011
+ "htmlDateTime": "2024-06-25T14:00+0200",
1012
+ "htmlDate": "25.06.2024",
1013
+ "date": "25.06.24",
1014
+ "dateSeparatorTime": "25.06.24, 14:00"
1015
+ },
1016
+ "toModel": {
1017
+ "audioLivestreamElement": {
1018
+ "ardPlayerConfig": {
1019
+ "@->jsoninclude": "audio/audios.inc.json",
1020
+ "@->contentpath": "audio-event-livestream"
1021
+ },
1022
+ "ardPlayerJsonConfig": {
1023
+ "@->jsoninclude": "audio/audios.inc.json",
1024
+ "@->contentpath": "audio-event-livestream",
1025
+ "@->overrides": [
1026
+ {
1027
+ "@->contentpath": "isAutoplay",
1028
+ "@->value": false
1029
+ },
1030
+ {
1031
+ "@->contentpath": "playerConfig.generic.isAutoplay",
1032
+ "@->value": false
1033
+ },
1034
+ {
1035
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
1036
+ "@->value": false
1037
+ }
1038
+ ]
1039
+ }
1040
+ },
1041
+ "mediaBacklinkToStoryTeaser": {
1042
+ "link": {
1043
+ "url": "/audioseite",
1044
+ "isTargetBlank": false
1045
+ },
1046
+ "readMoreScreenreader": "zum hessenschau.de Audio-Livestream",
1047
+ "title": "Musik macht deinen Tag",
1048
+ "isForeignBrand": false,
1049
+ "readMore": "zum Audio-Livestream",
1050
+ "hasIcon": false,
1051
+ "iconName": "extern"
1052
+ }
1053
+ },
1054
+ "teaseritem": {
1055
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
1056
+ "@->contentpath": "copytext_image_50",
1057
+ "@->replaceToken": [
1058
+ {
1059
+ "@->token": "image",
1060
+ "@->value": "lehrerin-ukraine-104"
1061
+ }
1062
+ ]
1063
+ },
1064
+
1065
+ "teaserImage": {
1066
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
1067
+ "@->contentpath": "copytext_image_50",
1068
+ "@->replaceToken": [
1069
+ {
1070
+ "@->token": "image",
1071
+ "@->value": "lehrerin-ukraine-104"
1072
+ }
1073
+ ]
1074
+ }
1075
+ }
1076
+ },
1077
+ {
1078
+ "isHeadline": true,
1079
+ "text": "Zwischenüberschrift unter Audio Event-Livestream"
1080
+ },
1081
+ {
1082
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
1083
+ },
1084
+ {
1085
+ "paragraphBoxItem": {
1086
+ "isAudio": true,
1087
+ "isAudioEventLivestream": true,
1088
+ "showFullSize": {
1089
+ "isTrue": false
1090
+ },
1091
+ "label": {
1092
+ "type": "livestream",
1093
+ "loca": "label_audio_event_livestream",
1094
+ "byline": {
1095
+ "bylineText": "Jetzt Live"
1096
+ }
1097
+ },
1098
+ "showAirdate": false,
1099
+ "airdateDate": {
1100
+ "htmlDateTime": "2024-06-25T08:30+0200",
1101
+ "htmlDate": "25.06.2024",
1102
+ "date": "25.06.24",
1103
+ "dateSeparatorTime": "25.06.24, 08:30"
1104
+ },
1105
+ "toModel": {
1106
+ "audioLivestreamElement": {
1107
+ "ardPlayerConfig": {
1108
+ "@->jsoninclude": "audio/audios.inc.json",
1109
+ "@->contentpath": "audio-event-livestream",
1110
+ "@->overrides": [
1111
+ {
1112
+ "@->contentpath": "playerId",
1113
+ "@->value": "2664"
1114
+ }
1115
+ ]
1116
+ },
1117
+ "ardPlayerJsonConfig": {
1118
+ "@->jsoninclude": "audio/audios.inc.json",
1119
+ "@->contentpath": "audio-event-livestream",
1120
+ "@->overrides": [
1121
+ {
1122
+ "@->contentpath": "isAutoplay",
1123
+ "@->value": false
1124
+ },
1125
+ {
1126
+ "@->contentpath": "playerConfig.generic.isAutoplay",
1127
+ "@->value": false
1128
+ },
1129
+ {
1130
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
1131
+ "@->value": false
1132
+ },
1133
+ {
1134
+ "@->contentpath": "playerId",
1135
+ "@->value": "2664"
1136
+ }
1137
+ ]
1138
+ }
1139
+ },
1140
+ "mediaBacklinkToStoryTeaser": {
1141
+ "link": {
1142
+ "url": "/audioseite",
1143
+ "isTargetBlank": false
1144
+ },
1145
+ "readMoreScreenreader": "zum Audio-Livestream",
1146
+ "title": "Musik macht deinen Tag",
1147
+ "isForeignBrand": false,
1148
+ "readMore": "zum Audio-Livestream",
1149
+ "hasIcon": false,
1150
+ "iconName": "extern"
1151
+ }
1152
+ },
1153
+ "teaseritem": {
1154
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
1155
+ "@->contentpath": "copytext_image_50",
1156
+ "@->replaceToken": [
1157
+ {
1158
+ "@->token": "image",
1159
+ "@->value": "lehrerin-ukraine-104"
1160
+ }
1161
+ ]
1162
+ },
1163
+
1164
+ "teaserImage": {
1165
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
1166
+ "@->contentpath": "copytext_image_50",
1167
+ "@->replaceToken": [
1168
+ {
1169
+ "@->token": "image",
1170
+ "@->value": "lehrerin-ukraine-104"
1171
+ }
1172
+ ]
1173
+ }
1174
+ }
1175
+ },
1176
+ {
1177
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
1178
+ },
1179
+ {
1180
+ "isHeadline": true,
1181
+ "text": "Audio-Livestream in halber Breite unter Bild in voller Breite"
1182
+ },
1183
+ {
1184
+ "paragraphBoxItem": {
1185
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
1186
+ "@->contentpath": "copytext_image_100",
1187
+ "@->replaceToken": [
1188
+ {
1189
+ "@->token": "image",
1190
+ "@->value": "buchmesse-fahnen-102"
1191
+ }
1192
+ ]
1193
+ }
1194
+ },
1195
+ {
1196
+ "paragraphBoxItem": {
1197
+ "isAudio": true,
1198
+ "isAudioEventLivestream": true,
1199
+ "showFullSize": {
1200
+ "isTrue": false
1201
+ },
1202
+ "label": {
1203
+ "type": "livestream",
1204
+ "loca": "label_audio_event_livestream",
1205
+ "byline": {
1206
+ "bylineText": "Jetzt Live"
1207
+ }
1208
+ },
1209
+ "showAirdate": false,
1210
+ "airdateDate": {
1211
+ "htmlDateTime": "2024-06-25T08:30+0200",
1212
+ "htmlDate": "25.06.2024",
1213
+ "date": "25.06.24",
1214
+ "dateSeparatorTime": "25.06.24, 08:30"
1215
+ },
1216
+ "toModel": {
1217
+ "audioLivestreamElement": {
1218
+ "ardPlayerConfig": {
1219
+ "@->jsoninclude": "audio/audios.inc.json",
1220
+ "@->contentpath": "audio-event-livestream",
1221
+ "@->overrides": [
1222
+ {
1223
+ "@->contentpath": "playerId",
1224
+ "@->value": "2667"
1225
+ }
1226
+ ]
1227
+ },
1228
+ "ardPlayerJsonConfig": {
1229
+ "@->jsoninclude": "audio/audios.inc.json",
1230
+ "@->contentpath": "audio-event-livestream",
1231
+ "@->overrides": [
1232
+ {
1233
+ "@->contentpath": "isAutoplay",
1234
+ "@->value": false
1235
+ },
1236
+ {
1237
+ "@->contentpath": "playerConfig.generic.isAutoplay",
1238
+ "@->value": false
1239
+ },
1240
+ {
1241
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
1242
+ "@->value": false
1243
+ },
1244
+ {
1245
+ "@->contentpath": "playerId",
1246
+ "@->value": "2667"
1247
+ }
1248
+ ]
1249
+ }
1250
+ },
1251
+ "mediaBacklinkToStoryTeaser": {
1252
+ "link": {
1253
+ "url": "/audioseite",
1254
+ "isTargetBlank": false
1255
+ },
1256
+ "readMoreScreenreader": "zum Audio-Livestream",
1257
+ "title": "Musik macht deinen Tag",
1258
+ "isForeignBrand": false,
1259
+ "readMore": "zum Audio-Livestream",
1260
+ "hasIcon": false,
1261
+ "iconName": "extern"
1262
+ }
1263
+ },
1264
+ "teaseritem": {
1265
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
1266
+ "@->contentpath": "copytext_image_50",
1267
+ "@->replaceToken": [
1268
+ {
1269
+ "@->token": "image",
1270
+ "@->value": "lehrerin-ukraine-104"
1271
+ }
1272
+ ]
1273
+ },
1274
+
1275
+ "teaserImage": {
1276
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
1277
+ "@->contentpath": "copytext_image_50",
1278
+ "@->replaceToken": [
1279
+ {
1280
+ "@->token": "image",
1281
+ "@->value": "lehrerin-ukraine-104"
1282
+ }
1283
+ ]
1284
+ }
1285
+ }
1286
+ },
1287
+ {
1288
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
1289
+ }
1290
+ ]
1291
+ }