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
@@ -1,76 +1,76 @@
1
1
  {
2
-
3
2
  "@->jsoninclude": "page/story/story.inc.json",
4
3
  "@->overrides": [
5
4
  {
6
5
  "@->contentpath": "teaseritemDS",
7
6
  "@->value": {
8
- "isVideo": true,
9
- "showFullSize": {
10
- "isTrue": true
11
- },
12
- "label": {
13
- "type": "video",
14
- "loca": "label_video",
15
- "byline": {
16
- "bylineText": "03:20 Min."
17
- }
18
- },
19
- "copyright": "hessenschau",
20
- "airdateDate": {
21
- "htmlDateTime": "2022-10-31T19:30+0200",
22
- "htmlDate": "31.10.2022",
23
- "date": "31.10.22",
24
- "dateSeparatorTime": "31.10.22, 19:30"
25
- },
26
- "toModel": {
27
- "videoElement": {
28
- "ardPlayerConfig": {
29
- "@->jsoninclude": "video/videos.inc.json",
30
- "@->contentpath": "video-1"
31
- },
32
- "ardPlayerJsonConfig": {
33
- "@->jsoninclude": "video/videos.inc.json",
34
- "@->contentpath": "video-1"
35
- }
7
+ "isVideo": true,
8
+ "isVideoOnDemand": "true",
9
+ "showAirdate": true,
10
+ "showFullSize": {
11
+ "isTrue": true
12
+ },
13
+ "label": {
14
+ "type": "video",
15
+ "loca": "label_video",
16
+ "byline": {
17
+ "bylineText": "03:20 Min."
18
+ }
19
+ },
20
+ "copyright": "hessenschau",
21
+ "airdateDate": {
22
+ "htmlDateTime": "2022-10-31T19:30+0200",
23
+ "htmlDate": "31.10.2022",
24
+ "date": "31.10.22",
25
+ "dateSeparatorTime": "31.10.22, 19:30"
26
+ },
27
+ "toModel": {
28
+ "videoElement": {
29
+ "ardPlayerConfig": {
30
+ "@->jsoninclude": "video/videos.inc.json",
31
+ "@->contentpath": "video-1"
36
32
  },
37
- "mediaBacklinkToStoryTeaser": {
38
- "link": {
39
- "url": "/videoseite",
40
- "isTargetBlank": false
41
- },
42
- "content": {
43
- "readMoreScreenreader": "zum hr3.de Video",
44
- "title": "Musik macht deinen Tag",
45
- "isForeignBrand": true,
46
- "readMore": "zum hr3.de Videoseite"
47
- },
48
- "hasIcon": true,
49
- "iconName": "extern"
33
+ "ardPlayerJsonConfig": {
34
+ "@->jsoninclude": "video/videos.inc.json",
35
+ "@->contentpath": "video-1"
50
36
  }
51
37
  },
52
- "teaseritem": {
53
- "@->jsoninclude": "teaser/teaser_images.inc.json",
54
- "@->contentpath": "copytext_image_100",
55
- "@->replaceToken": [
56
- {
57
- "@->token": "image",
58
- "@->value": "lehrerin-ukraine-104"
59
- }
60
- ]
61
- },
62
-
63
- "teaserImage": {
64
- "@->jsoninclude": "teaser/teaser_images.inc.json",
65
- "@->contentpath": "copytext_image_100",
66
- "@->replaceToken": [
67
- {
68
- "@->token": "image",
69
- "@->value": "lehrerin-ukraine-104"
70
- }
71
- ]
38
+ "mediaBacklinkToStoryTeaser": {
39
+ "link": {
40
+ "url": "/videoseite",
41
+ "isTargetBlank": false
42
+ },
43
+ "readMoreScreenreader": "zum hr3.de Video",
44
+ "title": "Musik macht deinen Tag",
45
+ "isForeignBrand": true,
46
+ "readMore": "zur hr3.de Video-Einzelseite",
47
+
48
+ "hasIcon": true,
49
+ "iconName": "extern"
72
50
  }
51
+ },
52
+ "teaseritem": {
53
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
54
+ "@->contentpath": "copytext_image_100",
55
+ "@->replaceToken": [
56
+ {
57
+ "@->token": "image",
58
+ "@->value": "lehrerin-ukraine-104"
59
+ }
60
+ ]
61
+ },
62
+
63
+ "teaserImage": {
64
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
65
+ "@->contentpath": "copytext_image_100",
66
+ "@->replaceToken": [
67
+ {
68
+ "@->token": "image",
69
+ "@->value": "lehrerin-ukraine-104"
70
+ }
71
+ ]
72
+ }
73
73
  }
74
74
  }
75
- ]
76
- }
75
+ ]
76
+ }
@@ -21,7 +21,7 @@
21
21
  "avDocument": {
22
22
  "isAudio": true,
23
23
  "toModel": {
24
- "audioElement": {
24
+ "audioElementForVideoView": {
25
25
  "isPodcast": false,
26
26
  "ardPlayerConfig": {
27
27
  "@->jsoninclude": "audio/audios.inc.json",
@@ -40,7 +40,7 @@
40
40
  "avDocument": {
41
41
  "isAudioEventLivestream": true,
42
42
  "toModel": {
43
- "audioLivestreamElement": {
43
+ "audioLivestreamElementForVideoView": {
44
44
  "ardPlayerConfig": {
45
45
  "@->jsoninclude": "audio/audios.inc.json",
46
46
  "@->contentpath": "audio-event-livestream"
@@ -58,7 +58,7 @@
58
58
  "avDocument": {
59
59
  "isPodcast": true,
60
60
  "toModel": {
61
- "audioElement": {
61
+ "audioElementForVideoView": {
62
62
  "isPodcast": true,
63
63
  "ardPlayerConfig": {
64
64
  "@->jsoninclude": "audio/audios.inc.json",
@@ -1549,7 +1549,7 @@
1549
1549
  "teaserLead": {
1550
1550
  "isPodcast": true,
1551
1551
  "toModel": {
1552
- "audioElement": {
1552
+ "audioElementForVideoView": {
1553
1553
  "isPodcast": true,
1554
1554
  "ardPlayerConfig": {
1555
1555
  "@->jsoninclude": "audio/audios.inc.json",
@@ -236,7 +236,7 @@ Sollen an Subkomponenten, die in Partial-Blocks und/oder Inline-Partials aufgeru
236
236
  Dies ist leider notwendig, da [Handlebars.js](https://handlebarsjs.com) und [Handlebars.java](https://github.com/jknack/handlebars.java)
237
237
  innerhalb von Partial-Blocks und Inline-Partials die Datenkontexte anders auflösen. Der Wert des Parameters `_css` kann in
238
238
  Handlebars.js direkt, in Handlebars.java aber nur ausgelesen werden, wenn mittels `../../_css` zwei Ebenen nach oben gegangen wird.
239
- Durch setzen des Postfixes `-adjust_context` können mittels eines Gulp-Skriptes diese Vatriablen in Komponenten herausgefiltert werden
239
+ Durch setzen des Postfixes `-adjust_context` können mittels eines Gulp-Skriptes diese Variablen in Komponenten herausgefiltert werden
240
240
  und je nachdem wofür gerade gebaut wird der Kontext automatisiert angepasst werden oder nicht. Hierzu ein kurzes Beispiel.
241
241
 
242
242
  ```handlebars
@@ -276,6 +276,43 @@ der Wert des Parameters korrekt ausgelesen werden kann.
276
276
  {{/with}}
277
277
  ```
278
278
 
279
+ #### Besonderheiten bei Model Variablen in Partial-Blocks
280
+ Auch bei Variablen, die direkt aus der Model Schicht in Partial-Blocks genutzt werden sollen, lassen sich Unterschiede zwischen Handlebars.js und
281
+ Handlebars.java feststellen. Diese treten auf, wenn innerhalb des Partial-Blocks Kontext-Wechsel nötig werden.
282
+
283
+ ```handlebars
284
+ {{~#> components/content/copytext/components/image/collapsible_caption this.teaseritem _cssClassCaption="mx-5 sm:mx-0"}}
285
+ {{#unless ../this.isAudio}}
286
+ {{~> components/content/copytext/components/image/image_caption_text}}
287
+ {{/unless}}
288
+ {{~> components/content/copytext/components/image/image_copyright}}
289
+ {{#if ../this.isAudio~}}
290
+ <span class="mx-1">|</span>
291
+ {{#with ../this.toModel.mediaBacklinkToStoryTeaser}}
292
+ {{~#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"~}}
293
+ <span>
294
+ {{~this.readMore~}}
295
+ {{~#if this.hasIcon}}
296
+ {{~> components/base/image/icon _icon=this.iconName _iconmap="icons" _addClass="inline -mt-0.5 ml-1 w-5 h-5 fill-current"~}}
297
+ {{~/if~}}
298
+ </span>
299
+ {{/components/base/link}}
300
+ {{/with}}
301
+ {{/if}}
302
+ {{~/components/content/copytext/components/image/collapsible_caption}}
303
+ ```
304
+ Das Beispiel zeigt die Verwendung der Komponente `components/content/copytext/components/image/collapsible_caption`. Um z.B. auf den Inhalt der
305
+ Variablen `this.isAudio` zugreifen zu können, muss in Handlebars.js mit `../this.isAudio` im Kontext eine Ebene zurückgegangen werden. Damit das
306
+ ganze in Handlebars.java exakt gleich funktioniert, muss mit `../../this.isAudio` hingegen im Kontext um zwei Ebenen zurückgegangen werden. Zwischen
307
+ Handlebars.js und Handlebars.java besteht ein Unterschied von einer Kontext-Ebene. Um diesen Unterschied auszugleichen, muss, wie im vorigen Kapitel bei
308
+ Komponenten-Parametern gezeigt, an den Namen der Variablen das Postfix `-adjust_context` angefügt werden. Beim Build wird bei diesen Variablen eine
309
+ zusätzliche Ebene im Kontext nach oben gegangen. Aus `../this.isAudio` in Handlebars.js wird damit in Handlebars.java `../../this.isAudio`.
310
+
311
+ Das Anhängen des Postfixes `-adjust_context` ist nur nötig, wenn in Handlebars.js bereits mindestens eine Ebene zurückgegangen werden muss. Ist in
312
+ Handlebars.ja keine Kontextwechsel nötig, dann muss auch in Handlebars.java keiner erfolgen.
313
+
314
+
315
+
279
316
  ### JSON
280
317
 
281
318
  Im Designsystem werden Testdaten für Komponenten mittels JSON-Dateien bereitgestellt. Auch diese Dateinamen werden in Snake-Case Notation
@@ -18,7 +18,7 @@
18
18
  Sendung:
19
19
  {{#if this.link}}
20
20
  {{#>components/base/link _link=this.link _css="text-link hover:underline"~}}
21
- <span>{{~ ../this.programLabel ~}}</span>{{/components/base/link~}}{{~#if this.date~}},
21
+ <span>{{~ this.programLabel ~}}</span>{{/components/base/link~}}{{~#if this.date~}},
22
22
  <span>
23
23
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
24
24
  class="{{#if _isArticle}}{{else}}{{/if}} ">
@@ -1,9 +1,5 @@
1
- {{~#if (isStorybook)~}}
2
- <div class="mt-6 italic text-gray-dark">coming soon: Audio-component</div>
3
- {{~else~}}
4
- {{#if this.showFullSize.isTrue }}
5
- {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
6
- {{else}}
7
- {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
8
- {{/if}}
9
- {{~/if~}}
1
+ {{#if this.showFullSize.isTrue }}
2
+ {{> components/content/copytext/components/media/media_figure _addClass="print:hidden clear-both article-full-width sm:article-narrow mt-12 mb-6 sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
3
+ {{else}}
4
+ {{> components/content/copytext/components/media/media_figure _addClass="print:hidden article-full-width mt-12 mb-6 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
5
+ {{/if}}
@@ -1,9 +1,5 @@
1
- {{~#if (isStorybook)~}}
2
- <div class="mt-6 italic text-gray-dark">coming soon: Audioevent-Livestream-component</div>
3
- {{~else~}}
4
- {{#if this.showFullSize.isTrue }}
5
- {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
6
- {{else}}
7
- {{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
8
- {{/if}}
9
- {{~/if~}}
1
+ {{#if this.showFullSize.isTrue }}
2
+ {{> components/content/copytext/components/media/media_figure _addClass="print:hidden clear-both article-full-width sm:article-narrow mt-12 mb-6 sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
3
+ {{else}}
4
+ {{> components/content/copytext/components/media/media_figure _addClass="print:hidden article-full-width mt-12 mb-6 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
5
+ {{/if}}
@@ -12,17 +12,8 @@
12
12
  }"
13
13
  @resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
14
14
  <div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
15
- {{#if _fullSize}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
- {{#if this.caption}}
17
- {{~#unless _hideCaption~}}
18
- <span class="pr-3">
19
- {{this.caption}}
20
- </span>
21
- {{~/unless~}}
22
- {{/if}}
23
- <span class="text-gray-scorpion dark:text-text-dark">
24
- {{~loca "figures_copyright"}} {{{copyrightWithLinks}}}
25
- </span>
15
+ {{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
+ {{> @partial-block }}
26
17
  </div>
27
18
  <template x-if="truncated">
28
19
  <button x-cloak
@@ -16,6 +16,9 @@
16
16
  {{/if}}
17
17
  {{/if}}
18
18
  {{#unless _voting-option}}
19
- {{~> components/content/copytext/components/image/figcaption _fullSize=this.showFullSize.isTrue _cssClassCaption=_cssClassCaption~}}
19
+ {{~#> components/content/copytext/components/image/collapsible_caption _cssClassCaption=_cssClassCaption~}}
20
+ {{~> components/content/copytext/components/image/image_caption_text}}
21
+ {{~> components/content/copytext/components/image/image_copyright}}
22
+ {{/components/content/copytext/components/image/collapsible_caption }}
20
23
  {{/unless}}
21
24
  </figure>
@@ -0,0 +1,3 @@
1
+ <span class="pr-3">
2
+ {{this.caption}}
3
+ </span>
@@ -0,0 +1,3 @@
1
+ <span class="text-gray-scorpion dark:text-text-dark">
2
+ {{~loca "figures_copyright"}} {{{this.copyrightWithLinks}}}
3
+ </span>
@@ -1,24 +1,32 @@
1
- <figure class="relative ar-16-9 {{_addClass}}" x-data="{ avStart: false }">
1
+ <figure class="relative {{_addClass}}" x-data="{ avStart: false }">
2
2
  {{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
3
3
  {{#unless _voting-option}}
4
- <figcaption class="py-3 sm:py-4 border-t-[3px] border-gray-boulder dark:border-text-dark {{_cssClassCaption}}">
4
+ <div class="py-3 sm:py-4 border-t-[3px] border-gray-boulder dark:border-text-dark {{_cssClassCaption}}">
5
5
  {{#if this.label}}
6
6
  {{#> components/label/label_group _css="dark:text-text-dark"}}
7
7
  {{#with this.label}}
8
- {{> components/label/label _type=this.type _text=(loca this.loca) }}
9
- {{> components/label/label_byline _css="ml-2"}}
10
- {{/with}}
11
- {{> components/content/copytext/components/media/media_figure_byline this}}
8
+ {{~> components/label/label _type=this.type _text=(loca this.loca) }}
9
+ {{~> components/label/label_byline _css="ml-2"}}
10
+ {{/with~}}
11
+ {{~> components/content/copytext/components/media/media_figure_byline this}}
12
12
  {{/components/label/label_group}}
13
13
  {{/if~}}
14
- {{#with this.toModel.mediaBacklinkToStoryTeaser}}
15
- {{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
16
- {{> components/content/copytext/components/media/media_figure_headline}}
17
- {{/components/base/link}}
18
- {{/with}}
19
- </figcaption>
14
+ {{#if this.isVideo}}
15
+ {{#with this.toModel.mediaBacklinkToStoryTeaser}}
16
+ {{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
17
+ {{> components/content/copytext/components/media/media_figure_headline}}
18
+ {{/components/base/link}}
19
+ {{/with}}
20
+ {{/if}}
21
+ </div>
20
22
  {{/unless}}
21
- {{#if this.isVideo}}
23
+ {{#if this.isAudioOnDemand}}
24
+ {{~> components/mediaplayer/media_player this.toModel.audioElement _uiTestHook="ui-test-audio-ondemand-player" _isAudioView=true _addClassImg=_addClassImg ~}}
25
+ {{/if}}
26
+ {{#if this.isAudioEventLivestream}}
27
+ {{~> components/mediaplayer/media_player this.toModel.audioLivestreamElement _uiTestHook="ui-test-audio-livestream-player" _isAudioView=true _addClassImg=_addClassImg ~}}
28
+ {{/if}}
29
+ {{#if this.isVideoOnDemand}}
22
30
  {{~> components/mediaplayer/media_player this.toModel.videoElement _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=_addClassImg ~}}
23
31
  {{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _aspectRatio="ar-16-9" _noDelay=(if _isLead true false)}}
24
32
  {{/if}}
@@ -27,9 +35,27 @@
27
35
  {{~> components/teaser/components/teaser_media_player this _css="flex items-center justify-center" _isLivestream=true _isLead=_isLead _isUsedInCopytext=true _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _aspectRatio="ar-16-9" _noDelay=(if _isLead true false)}}
28
36
  {{/if}}
29
37
  {{#unless _voting-option}}
30
- {{#with this.teaseritem}}
31
- {{~> components/content/copytext/components/image/figcaption _fullSize=../_fullSize _cssClassCaption=../_cssClassCaption~}}
32
- {{/with}}
38
+ {{#if this.teaseritem}}
39
+ {{~#> components/content/copytext/components/image/collapsible_caption this.teaseritem _cssClassCaption="mx-5 sm:mx-0"}}
40
+ {{#unless ../this.isAudio-adjust_context}}
41
+ {{~> components/content/copytext/components/image/image_caption_text}}
42
+ {{/unless}}
43
+ {{~> components/content/copytext/components/image/image_copyright}}
44
+ {{#if ../this.isAudio-adjust_context~}}
45
+ <span class="mx-1">|</span>
46
+ {{#with ../this.toModel.mediaBacklinkToStoryTeaser-adjust_context}}
47
+ {{~#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"~}}
48
+ <span>
49
+ {{~this.readMore~}}
50
+ {{~#if this.hasIcon}}
51
+ {{~> components/base/image/icon _icon=this.iconName _iconmap="icons" _addClass="inline -mt-0.5 ml-1 w-5 h-5 fill-current"~}}
52
+ {{~/if~}}
53
+ </span>
54
+ {{/components/base/link}}
55
+ {{/with}}
56
+ {{/if}}
57
+ {{~/components/content/copytext/components/image/collapsible_caption}}
58
+ {{/if}}
33
59
  {{/unless}}
34
60
  {{~> components/base/a11y/hiddenText _locaTag=_a11yOutro-loca ~}}
35
61
  </figure>
@@ -1,15 +1,25 @@
1
- <span class='text-xs text-inherit font-headingSerif{{#if _css}} {{_css}}{{/if}}'>
2
- {{~#if this.isVideo}}
3
- {{#if this.copyright }} <span class="mx-1">|</span>{{/if}}
4
- {{~#with this.copyright}}
5
- {{this}}{{#if ../this.airdateDate }} <span class="mx-1">|</span>{{/if}}
6
- {{/with}}
1
+ <span class='text-xs text-inherit font-headingSerif{{#if _css}} {{_css}}{{/if~}}'>
2
+ {{~#if this.showAirdate}}
7
3
  {{~#with this.airdateDate ~}}
8
- {{~#if this.airdateWithoutTime ~}}
4
+ <span class="mx-1">|</span>
5
+ {{#if ../this.isAudioOnDemand}}
9
6
  <time datetime="{{this.htmlDate}}">{{this.date}}</time>
10
7
  {{else}}
11
- <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime }}</time>
12
- {{~/if~}}
8
+ {{~#if this.airdateWithoutTime ~}}
9
+ <time datetime="{{this.htmlDate}}">{{this.date}}</time>
10
+ {{~else~}}
11
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime }}</time>
12
+ {{~/if~}}
13
+ {{/if}}
13
14
  {{~/with~}}
15
+ {{~#if this.isVideoOnDemand}}
16
+ {{~#with this.copyright~}}
17
+ <span class="mx-1">|</span>{{this}}
18
+ {{/with}}
19
+ {{else}}
20
+ {{~#with this.audioAuthor~}}
21
+ <span class="mx-1">|</span>{{this}}
22
+ {{/with}}
23
+ {{/if}}
14
24
  {{/if}}
15
25
  </span>
@@ -1,11 +1,11 @@
1
1
  <h3 class="mt-1">
2
- {{> components/base/a11y/ariaLabelText _text=this.content.readMoreScreenreader }}
2
+ {{> components/base/a11y/ariaLabelText _text=this.readMoreScreenreader }}
3
3
  <span class="text-lg sm480:text-xl font-headingSerif dark:text-text-dark">
4
- {{this.content.title}}
4
+ {{this.title}}
5
5
  </span>
6
- {{~#if this.content.isForeignBrand}}
6
+ {{~#if this.isForeignBrand}}
7
7
  <span aria-hidden=true class="ml-4">
8
- [{{this.content.readMore}}
8
+ [{{this.readMore}}
9
9
  {{~#if this.hasIcon}}
10
10
  {{~> components/base/image/icon _icon=this.iconName _iconmap="icons" _addClass="inline -mt-0.5 ml-1 w-5 h-5 fill-current"~}}
11
11
  {{/if~}}]
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width sm:article-narrow my-6 sm:my-7" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width sm:article-narrow mt-12 mb-6 sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="print:hidden article-full-width sm:article-narrow my-6 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="print:hidden article-full-width sm:article-narrow mt-12 mb-6 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width sm:article-narrow my-6 sm:my-7" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width sm:article-narrow mt-12 mb-6 sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="print:hidden article-full-width sm:article-narrow my-6 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="print:hidden article-full-width sm:article-narrow mt-12 mb-6 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -1,6 +1,6 @@
1
1
  <div class="contents sm:block copytextWrapper">
2
2
  {{~#with this.leadAudio }}
3
- {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
3
+ {{> components/content/copytext/components/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
4
  {{~/with}}
5
5
  {{#each this.copytextParagraph }}
6
6
  {{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
@@ -12,6 +12,8 @@ import copytext_downloadbox_json from './fixtures/copytext_downloadbox.json'
12
12
  import copytext_filedownload_json from './fixtures/copytext_filedownload.json'
13
13
  import copytext_externalservice_json from './fixtures/copytext_externalservice.json'
14
14
  import copytext_video_json from './fixtures/copytext_video.json'
15
+ import copytext_audio_json from './fixtures/copytext_audio.json'
16
+ import copytext_audio_event_stream_json from './fixtures/copytext_audio_livestream.json'
15
17
  import copytext_livestream_json from './fixtures/copytext_livestream.json'
16
18
 
17
19
  const Template = ({ ...args }) => {
@@ -29,7 +31,7 @@ export default {
29
31
  </div>`
30
32
  },
31
33
  ],
32
- parameters:{layout:'fullscreen'}
34
+ parameters: { layout: 'fullscreen' }
33
35
  }
34
36
 
35
37
  export const Default = {
@@ -70,7 +72,7 @@ export const WithImage = {
70
72
  export const WithImageWebview = {
71
73
  render: Template.bind({}),
72
74
  name: 'Image Webview',
73
-
75
+
74
76
  args: {
75
77
  ...copytext_image_json,
76
78
  _isWebview: true
@@ -123,3 +125,14 @@ export const WithLivestream = {
123
125
  name: 'Livestream',
124
126
  args: copytext_livestream_json,
125
127
  }
128
+ export const WithAudio = {
129
+ render: Template.bind({}),
130
+ name: 'Audio',
131
+ args: copytext_audio_json,
132
+ }
133
+
134
+ export const WithAudioEventStream = {
135
+ render: Template.bind({}),
136
+ name: 'Audio-Livestream',
137
+ args: copytext_audio_event_stream_json,
138
+ }
@@ -27,7 +27,7 @@
27
27
  {{~#if this.isNewsletter}}
28
28
  {{> components/content/copytext/components/newsletter }}
29
29
  {{/if~}}
30
- {{~#if this.isAudio}}
30
+ {{~#if this.isAudioOnDemand}}
31
31
  {{> components/content/copytext/components/audio }}
32
32
  {{/if~}}
33
33
  {{~#if this.isAudioEventLivestream}}
@@ -36,7 +36,7 @@
36
36
  {{~#if this.isPodcastEpisode}}
37
37
  {{> components/content/copytext/components/podcastepisode }}
38
38
  {{/if~}}
39
- {{~#if this.isVideo}}
39
+ {{~#if this.isVideoOnDemand}}
40
40
  {{> components/content/copytext/components/video/video }}
41
41
  {{/if~}}
42
42
  {{~#if this.isLivestream}}
@@ -0,0 +1 @@
1
+ {"copytextParagraph":[{"isHeadline":true,"text":"Copytext mit Audio"},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}},{"paragraphBoxItem":{"isAudio":true,"isAudioOnDemand":true,"showFullSize":{"isTrue":true},"label":{"type":"audio","loca":"label_audio","byline":{"bylineText":"00:39 Min."}},"copyright":"hr","audioAuthor":"Michael Pörtner","showAirdate":true,"airdateDate":{"htmlDateTime":"2024-06-21T14:30+0200","htmlDate":"21.06.2024","date":"21.06.24","dateSeparatorTime":"21.06.24, 14:30"},"toModel":{"audioElement":{"ardPlayerConfig":{"playerConfig":{"generic":{"isAutoplay":true,"imageTemplateConfig":{"size":[{"minWidth":0,"value":"__xsmall"}]}},"web":{"baseUrl":"./vendor/ardplayer/","isForcedAutoplay":true,"isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","isAudioOnly":true,"media":[{"url":"https://hr-a.akamaihd.net/audio/hs/2024_06/240621093838_hsr_strongman_Poertner_Ost.mp3","mimeType":"audio/mp3","audios":[{"kind":"standard","languageCode":"de"}]}]}],"meta":{"durationSeconds":39,"images":[{"kind":"preview","url":"images/strongman-100_v-1to1{size}.jpg"}],"title":"Strongman-WM in Fulda","synopsis":"Stromgman-WM in Fulda zieht Kraftsportler aus aller Welt an."},"pluginData":{},"geoBlocked":false},"playerId":"2565","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js","isAutoplay":true,"teaserSize":"100","realTeaserSize":"100"},"ardPlayerJsonConfig":{"playerConfig":{"generic":{"isAutoplay":false,"imageTemplateConfig":{"size":[{"minWidth":0,"value":"__xsmall"}]}},"web":{"baseUrl":"./vendor/ardplayer/","isForcedAutoplay":true,"isForcedVideoView":false},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","isAudioOnly":true,"media":[{"url":"https://hr-a.akamaihd.net/audio/hs/2024_06/240621093838_hsr_strongman_Poertner_Ost.mp3","mimeType":"audio/mp3","audios":[{"kind":"standard","languageCode":"de"}]}]}],"meta":{"durationSeconds":39,"images":[{"kind":"preview","url":"images/strongman-100_v-1to1{size}.jpg"}],"title":"Strongman-WM in Fulda","synopsis":"Stromgman-WM in Fulda zieht Kraftsportler aus aller Welt an."},"pluginData":{},"geoBlocked":false},"playerId":"2565","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js","isAutoplay":false,"teaserSize":"100","realTeaserSize":"100"}},"mediaBacklinkToStoryTeaser":{"link":{"url":"/audioseite","isTargetBlank":false},"readMoreScreenreader":"zum hessenschau.de Audio","title":"Musik macht deinen Tag","isForeignBrand":false,"readMore":"zur Audioseite","hasIcon":false,"iconName":"extern"}},"teaseritem":{"isImage":true,"showFullSize":{"isTrue":false},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/lehrerin-ukraine-104_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/lehrerin-ukraine-104_v-16to9__small.jpg 320w, images/lehrerin-ukraine-104_v-16to9__medium.jpg 480w, images/lehrerin-ukraine-104_v-16to9__medium__extended.jpg 640w, images/lehrerin-ukraine-104_v-16to9.jpg 960w, images/lehrerin-ukraine-104_v-16to9__retina.jpg 1920w"}]}},"teaserImage":{"isImage":true,"showFullSize":{"isTrue":false},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/lehrerin-ukraine-104_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/lehrerin-ukraine-104_v-16to9__small.jpg 320w, images/lehrerin-ukraine-104_v-16to9__medium.jpg 480w, images/lehrerin-ukraine-104_v-16to9__medium__extended.jpg 640w, images/lehrerin-ukraine-104_v-16to9.jpg 960w, images/lehrerin-ukraine-104_v-16to9__retina.jpg 1920w"}]}}}},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}},{"paragraphBoxItem":{"isAudio":true,"isAudioOnDemand":true,"showFullSize":{"isTrue":false},"label":{"type":"audio","loca":"label_audio","byline":{"bylineText":"00:20 Min."}},"audioAuthor":"Karsten Hufer","showAirdate":true,"airdateDate":{"htmlDateTime":"2022-10-31T19:30+0200","htmlDate":"31.10.2022","date":"31.10.22","dateSeparatorTime":"31.10.22, 19:30"},"toModel":{"audioElement":{"ardPlayerConfig":{"playerConfig":{"generic":{"isAutoplay":true,"imageTemplateConfig":{"size":[{"minWidth":0,"value":"480/270"},{"minWidth":480,"value":"640/360"},{"minWidth":640,"value":"960/540"},{"minWidth":960,"value":"1920/1080"}]}},"web":{"baseUrl":"./vendor/ardplayer/","isForcedAutoplay":true,"isForcedVideoView":true},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","isAudioOnly":true,"media":[{"url":"https://hr-a.akamaihd.net/audio/sport/2022_03/220317235611_Hinteregger.mp3","mimeType":"audio/mp3","audios":[{"kind":"standard","languageCode":"de"}]}]}],"meta":{"durationSeconds":20,"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Das Eintracht-Tor in der Reportage: \"Hinteregger schädelt den rein\"","synopsis":"Eintracht Frankfurt steht im Viertelfinale der Europa League. Hier gibt es die emotionale Audio-Reportage des Hinteregger-Treffers."},"pluginData":{},"geoBlocked":false},"playerId":"2564","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js","isAutoplay":true,"teaserSize":"100","realTeaserSize":"100"},"ardPlayerJsonConfig":{"playerConfig":{"generic":{"isAutoplay":false,"imageTemplateConfig":{"size":[{"minWidth":0,"value":"480/270"},{"minWidth":480,"value":"640/360"},{"minWidth":640,"value":"960/540"},{"minWidth":960,"value":"1920/1080"}]}},"web":{"baseUrl":"./vendor/ardplayer/","isForcedAutoplay":true,"isForcedVideoView":false},"pluginData":{"trackingAti@all":{"isEnabled":false},"trackingAgf@all":{"isEnabled":false}}},"mediaCollection":{"streams":[{"kind":"main","isAudioOnly":true,"media":[{"url":"https://hr-a.akamaihd.net/audio/sport/2022_03/220317235611_Hinteregger.mp3","mimeType":"audio/mp3","audios":[{"kind":"standard","languageCode":"de"}]}]}],"meta":{"durationSeconds":20,"images":[{"kind":"preview","url":"https://picsum.photos/id/101/{size}"}],"title":"Das Eintracht-Tor in der Reportage: \"Hinteregger schädelt den rein\"","synopsis":"Eintracht Frankfurt steht im Viertelfinale der Europa League. Hier gibt es die emotionale Audio-Reportage des Hinteregger-Treffers."},"pluginData":{},"geoBlocked":false},"playerId":"2564","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.0b83d962.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.8.3.82603554.js","isAutoplay":false,"teaserSize":"100","realTeaserSize":"100"}},"mediaBacklinkToStoryTeaser":{"link":{"url":"/audioseite","isTargetBlank":false},"readMoreScreenreader":"zum Audio","title":"Musik macht deinen Tag","isForeignBrand":false,"readMore":"zur Audioseite","hasIcon":false,"iconName":"extern"}},"teaseritem":{"isImage":true,"showFullSize":{"isTrue":false},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/lehrerin-ukraine-104_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/lehrerin-ukraine-104_v-16to9__small.jpg 320w, images/lehrerin-ukraine-104_v-16to9__medium.jpg 480w, images/lehrerin-ukraine-104_v-16to9__medium__extended.jpg 640w, images/lehrerin-ukraine-104_v-16to9.jpg 960w, images/lehrerin-ukraine-104_v-16to9__retina.jpg 1920w"}]}},"teaserImage":{"isImage":true,"showFullSize":{"isTrue":false},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/lehrerin-ukraine-104_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/lehrerin-ukraine-104_v-16to9__small.jpg 320w, images/lehrerin-ukraine-104_v-16to9__medium.jpg 480w, images/lehrerin-ukraine-104_v-16to9__medium__extended.jpg 640w, images/lehrerin-ukraine-104_v-16to9.jpg 960w, images/lehrerin-ukraine-104_v-16to9__retina.jpg 1920w"}]}}}},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}}]}