hr-design-system-handlebars 1.75.6 → 1.77.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 (176) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/brand/hessenschau/conf/locatags.merged.json +21 -1
  3. package/dist/assets/brand/hr/conf/locatags.merged.json +21 -1
  4. package/dist/assets/brand/hr-bigband/conf/locatags.merged.json +21 -1
  5. package/dist/assets/brand/hr-fernsehen/conf/locatags.merged.json +21 -1
  6. package/dist/assets/brand/hr-inforadio/conf/locatags.merged.json +21 -1
  7. package/dist/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +21 -1
  8. package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +21 -1
  9. package/dist/assets/brand/hr-werbung/conf/locatags.merged.json +21 -1
  10. package/dist/assets/brand/hr1/conf/locatags.merged.json +21 -1
  11. package/dist/assets/brand/hr2/conf/locatags.merged.json +21 -1
  12. package/dist/assets/brand/hr3/conf/locatags.merged.json +21 -1
  13. package/dist/assets/brand/hr4/conf/locatags.merged.json +21 -1
  14. package/dist/assets/brand/you-fm/conf/locatags.merged.json +21 -1
  15. package/dist/assets/index.css +60 -57
  16. package/dist/views/components/content/content_footer/content_footer.hbs +1 -1
  17. package/dist/views/components/content/copytext/components/audio.hbs +5 -9
  18. package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +5 -9
  19. package/dist/views/components/content/copytext/components/image/{figcaption.hbs → collapsible_caption.hbs} +2 -11
  20. package/dist/views/components/content/copytext/components/image/figure.hbs +4 -1
  21. package/dist/views/components/content/copytext/components/image/image_caption_text.hbs +3 -0
  22. package/dist/views/components/content/copytext/components/image/image_copyright.hbs +3 -0
  23. package/dist/views/components/content/copytext/components/media/media_figure.hbs +42 -16
  24. package/dist/views/components/content/copytext/components/media/media_figure_byline.hbs +19 -9
  25. package/dist/views/components/content/copytext/components/media/media_figure_headline.hbs +4 -4
  26. package/dist/views/components/content/copytext/components/video/video.hbs +2 -2
  27. package/dist/views/components/content/copytext/components/videolivestream.hbs +2 -2
  28. package/dist/views/components/content/copytext/copytext.hbs +1 -1
  29. package/dist/views/components/content/copytext/copytext_body.hbs +2 -2
  30. package/dist/views/components/footer/page_footer.hbs +1 -1
  31. package/dist/views/components/grid/grid_group_highlight.hbs +1 -1
  32. package/dist/views/components/grid/grid_group_tabbed.hbs +1 -1
  33. package/dist/views/components/grid/grid_group_wrapper_classes.hbs +1 -1
  34. package/dist/views/components/label/label.hbs +2 -2
  35. package/dist/views/components/label/label_byline.hbs +6 -10
  36. package/dist/views/components/mediaplayer/media_player.hbs +1 -1
  37. package/dist/views/components/page/story/story_article.hbs +1 -1
  38. package/dist/views/components/site_header/brand_navigation/brand_navigation.hbs +1 -1
  39. package/dist/views/components/site_header/navigation_flyout/navigation_flyout.hbs +1 -1
  40. package/dist/views/components/site_header/section_navigation/section_navigation.hbs +1 -1
  41. package/dist/views/components/site_header/service_navigation/service_navigation.hbs +1 -1
  42. package/dist/views/components/teaser/components/teaser_av_consumption.hbs +3 -3
  43. package/dist/views/components/teaser/tabbox/group_tabbox.hbs +1 -1
  44. package/dist/views/components/teaser/teaser_stage.hbs +2 -2
  45. package/dist/views_static/components/content/content_footer/content_footer.hbs +1 -1
  46. package/dist/views_static/components/content/copytext/components/audio.hbs +5 -9
  47. package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +5 -9
  48. package/dist/views_static/components/content/copytext/components/image/{figcaption.hbs → collapsible_caption.hbs} +2 -11
  49. package/dist/views_static/components/content/copytext/components/image/figure.hbs +4 -1
  50. package/dist/views_static/components/content/copytext/components/image/image_caption_text.hbs +3 -0
  51. package/dist/views_static/components/content/copytext/components/image/image_copyright.hbs +3 -0
  52. package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +42 -16
  53. package/dist/views_static/components/content/copytext/components/media/media_figure_byline.hbs +19 -9
  54. package/dist/views_static/components/content/copytext/components/media/media_figure_headline.hbs +4 -4
  55. package/dist/views_static/components/content/copytext/components/video/video.hbs +2 -2
  56. package/dist/views_static/components/content/copytext/components/videolivestream.hbs +2 -2
  57. package/dist/views_static/components/content/copytext/copytext.hbs +1 -1
  58. package/dist/views_static/components/content/copytext/copytext_body.hbs +2 -2
  59. package/dist/views_static/components/footer/page_footer.hbs +1 -1
  60. package/dist/views_static/components/grid/grid_group_highlight.hbs +1 -1
  61. package/dist/views_static/components/grid/grid_group_tabbed.hbs +1 -1
  62. package/dist/views_static/components/grid/grid_group_wrapper_classes.hbs +1 -1
  63. package/dist/views_static/components/label/label.hbs +2 -2
  64. package/dist/views_static/components/label/label_byline.hbs +6 -10
  65. package/dist/views_static/components/mediaplayer/media_player.hbs +1 -1
  66. package/dist/views_static/components/page/story/story_article.hbs +1 -1
  67. package/dist/views_static/components/site_header/brand_navigation/brand_navigation.hbs +1 -1
  68. package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout.hbs +1 -1
  69. package/dist/views_static/components/site_header/section_navigation/section_navigation.hbs +1 -1
  70. package/dist/views_static/components/site_header/service_navigation/service_navigation.hbs +1 -1
  71. package/dist/views_static/components/teaser/components/teaser_av_consumption.hbs +3 -3
  72. package/dist/views_static/components/teaser/tabbox/group_tabbox.hbs +1 -1
  73. package/dist/views_static/components/teaser/teaser_stage.hbs +2 -2
  74. package/gulpfile.js +4 -1
  75. package/package.json +1 -1
  76. package/src/assets/brand/_default/conf/locatags.json +27 -8
  77. package/src/assets/brand/hessenschau/conf/locatags.merged.json +21 -1
  78. package/src/assets/brand/hr/conf/locatags.merged.json +21 -1
  79. package/src/assets/brand/hr-bigband/conf/locatags.merged.json +21 -1
  80. package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +21 -1
  81. package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +21 -1
  82. package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +21 -1
  83. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +21 -1
  84. package/src/assets/brand/hr-werbung/conf/locatags.merged.json +21 -1
  85. package/src/assets/brand/hr1/conf/locatags.merged.json +21 -1
  86. package/src/assets/brand/hr2/conf/locatags.merged.json +21 -1
  87. package/src/assets/brand/hr3/conf/locatags.merged.json +21 -1
  88. package/src/assets/brand/hr4/conf/locatags.merged.json +21 -1
  89. package/src/assets/brand/you-fm/conf/locatags.merged.json +21 -1
  90. package/src/assets/css/custom-utilities.css +49 -31
  91. package/src/assets/fixtures/audio/audios.inc.json +59 -1
  92. package/src/assets/fixtures/content/copytext/copytext_audio.json +194 -0
  93. package/src/assets/fixtures/content/copytext/copytext_audio_livestream.json +192 -0
  94. package/src/assets/fixtures/content/copytext/copytext_livestream.json +16 -14
  95. package/src/assets/fixtures/content/copytext/copytext_video.json +12 -12
  96. package/src/assets/fixtures/page/podcast/podcast_player_episode.json +131 -96
  97. package/src/assets/fixtures/page/story/story_with_livestream.json +11 -13
  98. package/src/assets/fixtures/page/story/story_with_video.json +64 -64
  99. package/src/assets/fixtures/teaser/teaser_lead.inc.json +3 -3
  100. package/src/assets/fixtures/teaser/teasers.inc.json +1 -1
  101. package/src/assets/images/strongman-100_v-1to1__medium.jpg +0 -0
  102. package/src/assets/images/strongman-100_v-1to1__small.jpg +0 -0
  103. package/src/assets/images/strongman-100_v-1to1__xsmall.jpg +0 -0
  104. package/src/stories/conventions-and-datastructure.mdx +38 -1
  105. package/src/stories/views/components/content/content_footer/content_footer.hbs +1 -1
  106. package/src/stories/views/components/content/copytext/components/audio.hbs +5 -9
  107. package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +5 -9
  108. package/src/stories/views/components/content/copytext/components/image/{figcaption.hbs → collapsible_caption.hbs} +2 -11
  109. package/src/stories/views/components/content/copytext/components/image/figure.hbs +4 -1
  110. package/src/stories/views/components/content/copytext/components/image/image_caption_text.hbs +3 -0
  111. package/src/stories/views/components/content/copytext/components/image/image_copyright.hbs +3 -0
  112. package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +42 -16
  113. package/src/stories/views/components/content/copytext/components/media/media_figure_byline.hbs +19 -9
  114. package/src/stories/views/components/content/copytext/components/media/media_figure_headline.hbs +4 -4
  115. package/src/stories/views/components/content/copytext/components/video/video.hbs +2 -2
  116. package/src/stories/views/components/content/copytext/components/videolivestream.hbs +2 -2
  117. package/src/stories/views/components/content/copytext/copytext.hbs +1 -1
  118. package/src/stories/views/components/content/copytext/copytext.stories.js +15 -2
  119. package/src/stories/views/components/content/copytext/copytext_body.hbs +2 -2
  120. package/src/stories/views/components/content/copytext/fixtures/copytext_audio copy.json +1 -0
  121. package/src/stories/views/components/content/copytext/fixtures/copytext_audio-livestream.json +1 -0
  122. package/src/stories/views/components/content/copytext/fixtures/copytext_audio.json +1 -0
  123. package/src/stories/views/components/content/copytext/fixtures/copytext_audio_livestream.json +1 -0
  124. package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -1
  125. package/src/stories/views/components/content/copytext/fixtures/copytext_podcastepisode.json +1 -1
  126. package/src/stories/views/components/content/copytext/fixtures/copytext_video copy.json +1 -0
  127. package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
  128. package/src/stories/views/components/footer/page_footer.hbs +1 -1
  129. package/src/stories/views/components/grid/grid_group_highlight.hbs +1 -1
  130. package/src/stories/views/components/grid/grid_group_tabbed.hbs +1 -1
  131. package/src/stories/views/components/grid/grid_group_wrapper_classes.hbs +1 -1
  132. package/src/stories/views/components/label/label.hbs +2 -2
  133. package/src/stories/views/components/label/label_byline.hbs +6 -10
  134. package/src/stories/views/components/mediaplayer/fixtures/mediaplayer.json +1 -1
  135. package/src/stories/views/components/mediaplayer/media_player.hbs +1 -1
  136. package/src/stories/views/components/mediaplayer/mediaplayer.stories.js +32 -5
  137. package/src/stories/views/components/page/fixtures/page.json +1 -1
  138. package/src/stories/views/components/page/podcast/fixtures/podcast_player_episode.json +1 -1
  139. package/src/stories/views/components/page/podcast/fixtures/podcast_player_playlist.json +1 -1
  140. package/src/stories/views/components/page/story/fixtures/story.json +1 -1
  141. package/src/stories/views/components/page/story/fixtures/story_with_label.json +1 -1
  142. package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -1
  143. package/src/stories/views/components/page/story/fixtures/story_with_square_image.json +1 -1
  144. package/src/stories/views/components/page/story/fixtures/story_with_video.json +1 -1
  145. package/src/stories/views/components/page/story/story_article.hbs +1 -1
  146. package/src/stories/views/components/pagination/fixtures/page_pagination.json +1 -1
  147. package/src/stories/views/components/site_header/brand_navigation/brand_navigation.hbs +1 -1
  148. package/src/stories/views/components/site_header/navigation_flyout/navigation_flyout.hbs +1 -1
  149. package/src/stories/views/components/site_header/section_navigation/section_navigation.hbs +1 -1
  150. package/src/stories/views/components/site_header/service_navigation/service_navigation.hbs +1 -1
  151. package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +3 -3
  152. package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -1
  153. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
  154. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
  155. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
  156. package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
  157. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
  158. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
  159. package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
  160. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  161. package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
  162. package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
  163. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
  164. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
  165. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_filter.json +1 -1
  166. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
  167. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
  168. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
  169. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
  170. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
  171. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
  172. package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
  173. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero_audio.json +1 -1
  174. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio.json +1 -1
  175. package/src/stories/views/components/teaser/tabbox/group_tabbox.hbs +1 -1
  176. package/src/stories/views/components/teaser/teaser_stage.hbs +2 -2
