hr-design-system-handlebars 1.77.1 → 1.77.3

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 (124) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/index.css +3 -3
  3. package/dist/views/components/teaser/components/teaser_av_consumption.hbs +2 -2
  4. package/dist/views/components/teaser/components/teaser_byline_airdate.hbs +2 -2
  5. package/dist/views/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +2 -2
  6. package/dist/views/components/top_button/top_button.hbs +2 -2
  7. package/dist/views_static/components/teaser/components/teaser_av_consumption.hbs +2 -2
  8. package/dist/views_static/components/teaser/components/teaser_byline_airdate.hbs +2 -2
  9. package/dist/views_static/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +2 -2
  10. package/dist/views_static/components/top_button/top_button.hbs +2 -2
  11. package/package.json +1 -1
  12. package/src/assets/fixtures/teaser/headline_list_item.inc.json +54 -53
  13. package/src/assets/fixtures/teaser/teaser_lead.inc.json +2 -0
  14. package/src/assets/fixtures/teaser/teaser_ticker.inc.json +4 -0
  15. package/src/assets/fixtures/teaser/teasers.inc.json +31 -1
  16. package/src/stories/views/components/content/copytext/fixtures/copytext_podcastepisode.json +1 -1
  17. package/src/stories/views/components/content/copytext/fixtures/copytext_posterteaser.json +1 -1
  18. package/src/stories/views/components/page/fixtures/page.json +1 -1
  19. package/src/stories/views/components/page/podcast/fixtures/podcast_player_playlist.json +1 -1
  20. package/src/stories/views/components/page/story/fixtures/story.json +1 -1
  21. package/src/stories/views/components/page/story/fixtures/story_with_label.json +1 -1
  22. package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -1
  23. package/src/stories/views/components/page/story/fixtures/story_with_square_image.json +1 -1
  24. package/src/stories/views/components/page/story/fixtures/story_with_video.json +1 -1
  25. package/src/stories/views/components/pagination/fixtures/page_pagination.json +1 -1
  26. package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +2 -2
  27. package/src/stories/views/components/teaser/components/teaser_byline_airdate.hbs +2 -2
  28. package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -1
  29. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -1
  30. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
  31. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_download.json +1 -1
  32. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_featured_content.json +1 -1
  33. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_link.json +1 -1
  34. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
  35. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_single_event.json +1 -1
  36. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_two_events.json +1 -1
  37. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
  38. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -1
  39. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
  40. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_download.json +1 -1
  41. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_link.json +1 -1
  42. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
  43. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
  44. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif.json +1 -1
  45. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
  46. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_comments.json +1 -1
  47. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_label.json +1 -1
  48. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_link.json +1 -1
  49. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
  50. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_program.json +1 -1
  51. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
  52. package/src/stories/views/components/teaser/fixtures/teaser_alternative_without_teaserimage_50_serif.json +1 -1
  53. package/src/stories/views/components/teaser/fixtures/teaser_comments_without_teaserinfo.json +1 -1
  54. package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
  55. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
  56. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
  57. package/src/stories/views/components/teaser/fixtures/teaser_group_25.json +1 -1
  58. package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
  59. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  60. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_accented.json +1 -1
  61. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_boxed.json +1 -1
  62. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_highlighted.json +1 -1
  63. package/src/stories/views/components/teaser/fixtures/teaser_indextext_50_accented.json +1 -1
  64. package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
  65. package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
  66. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
  67. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
  68. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_filter.json +1 -1
  69. package/src/stories/views/components/teaser/fixtures/teaser_poster_lg.json +1 -1
  70. package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
  71. package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
  72. package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label_byline.json +1 -1
  73. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -1
  74. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_download.json +1 -1
  75. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_link.json +1 -1
  76. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_program.json +1 -1
  77. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_single_event.json +1 -1
  78. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_two_events.json +1 -1
  79. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.json +1 -1
  80. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
  81. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
  82. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_link.json +1 -1
  83. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
  84. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
  85. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
  86. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_long_geotag.json +1 -1
  87. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -1
  88. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_link.json +1 -1
  89. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_multiple_events.json +1 -1
  90. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event.json +1 -1
  91. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event_status.json +1 -1
  92. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_tabbox.json +1 -1
  93. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_two_events.json +1 -1
  94. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.json +1 -1
  95. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
  96. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
  97. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_download.json +1 -1
  98. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_featured_content.json +1 -1
  99. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_link.json +1 -1
  100. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_link_two_click.json +1 -1
  101. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
  102. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
  103. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_single_event.json +1 -1
  104. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_tabbox.json +1 -1
  105. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
  106. package/src/stories/views/components/teaser/fixtures/teaser_standard_66_serif_single_event.json +1 -1
  107. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif.json +1 -1
  108. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_comments.json +1 -1
  109. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -1
  110. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_link.json +1 -1
  111. package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_25_serif.json +1 -1
  112. package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_50_serif.json +1 -1
  113. package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
  114. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_100.json +1 -1
  115. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero.json +1 -1
  116. package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero_audio.json +1 -1
  117. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_100.json +1 -1
  118. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_25.json +1 -1
  119. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_33.json +1 -1
  120. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_50.json +1 -1
  121. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero.json +1 -1
  122. package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio.json +1 -1
  123. package/src/stories/views/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +2 -2
  124. package/src/stories/views/components/top_button/top_button.hbs +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v1.77.3 (Thu Jul 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Kein Abstand zum Footer - DPE-3207 [#981](https://github.com/mumprod/hr-design-system-handlebars/pull/981) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
13
+ # v1.77.2 (Thu Jul 04 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - :bug: Make teasers that have video or audio to [#980](https://github.com/mumprod/hr-design-system-handlebars/pull/980) ([@szuelch](https://github.com/szuelch))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@szuelch](https://github.com/szuelch)
22
+
23
+ ---
24
+
1
25
  # v1.77.1 (Thu Jul 04 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3377,7 +3377,7 @@ article.indexTextDS .indexTextHighlighted .link {
3377
3377
  border-bottom-color: var(--color-secondary-ds);
3378
3378
  }
3379
3379
  .counter-reset {
3380
- counter-reset: cnt1720081160747;
3380
+ counter-reset: cnt1720101648014;
3381
3381
  }
3382
3382
  .hyphens-auto {
3383
3383
  -webkit-hyphens: auto;
@@ -3775,7 +3775,7 @@ article.indexTextDS .indexTextHighlighted .link {
3775
3775
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3776
3776
  }
3777
3777
  .-ordered {
3778
- counter-increment: cnt1720081160747 1;
3778
+ counter-increment: cnt1720101648014 1;
3779
3779
  }
3780
3780
  .-ordered::before {
3781
3781
  position: absolute;
@@ -3791,7 +3791,7 @@ article.indexTextDS .indexTextHighlighted .link {
3791
3791
  letter-spacing: .0125em;
3792
3792
  --tw-text-opacity: 1;
3793
3793
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3794
- content: counter(cnt1720081160747);
3794
+ content: counter(cnt1720101648014);
3795
3795
  }
3796
3796
  /*! ****************************/
3797
3797
  /*! DataPolicy stuff */
@@ -1,5 +1,5 @@
1
1
  {{#with this.teaserLead.avDocument}}
2
- {{~#if this.isVideo ~}}
2
+ {{~#if this.isVideoOnDemand ~}}
3
3
  {{#with this.toModel.videoElement}}
4
4
  {{~> components/mediaplayer/media_player _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=../../_addClassImg~}}
5
5
  {{#with ../../this}}
@@ -10,7 +10,7 @@
10
10
  {{~/if~}}
11
11
  {{/with}}
12
12
  {{~/if~}}
13
- {{~#if this.isAudio ~}}
13
+ {{~#if this.isAudioOnDemand ~}}
14
14
  {{#with this.toModel.audioElementForVideoView}}
15
15
  {{~> components/mediaplayer/media_player _uiTestHook="ui-test-audio-ondemand-player" _isUsedInTeaser=true _addClassImg=../../_addClassImg~}}
16
16
  {{#with ../../this}}
@@ -1,5 +1,5 @@
1
1
  {{#with ../this}}
2
- {{~#if this.isAudio}}
2
+ {{~#if this.isAudioOnDemand}}
3
3
  {{~#with this.audioAuthor}}
4
4
  {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
5
5
  {{/with}}
@@ -17,7 +17,7 @@
17
17
  {{~/with~}}
18
18
  {{/if}}
19
19
 
20
- {{~#if this.isVideo}}
20
+ {{~#if this.isVideoOnDemand}}
21
21
  {{~#with this.copyright}}
22
22
  {{this}}{{#if ../this.airdateDate }} <span class="mx-1">|</span>{{/if}}
23
23
  {{/with}}
@@ -1,5 +1,5 @@
1
- {{~if this.teaserLead.avDocument.isVideo 'ui-test-video '~}}
2
- {{~if this.teaserLead.avDocument.isAudio 'ui-test-audio '~}}
1
+ {{~if this.teaserLead.avDocument.isVideoOnDemand 'ui-test-video '~}}
2
+ {{~if this.teaserLead.avDocument.isAudioOnDemand 'ui-test-audio '~}}
3
3
  {{~if this.teaserLead.avDocument.isPodcast 'ui-test-podcast '~}}
4
4
  {{~if this.teaserLead.avDocument.isLivestream 'ui-test-video-livestream '~}}
5
5
  {{~if this.teaserLead.avDocument.isAudioEventLivestream 'ui-test-audio-livestream '~}}
@@ -1,4 +1,4 @@
1
- <div class="" x-data="{ isVisible: false }">
1
+ <div class="h-8" x-data="{ isVisible: false }">
2
2
  <div class="grid grid-page z-100" :class="{ 'fixed bottom-feature-box-height left-0 w-full': !$store.footerIsVisible }">
3
3
  <div class="flex justify-between h-0 col-full sm:col-main"
4
4
  :class="{ 'bg-white h-8': $store.footerIsVisible }"
@@ -9,7 +9,7 @@
9
9
  x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300"
10
10
  x-transition:leave-start="opacity-100 translate-y-0"
11
11
  x-transition:leave-end="opacity-0 translate-y-12"
12
- @scroll.window="isVisible = ((window.pageYOffset * 2) > (window.innerHeight || (document.documentElement || document.body).clientHeight))"
12
+ @scroll.window="isVisible = (((window.pageYOffset * 2) > (window.innerHeight || (document.documentElement || document.body).clientHeight)) || $store.footerIsVisible )"
13
13
  >
14
14
  {{> components/social_sharing/social_sharing_mobile }}
15
15
 
@@ -1,5 +1,5 @@
1
1
  {{#with this.teaserLead.avDocument}}
2
- {{~#if this.isVideo ~}}
2
+ {{~#if this.isVideoOnDemand ~}}
3
3
  {{#with this.toModel.videoElement}}
4
4
  {{~> components/mediaplayer/media_player _uiTestHook="ui-test-video-ondemand-player" _isUsedInTeaser=true _addClassImg=../../_addClassImg~}}
5
5
  {{#with ../../this}}
@@ -10,7 +10,7 @@
10
10
  {{~/if~}}
11
11
  {{/with}}
12
12
  {{~/if~}}
13
- {{~#if this.isAudio ~}}
13
+ {{~#if this.isAudioOnDemand ~}}
14
14
  {{#with this.toModel.audioElementForVideoView}}
15
15
  {{~> components/mediaplayer/media_player _uiTestHook="ui-test-audio-ondemand-player" _isUsedInTeaser=true _addClassImg=../../_addClassImg~}}
16
16
  {{#with ../../this}}
@@ -1,5 +1,5 @@
1
1
  {{#with ../this}}
2
- {{~#if this.isAudio}}
2
+ {{~#if this.isAudioOnDemand}}
3
3
  {{~#with this.audioAuthor}}
4
4
  {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
5
5
  {{/with}}
@@ -17,7 +17,7 @@
17
17
  {{~/with~}}
18
18
  {{/if}}
19
19
 
20
- {{~#if this.isVideo}}
20
+ {{~#if this.isVideoOnDemand}}
21
21
  {{~#with this.copyright}}
22
22
  {{this}}{{#if ../this.airdateDate }} <span class="mx-1">|</span>{{/if}}
23
23
  {{/with}}
@@ -1,5 +1,5 @@
1
- {{~if this.teaserLead.avDocument.isVideo 'ui-test-video '~}}
2
- {{~if this.teaserLead.avDocument.isAudio 'ui-test-audio '~}}
1
+ {{~if this.teaserLead.avDocument.isVideoOnDemand 'ui-test-video '~}}
2
+ {{~if this.teaserLead.avDocument.isAudioOnDemand 'ui-test-audio '~}}
3
3
  {{~if this.teaserLead.avDocument.isPodcast 'ui-test-podcast '~}}
4
4
  {{~if this.teaserLead.avDocument.isLivestream 'ui-test-video-livestream '~}}
5
5
  {{~if this.teaserLead.avDocument.isAudioEventLivestream 'ui-test-audio-livestream '~}}
@@ -1,4 +1,4 @@
1
- <div class="" x-data="{ isVisible: false }">
1
+ <div class="h-8" x-data="{ isVisible: false }">
2
2
  <div class="grid grid-page z-100" :class="{ 'fixed bottom-feature-box-height left-0 w-full': !$store.footerIsVisible }">
3
3
  <div class="flex justify-between h-0 col-full sm:col-main"
4
4
  :class="{ 'bg-white h-8': $store.footerIsVisible }"
@@ -9,7 +9,7 @@
9
9
  x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300"
10
10
  x-transition:leave-start="opacity-100 translate-y-0"
11
11
  x-transition:leave-end="opacity-0 translate-y-12"
12
- @scroll.window="isVisible = ((window.pageYOffset * 2) > (window.innerHeight || (document.documentElement || document.body).clientHeight))"
12
+ @scroll.window="isVisible = (((window.pageYOffset * 2) > (window.innerHeight || (document.documentElement || document.body).clientHeight)) || $store.footerIsVisible )"
13
13
  >
14
14
  {{> components/social_sharing/social_sharing_mobile }}
15
15
 
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "repository": "https://github.com/szuelch/hr-design-system-handlebars",
9
- "version": "1.77.1",
9
+ "version": "1.77.3",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -380,61 +380,61 @@
380
380
  "item7": {
381
381
  "title": "Untergrund war Strategie: Punk in der DDR",
382
382
  "url": "/teaser1",
383
- "teaseritem": {
384
- "@->jsoninclude": "teaser/teaser_images.inc.json",
385
- "@->contentpath": "teaser_podcast",
386
- "@->replaceToken": [
387
- {
388
- "@->token": "image",
389
- "@->value": "heiner-goebbels-102"
390
- }
391
- ]
392
- },
393
- "podcastDuration": "53:13",
394
- "teaserInfo": {
395
- "showTeaserInfo": true,
396
- "showTeaserInfoSection": false,
397
- "showTeaserInfoChannel": true,
398
- "showTeaserInfoAll": true,
399
- "showTeaserInfoDate": false,
400
- "showTeaserInfoDateTime": true,
401
- "showTeaserInfoProgramRef": false
402
- },
403
- "podcastChannel": {
404
- "title": "Der Tag in Hessen",
405
- "url": "#ChannelURL",
383
+ "teaseritem": {
384
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
385
+ "@->contentpath": "teaser_podcast",
386
+ "@->replaceToken": [
387
+ {
388
+ "@->token": "image",
389
+ "@->value": "heiner-goebbels-102"
390
+ }
391
+ ]
392
+ },
393
+ "podcastDuration": "53:13",
394
+ "teaserInfo": {
395
+ "showTeaserInfo": true,
396
+ "showTeaserInfoSection": false,
397
+ "showTeaserInfoChannel": true,
398
+ "showTeaserInfoAll": true,
399
+ "showTeaserInfoDate": false,
400
+ "showTeaserInfoDateTime": true,
401
+ "showTeaserInfoProgramRef": false
402
+ },
403
+ "podcastChannel": {
404
+ "title": "Der Tag in Hessen",
405
+ "url": "#ChannelURL",
406
406
 
407
- "podcastHoster": [
408
- {
409
- "podcastHosterUrl": "https://podcasts.apple.com/podcast/hr2-doppelkopf/id212822590",
410
- "podcastHosterName": "ITunes"
411
- },
412
- {
413
- "podcastHosterUrl": "https://podcast.hr.de/hr2_doppelkopf/podcast.xml",
414
- "podcastHosterName": "RSS"
415
- },
416
- {
417
- "podcastHosterUrl": "https://podcasts.google.com/feed/aHR0cHM6Ly9wb2RjYXN0LmhyLmRlL2hyMl9kb3BwZWxrb3BmL3BvZGNhc3QueG1s?hl=de",
418
- "podcastHosterName": "Google Podcasts"
419
- },
420
- {
421
- "podcastHosterUrl": "https://www.ardaudiothek.de/episode/hr2-doppelkopf/ich-hoere-bei-jedem-geraeusch-gleich-die-tonhoehe-oder-komponist-und-theatermacher-heiner-goebbels-erneuert-das-musiktheater/hr2-kultur/12056783/",
422
- "podcastHosterName": "ARD Audiothek"
423
- }
424
- ]
407
+ "podcastHoster": [
408
+ {
409
+ "podcastHosterUrl": "https://podcasts.apple.com/podcast/hr2-doppelkopf/id212822590",
410
+ "podcastHosterName": "ITunes"
411
+ },
412
+ {
413
+ "podcastHosterUrl": "https://podcast.hr.de/hr2_doppelkopf/podcast.xml",
414
+ "podcastHosterName": "RSS"
425
415
  },
426
- "audioUrl": "https://mp3podcasthrdl-a.akamaihd.net/mp3/podcast/hr2_doppelkopf/hr2_doppelkopf_20221031_96251016.mp3",
427
- "podcastDownloadUrl": "https://mp3podcasthrdl-a.akamaihd.net/mp3/podcast/hr2_doppelkopf/hr2_doppelkopf_20221031_96251016.mp3",
428
- "teaserImage": {
429
- "@->jsoninclude": "teaser/teaser_images.inc.json",
430
- "@->contentpath": "teaser_podcast",
431
- "@->replaceToken": [
432
- {
433
- "@->token": "image",
434
- "@->value": "heiner-goebbels-102"
435
- }
436
- ]
416
+ {
417
+ "podcastHosterUrl": "https://podcasts.google.com/feed/aHR0cHM6Ly9wb2RjYXN0LmhyLmRlL2hyMl9kb3BwZWxrb3BmL3BvZGNhc3QueG1s?hl=de",
418
+ "podcastHosterName": "Google Podcasts"
437
419
  },
420
+ {
421
+ "podcastHosterUrl": "https://www.ardaudiothek.de/episode/hr2-doppelkopf/ich-hoere-bei-jedem-geraeusch-gleich-die-tonhoehe-oder-komponist-und-theatermacher-heiner-goebbels-erneuert-das-musiktheater/hr2-kultur/12056783/",
422
+ "podcastHosterName": "ARD Audiothek"
423
+ }
424
+ ]
425
+ },
426
+ "audioUrl": "https://mp3podcasthrdl-a.akamaihd.net/mp3/podcast/hr2_doppelkopf/hr2_doppelkopf_20221031_96251016.mp3",
427
+ "podcastDownloadUrl": "https://mp3podcasthrdl-a.akamaihd.net/mp3/podcast/hr2_doppelkopf/hr2_doppelkopf_20221031_96251016.mp3",
428
+ "teaserImage": {
429
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
430
+ "@->contentpath": "teaser_podcast",
431
+ "@->replaceToken": [
432
+ {
433
+ "@->token": "image",
434
+ "@->value": "heiner-goebbels-102"
435
+ }
436
+ ]
437
+ },
438
438
 
439
439
  "teaserSize": "hero",
440
440
  "realTeaserSize": "hero",
@@ -463,7 +463,9 @@
463
463
  "isEvent": false,
464
464
  "isTicker": false,
465
465
  "isAudio": false,
466
+ "isAudioOnDemand": false,
466
467
  "isVideo": false,
468
+ "isVideoOnDemand": false,
467
469
  "isPodcast": true,
468
470
  "isPodcastEpisode": true,
469
471
  "isExtOrBrandLink": false,
@@ -515,4 +517,3 @@
515
517
  }
516
518
  }
517
519
  }
518
-
@@ -2,6 +2,7 @@
2
2
  "video": {
3
3
  "avDocument": {
4
4
  "isVideo": true,
5
+ "isVideoOnDemand": true,
5
6
  "toModel": {
6
7
  "videoElement": {
7
8
  "ardPlayerConfig": {
@@ -20,6 +21,7 @@
20
21
  "audio": {
21
22
  "avDocument": {
22
23
  "isAudio": true,
24
+ "isAudioOnDemand": true,
23
25
  "toModel": {
24
26
  "audioElementForVideoView": {
25
27
  "isPodcast": false,
@@ -52,7 +52,9 @@
52
52
  "isEvent": false,
53
53
  "isTicker": true,
54
54
  "isAudio": false,
55
+ "isAudioOnDemand": false,
55
56
  "isVideo": false,
57
+ "isVideoOnDemand": false,
56
58
  "isPodcast": false,
57
59
  "isPodcastEpisode": false,
58
60
  "isExtOrBrandLink": false,
@@ -177,7 +179,9 @@
177
179
  "isEvent": false,
178
180
  "isTicker": true,
179
181
  "isAudio": true,
182
+ "isAudioOnDemand": true,
180
183
  "isVideo": false,
184
+ "isVideoOnDemand": false,
181
185
  "isPodcast": false,
182
186
  "isPodcastEpisode": false,
183
187
  "isExtOrBrandLink": false,
@@ -50,7 +50,9 @@
50
50
  "isEvent": false,
51
51
  "isTicker": false,
52
52
  "isAudio": false,
53
+ "isAudioOnDemand": false,
53
54
  "isVideo": false,
55
+ "isVideoOnDemand": false,
54
56
  "isPodcast": false,
55
57
  "isPodcastEpisode": false,
56
58
  "isExtOrBrandLink": false,
@@ -159,7 +161,9 @@
159
161
  "isEvent": false,
160
162
  "isTicker": false,
161
163
  "isAudio": false,
164
+ "isAudioOnDemand": false,
162
165
  "isVideo": false,
166
+ "isVideoOnDemand": false,
163
167
  "isPodcast": false,
164
168
  "isPodcastEpisode": false,
165
169
  "isExtOrBrandLink": false,
@@ -278,7 +282,9 @@
278
282
  "isEvent": false,
279
283
  "isTicker": false,
280
284
  "isAudio": false,
285
+ "isAudioOnDemand": false,
281
286
  "isVideo": false,
287
+ "isVideoOnDemand": false,
282
288
  "isPodcast": false,
283
289
  "isPodcastEpisode": false,
284
290
  "isExtOrBrandLink": false,
@@ -376,7 +382,9 @@
376
382
  "isEvent": false,
377
383
  "isTicker": false,
378
384
  "isAudio": false,
385
+ "isAudioOnDemand": false,
379
386
  "isVideo": false,
387
+ "isVideoOnDemand": false,
380
388
  "isPodcast": false,
381
389
  "isPodcastEpisode": false,
382
390
  "isExtOrBrandLink": false,
@@ -474,7 +482,9 @@
474
482
  "isEvent": false,
475
483
  "isTicker": false,
476
484
  "isAudio": false,
485
+ "isAudioOnDemand": false,
477
486
  "isVideo": true,
487
+ "isVideoOnDemand": true,
478
488
  "isPodcast": false,
479
489
  "isPodcastEpisode": false,
480
490
  "isExtOrBrandLink": false,
@@ -580,7 +590,9 @@
580
590
  "isEvent": false,
581
591
  "isTicker": false,
582
592
  "isAudio": false,
593
+ "isAudioOnDemand": false,
583
594
  "isVideo": false,
595
+ "isVideoOnDemand": false,
584
596
  "isLivestream": true,
585
597
  "isPodcast": false,
586
598
  "isPodcastEpisode": false,
@@ -683,7 +695,9 @@
683
695
  "isEvent": false,
684
696
  "isTicker": false,
685
697
  "isAudio": true,
698
+ "isAudioOnDemand": true,
686
699
  "isVideo": false,
700
+ "isVideoOnDemand": false,
687
701
  "isPodcast": false,
688
702
  "isPodcastEpisode": false,
689
703
  "isExtOrBrandLink": false,
@@ -784,9 +798,11 @@
784
798
  "isProgram": false,
785
799
  "isEvent": false,
786
800
  "isTicker": false,
787
- "isAudio": false,
788
801
  "isAudioEventLivestream": true,
802
+ "isAudio": true,
803
+ "isAudioOnDemand": false,
789
804
  "isVideo": false,
805
+ "isVideoOnDemand": false,
790
806
  "isPodcast": false,
791
807
  "isPodcastEpisode": false,
792
808
  "isExtOrBrandLink": false,
@@ -887,7 +903,9 @@
887
903
  "isEvent": false,
888
904
  "isTicker": false,
889
905
  "isAudio": false,
906
+ "isAudioOnDemand": false,
890
907
  "isVideo": false,
908
+ "isVideoOnDemand": false,
891
909
  "isPodcast": true,
892
910
  "isPodcastEpisode": true,
893
911
  "isExtOrBrandLink": false,
@@ -995,7 +1013,9 @@
995
1013
  "isEvent": true,
996
1014
  "isTicker": false,
997
1015
  "isAudio": false,
1016
+ "isAudioOnDemand": false,
998
1017
  "isVideo": false,
1018
+ "isVideoOnDemand": false,
999
1019
  "isPodcastEpisode": false,
1000
1020
  "isExtOrBrandLink": false,
1001
1021
  "isAuthor": false,
@@ -1108,7 +1128,9 @@
1108
1128
  "isEvent": false,
1109
1129
  "isTicker": false,
1110
1130
  "isAudio": false,
1131
+ "isAudioOnDemand": false,
1111
1132
  "isVideo": false,
1133
+ "isVideoOnDemand": false,
1112
1134
  "isPodcastEpisode": false,
1113
1135
  "isExtOrBrandLink": false,
1114
1136
  "isAuthor": false,
@@ -1215,7 +1237,9 @@
1215
1237
  "isEvent": false,
1216
1238
  "isTicker": false,
1217
1239
  "isAudio": false,
1240
+ "isAudioOnDemand": false,
1218
1241
  "isVideo": false,
1242
+ "isVideoOnDemand": false,
1219
1243
  "isPodcastEpisode": false,
1220
1244
  "isExtOrBrandLink": true,
1221
1245
  "isAuthor": false,
@@ -1334,7 +1358,9 @@
1334
1358
  "isEvent": false,
1335
1359
  "isTicker": false,
1336
1360
  "isAudio": false,
1361
+ "isAudioOnDemand": false,
1337
1362
  "isVideo": false,
1363
+ "isVideoOnDemand": false,
1338
1364
  "isPodcastEpisode": false,
1339
1365
  "isExtOrBrandLink": false,
1340
1366
  "isAuthor": false,
@@ -1519,7 +1545,9 @@
1519
1545
  "isEvent": false,
1520
1546
  "isTicker": false,
1521
1547
  "isAudio": false,
1548
+ "isAudioOnDemand": false,
1522
1549
  "isVideo": false,
1550
+ "isVideoOnDemand": false,
1523
1551
  "isPodcastEpisode": true,
1524
1552
  "isExtOrBrandLink": false,
1525
1553
  "isAuthor": false,
@@ -1619,7 +1647,9 @@
1619
1647
  "isEvent": false,
1620
1648
  "isTicker": false,
1621
1649
  "isAudio": false,
1650
+ "isAudioOnDemand": false,
1622
1651
  "isVideo": false,
1652
+ "isVideoOnDemand": false,
1623
1653
  "isPodcast": false,
1624
1654
  "isPodcastEpisode": false,
1625
1655
  "isExtOrBrandLink": true,