@@ -24,7 +24,6 @@
24
24
  }
25
25
  }
26
26
 
27
-
28
27
  .ar-16-9 {
29
28
  aspect-ratio: 16 / 9;
30
29
  }
@@ -79,6 +78,24 @@
79
78
  }
80
79
  }
81
80
 
81
+ .ar-4-1 {
82
+ aspect-ratio: 4 / 1;
83
+ }
84
+
85
+ @supports not (aspect-ratio: 4 / 1) {
86
+ .ar-4-1::before {
87
+ float: left;
88
+ padding-top: calc(1 / 4 * 100%);
89
+ content: '';
90
+ }
91
+
92
+ .ar-4-1::after {
93
+ display: block;
94
+ content: '';
95
+ clear: both;
96
+ }
97
+ }
98
+
82
99
  .ar-1-1 {
83
100
  aspect-ratio: 1 / 1;
84
101
  }
@@ -179,16 +196,19 @@
179
196
  --narrow-max-width: calc(var(--breakpoint-md) - (var(--mobile-padding) * 2));
180
197
  --content-max-width: 940px;
181
198
  --breakout-size: calc((var(--content-max-width) - var(--narrow-max-width)) / 2);
182
-
183
- grid-template-columns:
184
- [full-width-start] minmax(var(--mobile-padding), var(--desktop-padding))
185
- [content-start] minmax(0, var(--breakout-size))
186
- [narrow-start] min(100% - (var(--mobile-padding) * 2),var(--narrow-max-width)) [narrow-end]
187
- minmax(0, var(--breakout-size)) [content-end]
188
- minmax(var(--mobile-padding), var(--desktop-padding)) [full-width-end];
199
+
200
+ grid-template-columns:
201
+ [full-width-start] minmax(var(--mobile-padding), var(--desktop-padding))
202
+ [content-start] minmax(0, var(--breakout-size))
203
+ [narrow-start] min(
204
+ 100% - (var(--mobile-padding) * 2),
205
+ var(--narrow-max-width)
206
+ ) [narrow-end]
207
+ minmax(0, var(--breakout-size)) [content-end]
208
+ minmax(var(--mobile-padding), var(--desktop-padding)) [full-width-end];
189
209
  grid-column: main;
190
210
  }
191
- .grid-article > :not(.article-breakout, .article-full-width, .sticky){
211
+ .grid-article > :not(.article-breakout, .article-full-width, .sticky) {
192
212
  grid-column: narrow;
193
213
  }
194
214
  .article-breakout {
@@ -200,37 +220,37 @@
200
220
  .article-narrow {
201
221
  grid-column: narrow;
202
222
  }
203
- .copytextWrapper > :not(.article-breakout, .article-full-width){
223
+ .copytextWrapper > :not(.article-breakout, .article-full-width) {
204
224
  grid-column: narrow;
205
225
  }
206
226
 
207
227
  .grid-content {
208
228
  grid-template-areas:
209
- "head"
210
- "main "
211
- "aside";
229
+ 'head'
230
+ 'main '
231
+ 'aside';
212
232
  grid-template-columns: 100%;
213
233
  }
214
234
 
215
- @media only screen and (min-width: 600px){
235
+ @media only screen and (min-width: 600px) {
216
236
  .grid-content {
217
237
  grid-template-areas:
218
- "head head"
219
- "main aside";
238
+ 'head head'
239
+ 'main aside';
220
240
 
221
241
  grid-template-columns: 3fr 1fr;
222
242
  }
223
243
  }
224
244
 
225
- .head{
245
+ .head {
226
246
  grid-area: head;
227
247
  }
228
248
 
229
- .main{
249
+ .main {
230
250
  grid-area: main;
231
251
  }
232
252
 
233
- .aside{
253
+ .aside {
234
254
  grid-area: aside;
235
255
  }
236
256
 
@@ -280,23 +300,22 @@
280
300
  /*! ****************************/
281
301
  /*! DataPolicy stuff */
282
302
  /*! ****************************/
283
- .toggleSwitch-checkbox:checked+.toggleSwitch-label {
284
- @apply after:left-[27px]
303
+ .toggleSwitch-checkbox:checked + .toggleSwitch-label {
304
+ @apply after:left-[27px];
285
305
  }
286
306
 
287
- .toggleSwitch-checkbox:checked+.toggleSwitch-label {
307
+ .toggleSwitch-checkbox:checked + .toggleSwitch-label {
288
308
  @apply bg-toggle-confirmation;
289
309
  }
290
310
 
291
- .toggleSwitch-checkbox:focus+.toggleSwitch-label {
311
+ .toggleSwitch-checkbox:focus + .toggleSwitch-label {
292
312
  @apply outline-none shadow-teaser-focus shadow-focus-state;
293
313
  }
294
-
314
+
295
315
  .toggleSwitch-label {
296
- @apply after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:w-[21px] after:h-[21px] after:bg-white after:rounded-2xl after:transition-all after:duration-300
316
+ @apply after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:w-[21px] after:h-[21px] after:bg-white after:rounded-2xl after:transition-all after:duration-300;
297
317
  }
298
318
 
299
-
300
319
  /*! ****************************/
301
320
  /*! text-shadow */
302
321
  /*! ****************************/
@@ -379,7 +398,6 @@
379
398
  content: attr(data-prop-loading);
380
399
  }
381
400
 
382
-
383
401
  @responsive {
384
402
  .brand-logo-size-lg {
385
403
  padding-top: var(--logo-padding-top-lg);
@@ -394,7 +412,7 @@
394
412
  padding-bottom: var(--logo-padding-bottom);
395
413
  }
396
414
  }
397
-
415
+
398
416
  /*! ****************************/
399
417
  /*! Search-Box-border */
400
418
  /*! ****************************/
@@ -410,7 +428,7 @@
410
428
  /*! ***********************************/
411
429
  /*! restrict number of li-elements */
412
430
  /*! **********************************/
413
- ul.restrictedToTwo li:nth-of-type(1n+3) {
431
+ ul.restrictedToTwo li:nth-of-type(1n + 3) {
414
432
  display: none;
415
433
  }
416
434
 
@@ -418,7 +436,7 @@
418
436
  padding-bottom: 0;
419
437
  }
420
438
 
421
- ul.restrictedToTwo li:nth-of-type(1n+2) .timelineBorder {
439
+ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
422
440
  display: none;
423
- }
441
+ }
424
442
  }
@@ -54,7 +54,65 @@
54
54
  "pluginData": {},
55
55
  "geoBlocked": false
56
56
  },
57
- "playerId": "2563",
57
+ "playerId": "2565",
58
+ "type": "audioOndemand",
59
+ "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css",
60
+ "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js",
61
+ "isAutoplay": true,
62
+ "teaserSize": "100",
63
+ "realTeaserSize": "100"
64
+ },
65
+ "audio-2": {
66
+ "playerConfig": {
67
+ "generic": {
68
+ "isAutoplay": true,
69
+ "imageTemplateConfig": {
70
+ "size": [{ "minWidth": 0, "value": "__xsmall" }]
71
+ }
72
+ },
73
+ "web": {
74
+ "baseUrl": "./vendor/ardplayer/",
75
+ "isForcedAutoplay": true,
76
+ "isForcedVideoView": true
77
+ },
78
+ "pluginData": {
79
+ "trackingAti@all": {
80
+ "isEnabled": false
81
+ },
82
+ "trackingAgf@all": {
83
+ "isEnabled": false
84
+ }
85
+ }
86
+ },
87
+ "mediaCollection": {
88
+ "streams": [
89
+ {
90
+ "kind": "main",
91
+ "isAudioOnly": true,
92
+ "media": [
93
+ {
94
+ "url": "https://hr-a.akamaihd.net/audio/hs/2024_06/240621093838_hsr_strongman_Poertner_Ost.mp3",
95
+ "mimeType": "audio/mp3",
96
+ "audios": [{ "kind": "standard", "languageCode": "de" }]
97
+ }
98
+ ]
99
+ }
100
+ ],
101
+ "meta": {
102
+ "durationSeconds": 39,
103
+ "images": [
104
+ {
105
+ "kind": "preview",
106
+ "url": "images/strongman-100_v-1to1{size}.jpg"
107
+ }
108
+ ],
109
+ "title": "Strongman-WM in Fulda",
110
+ "synopsis": "Stromgman-WM in Fulda zieht Kraftsportler aus aller Welt an."
111
+ },
112
+ "pluginData": {},
113
+ "geoBlocked": false
114
+ },
115
+ "playerId": "2565",
58
116
  "type": "audioOndemand",
59
117
  "cssUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css",
60
118
  "jsUrl": "./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js",
@@ -0,0 +1,194 @@
1
+ {
2
+ "copytextParagraph": [
3
+ {
4
+ "isHeadline": true,
5
+ "text": "Copytext mit Audio"
6
+ },
7
+ {
8
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
9
+ },
10
+ {
11
+ "paragraphBoxItem": {
12
+ "isAudio": true,
13
+ "isAudioOnDemand": true,
14
+ "showFullSize": {
15
+ "isTrue": true
16
+ },
17
+ "label": {
18
+ "type": "audio",
19
+ "loca": "label_audio",
20
+ "byline": {
21
+ "bylineText": "00:39 Min."
22
+ }
23
+ },
24
+ "copyright": "hr",
25
+ "audioAuthor": "Michael Pörtner",
26
+ "showAirdate": true,
27
+ "airdateDate": {
28
+ "htmlDateTime": "2024-06-21T14:30+0200",
29
+ "htmlDate": "21.06.2024",
30
+ "date": "21.06.24",
31
+ "dateSeparatorTime": "21.06.24, 14:30"
32
+ },
33
+ "toModel": {
34
+ "audioElement": {
35
+ "ardPlayerConfig": {
36
+ "@->jsoninclude": "audio/audios.inc.json",
37
+ "@->contentpath": "audio-2"
38
+ },
39
+ "ardPlayerJsonConfig": {
40
+ "@->jsoninclude": "audio/audios.inc.json",
41
+ "@->contentpath": "audio-2",
42
+ "@->overrides": [
43
+ {
44
+ "@->contentpath": "isAutoplay",
45
+ "@->value": false
46
+ },
47
+ {
48
+ "@->contentpath": "playerConfig.generic.isAutoplay",
49
+ "@->value": false
50
+ },
51
+ {
52
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
53
+ "@->value": false
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ "mediaBacklinkToStoryTeaser": {
59
+ "link": {
60
+ "url": "/audioseite",
61
+ "isTargetBlank": false
62
+ },
63
+ "readMoreScreenreader": "zum hessenschau.de Audio",
64
+ "title": "Musik macht deinen Tag",
65
+ "isForeignBrand": false,
66
+ "readMore": "zur Audio-Einzelseite",
67
+ "hasIcon": false,
68
+ "iconName": "extern"
69
+ }
70
+ },
71
+ "teaseritem": {
72
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
73
+ "@->contentpath": "copytext_image_50",
74
+ "@->replaceToken": [
75
+ {
76
+ "@->token": "image",
77
+ "@->value": "lehrerin-ukraine-104"
78
+ }
79
+ ]
80
+ },
81
+
82
+ "teaserImage": {
83
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
84
+ "@->contentpath": "copytext_image_50",
85
+ "@->replaceToken": [
86
+ {
87
+ "@->token": "image",
88
+ "@->value": "lehrerin-ukraine-104"
89
+ }
90
+ ]
91
+ }
92
+ }
93
+ },
94
+ {
95
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
96
+ },
97
+ {
98
+ "paragraphBoxItem": {
99
+ "isAudio": true,
100
+ "isAudioOnDemand": true,
101
+ "showFullSize": {
102
+ "isTrue": false
103
+ },
104
+ "label": {
105
+ "type": "audio",
106
+ "loca": "label_audio",
107
+ "byline": {
108
+ "bylineText": "00:20 Min."
109
+ }
110
+ },
111
+ "audioAuthor": "Karsten Hufer",
112
+ "showAirdate": true,
113
+ "airdateDate": {
114
+ "htmlDateTime": "2022-10-31T19:30+0200",
115
+ "htmlDate": "31.10.2022",
116
+ "date": "31.10.22",
117
+ "dateSeparatorTime": "31.10.22, 19:30"
118
+ },
119
+ "toModel": {
120
+ "audioElement": {
121
+ "ardPlayerConfig": {
122
+ "@->jsoninclude": "audio/audios.inc.json",
123
+ "@->contentpath": "audio-1",
124
+ "@->overrides": [
125
+ {
126
+ "@->contentpath": "playerId",
127
+ "@->value": "2564"
128
+ }
129
+ ]
130
+ },
131
+ "ardPlayerJsonConfig": {
132
+ "@->jsoninclude": "audio/audios.inc.json",
133
+ "@->contentpath": "audio-1",
134
+ "@->overrides": [
135
+ {
136
+ "@->contentpath": "isAutoplay",
137
+ "@->value": false
138
+ },
139
+ {
140
+ "@->contentpath": "playerConfig.generic.isAutoplay",
141
+ "@->value": false
142
+ },
143
+ {
144
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
145
+ "@->value": false
146
+ },
147
+ {
148
+ "@->contentpath": "playerId",
149
+ "@->value": "2564"
150
+ }
151
+ ]
152
+ }
153
+ },
154
+ "mediaBacklinkToStoryTeaser": {
155
+ "link": {
156
+ "url": "/audioseite",
157
+ "isTargetBlank": false
158
+ },
159
+ "readMoreScreenreader": "zum Audio",
160
+ "title": "Musik macht deinen Tag",
161
+ "isForeignBrand": false,
162
+ "readMore": "zur Audio-Einzelseite",
163
+ "hasIcon": false,
164
+ "iconName": "extern"
165
+ }
166
+ },
167
+ "teaseritem": {
168
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
169
+ "@->contentpath": "copytext_image_50",
170
+ "@->replaceToken": [
171
+ {
172
+ "@->token": "image",
173
+ "@->value": "lehrerin-ukraine-104"
174
+ }
175
+ ]
176
+ },
177
+
178
+ "teaserImage": {
179
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
180
+ "@->contentpath": "copytext_image_50",
181
+ "@->replaceToken": [
182
+ {
183
+ "@->token": "image",
184
+ "@->value": "lehrerin-ukraine-104"
185
+ }
186
+ ]
187
+ }
188
+ }
189
+ },
190
+ {
191
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
192
+ }
193
+ ]
194
+ }
@@ -0,0 +1,192 @@
1
+ {
2
+ "copytextParagraph": [
3
+ {
4
+ "isHeadline": true,
5
+ "text": "Copytext mit Audio-Livestream"
6
+ },
7
+ {
8
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
9
+ },
10
+ {
11
+ "paragraphBoxItem": {
12
+ "isAudio": true,
13
+ "isAudioEventLivestream": true,
14
+ "showFullSize": {
15
+ "isTrue": true
16
+ },
17
+ "label": {
18
+ "type": "livestream",
19
+ "loca": "label_audio_event_livestream",
20
+ "byline": {
21
+ "bylineText": "Startet am 25.06.24 um 14:00 Uhr."
22
+ }
23
+ },
24
+ "copyright": "hr",
25
+ "showAirdate": false,
26
+ "airdateDate": {
27
+ "htmlDateTime": "2024-06-25T14:00+0200",
28
+ "htmlDate": "25.06.2024",
29
+ "date": "25.06.24",
30
+ "dateSeparatorTime": "25.06.24, 14:00"
31
+ },
32
+ "toModel": {
33
+ "audioLivestreamElement": {
34
+ "ardPlayerConfig": {
35
+ "@->jsoninclude": "audio/audios.inc.json",
36
+ "@->contentpath": "audio-event-livestream"
37
+ },
38
+ "ardPlayerJsonConfig": {
39
+ "@->jsoninclude": "audio/audios.inc.json",
40
+ "@->contentpath": "audio-event-livestream",
41
+ "@->overrides": [
42
+ {
43
+ "@->contentpath": "isAutoplay",
44
+ "@->value": false
45
+ },
46
+ {
47
+ "@->contentpath": "playerConfig.generic.isAutoplay",
48
+ "@->value": false
49
+ },
50
+ {
51
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
52
+ "@->value": false
53
+ }
54
+ ]
55
+ }
56
+ },
57
+ "mediaBacklinkToStoryTeaser": {
58
+ "link": {
59
+ "url": "/audioseite",
60
+ "isTargetBlank": false
61
+ },
62
+ "readMoreScreenreader": "zum hessenschau.de Audio-Livestream",
63
+ "title": "Musik macht deinen Tag",
64
+ "isForeignBrand": false,
65
+ "readMore": "zum Audio-Livestream",
66
+ "hasIcon": false,
67
+ "iconName": "extern"
68
+ }
69
+ },
70
+ "teaseritem": {
71
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
72
+ "@->contentpath": "copytext_image_50",
73
+ "@->replaceToken": [
74
+ {
75
+ "@->token": "image",
76
+ "@->value": "lehrerin-ukraine-104"
77
+ }
78
+ ]
79
+ },
80
+
81
+ "teaserImage": {
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
+ },
93
+ {
94
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
95
+ },
96
+ {
97
+ "paragraphBoxItem": {
98
+ "isAudio": true,
99
+ "isAudioEventLivestream": true,
100
+ "showFullSize": {
101
+ "isTrue": false
102
+ },
103
+ "label": {
104
+ "type": "livestream",
105
+ "loca": "label_audio_event_livestream",
106
+ "byline": {
107
+ "bylineText": "Jetzt Live"
108
+ }
109
+ },
110
+ "showAirdate": false,
111
+ "airdateDate": {
112
+ "htmlDateTime": "2024-06-25T08:30+0200",
113
+ "htmlDate": "25.06.2024",
114
+ "date": "25.06.24",
115
+ "dateSeparatorTime": "25.06.24, 08:30"
116
+ },
117
+ "toModel": {
118
+ "audioLivestreamElement": {
119
+ "ardPlayerConfig": {
120
+ "@->jsoninclude": "audio/audios.inc.json",
121
+ "@->contentpath": "audio-event-livestream",
122
+ "@->overrides": [
123
+ {
124
+ "@->contentpath": "playerId",
125
+ "@->value": "2564"
126
+ }
127
+ ]
128
+ },
129
+ "ardPlayerJsonConfig": {
130
+ "@->jsoninclude": "audio/audios.inc.json",
131
+ "@->contentpath": "audio-event-livestream",
132
+ "@->overrides": [
133
+ {
134
+ "@->contentpath": "isAutoplay",
135
+ "@->value": false
136
+ },
137
+ {
138
+ "@->contentpath": "playerConfig.generic.isAutoplay",
139
+ "@->value": false
140
+ },
141
+ {
142
+ "@->contentpath": "playerConfig.web.isForcedVideoView",
143
+ "@->value": false
144
+ },
145
+ {
146
+ "@->contentpath": "playerId",
147
+ "@->value": "2564"
148
+ }
149
+ ]
150
+ }
151
+ },
152
+ "mediaBacklinkToStoryTeaser": {
153
+ "link": {
154
+ "url": "/audioseite",
155
+ "isTargetBlank": false
156
+ },
157
+ "readMoreScreenreader": "zum Audio-Livestream",
158
+ "title": "Musik macht deinen Tag",
159
+ "isForeignBrand": false,
160
+ "readMore": "zum Audio-Livestream",
161
+ "hasIcon": false,
162
+ "iconName": "extern"
163
+ }
164
+ },
165
+ "teaseritem": {
166
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
167
+ "@->contentpath": "copytext_image_50",
168
+ "@->replaceToken": [
169
+ {
170
+ "@->token": "image",
171
+ "@->value": "lehrerin-ukraine-104"
172
+ }
173
+ ]
174
+ },
175
+
176
+ "teaserImage": {
177
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
178
+ "@->contentpath": "copytext_image_50",
179
+ "@->replaceToken": [
180
+ {
181
+ "@->token": "image",
182
+ "@->value": "lehrerin-ukraine-104"
183
+ }
184
+ ]
185
+ }
186
+ }
187
+ },
188
+ {
189
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
190
+ }
191
+ ]
192
+ }