hr-design-system-handlebars 0.92.1 → 0.93.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/assets/index.css +6 -6
  3. package/dist/views/components/base/link.hbs +3 -7
  4. package/dist/views/components/mediaplayer/media_player.hbs +1 -3
  5. package/dist/views/components/teaser/cluster/teaser_cluster_byline.hbs +7 -1
  6. package/dist/views/components/teaser/cluster/teaser_cluster_item.hbs +2 -2
  7. package/dist/views/components/teaser/components/teaser_body.hbs +1 -1
  8. package/dist/views/components/teaser/components/teaser_comments.hbs +1 -1
  9. package/dist/views/components/teaser/components/teaser_image.hbs +2 -2
  10. package/dist/views/components/teaser/components/teaser_text.hbs +2 -2
  11. package/dist/views/components/teaser/teaser_poster.hbs +1 -1
  12. package/package.json +1 -1
  13. package/src/assets/fixtures/teaser/cluster_teaser_100.json +0 -4
  14. package/src/assets/fixtures/teaser/cluster_teaser_100_genre.json +0 -4
  15. package/src/assets/fixtures/teaser/cluster_teaser_100_image.json +0 -4
  16. package/src/assets/fixtures/teaser/cluster_teaser_33.json +0 -4
  17. package/src/assets/fixtures/teaser/cluster_teaser_33_genre.json +0 -4
  18. package/src/assets/fixtures/teaser/cluster_teaser_33_image.json +0 -4
  19. package/src/assets/fixtures/teaser/cluster_teaser_50.json +0 -4
  20. package/src/assets/fixtures/teaser/cluster_teaser_50_genre.json +0 -4
  21. package/src/assets/fixtures/teaser/cluster_teaser_50_image.json +0 -4
  22. package/src/assets/fixtures/teaser/cluster_teaser_Podcast_Channel.json +63 -0
  23. package/src/assets/fixtures/teaser/cluster_teaser_ordered_100.json +0 -4
  24. package/src/assets/fixtures/teaser/cluster_teaser_ordered_33.json +0 -4
  25. package/src/assets/fixtures/teaser/cluster_teaser_ordered_50.json +0 -4
  26. package/src/assets/fixtures/teaser/headline_list_item.inc.json +149 -12
  27. package/src/assets/fixtures/teaser/teaser_cluster.inc.json +0 -1
  28. package/src/stories/conventions-and-datastructure.stories.mdx +2 -5
  29. package/src/stories/views/components/base/link.hbs +3 -7
  30. package/src/stories/views/components/mediaplayer/media_player.hbs +1 -3
  31. package/src/stories/views/components/teaser/cluster/teaser_cluster.stories.mdx +4 -0
  32. package/src/stories/views/components/teaser/cluster/teaser_cluster_byline.hbs +7 -1
  33. package/src/stories/views/components/teaser/cluster/teaser_cluster_item.hbs +2 -2
  34. package/src/stories/views/components/teaser/components/teaser_body.hbs +1 -1
  35. package/src/stories/views/components/teaser/components/teaser_comments.hbs +1 -1
  36. package/src/stories/views/components/teaser/components/teaser_image.hbs +2 -2
  37. package/src/stories/views/components/teaser/components/teaser_text.hbs +2 -2
  38. package/src/stories/views/components/teaser/fixtures/cluster_teaser_100.json +1 -1
  39. package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre copy.json +1 -0
  40. package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre.json +1 -1
  41. package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_image.json +1 -1
  42. package/src/stories/views/components/teaser/fixtures/cluster_teaser_33.json +1 -1
  43. package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_genre.json +1 -1
  44. package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_image.json +1 -1
  45. package/src/stories/views/components/teaser/fixtures/cluster_teaser_50.json +1 -1
  46. package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_genre.json +1 -1
  47. package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_image.json +1 -1
  48. package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -0
  49. package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_100.json +1 -1
  50. package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_33.json +1 -1
  51. package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_50.json +1 -1
  52. package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_100.json +1 -1
  53. package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_33.json +1 -1
  54. package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_50.json +1 -1
  55. package/src/stories/views/components/teaser/teaser_poster.hbs +1 -1
  56. package/src/stories/views/components/teaser/teaser_poster.stories.mdx +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v0.93.1 (Wed Nov 30 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - DPE-1875: adding PodcastChannelClusterTeaser Story [#405](https://github.com/mumprod/hr-design-system-handlebars/pull/405) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
14
+ # v0.93.0 (Wed Nov 30 2022)
15
+
16
+ #### 🚀 Enhancement
17
+
18
+ - Feature/dpe 1822: Remove _doTracking, because it is not needed anymore [#406](https://github.com/mumprod/hr-design-system-handlebars/pull/406) ([@mariokinzel](https://github.com/mariokinzel))
19
+
20
+ #### Authors: 1
21
+
22
+ - [@mariokinzel](https://github.com/mariokinzel)
23
+
24
+ ---
25
+
1
26
  # v0.92.1 (Tue Nov 29 2022)
2
27
 
3
28
  #### 🐛 Bug Fix
@@ -1788,15 +1788,15 @@ video {
1788
1788
  .pr-4 {
1789
1789
  padding-right: 1rem;
1790
1790
  }
1791
+ .pl-8 {
1792
+ padding-left: 2rem;
1793
+ }
1791
1794
  .pb-5 {
1792
1795
  padding-bottom: 1.25rem;
1793
1796
  }
1794
1797
  .pb-4 {
1795
1798
  padding-bottom: 1rem;
1796
1799
  }
1797
- .pl-8 {
1798
- padding-left: 2rem;
1799
- }
1800
1800
  .pt-1\.5 {
1801
1801
  padding-top: 0.375rem;
1802
1802
  }
@@ -2253,7 +2253,7 @@ video {
2253
2253
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2254
2254
  }
2255
2255
  .counter-reset {
2256
- counter-reset: cnt1669737101370;
2256
+ counter-reset: cnt1669814302552;
2257
2257
  }
2258
2258
  .line-clamp-4 {
2259
2259
  overflow: hidden;
@@ -2639,7 +2639,7 @@ video {
2639
2639
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2640
2640
  }
2641
2641
  .-ordered {
2642
- counter-increment: cnt1669737101370 1;
2642
+ counter-increment: cnt1669814302552 1;
2643
2643
  }
2644
2644
  .-ordered::before {
2645
2645
  position: absolute;
@@ -2655,7 +2655,7 @@ video {
2655
2655
  letter-spacing: .0125em;
2656
2656
  --tw-text-opacity: 1;
2657
2657
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2658
- content: counter(cnt1669737101370);
2658
+ content: counter(cnt1669814302552);
2659
2659
  }
2660
2660
  .\[-T\:\+Z\] {
2661
2661
  --t: +Z;
@@ -1,15 +1,11 @@
1
1
  {{#with this.link}}
2
2
  <a {{#with this.webviewUrl}}data-webviewurl="{{this}}"{{/with}} href="{{this.url}}" {{#with this.webviewUrl}}{{/with}}
3
- class="sb-link{{#if ../_css}} {{../_css}}{{/if}}{{#if ../_doTracking}} js-load{{else}}{{#if ../this.content.isFileDownload}} js-loadScript{{/if}}{{/if}}{{#if ../_isSelected}} {{defaultIfEmpty ../_selectedCssClass "-current"}}{{/if}}"
3
+ class="sb-link{{#if ../_css}} {{../_css}}{{/if}} {{#if ../this.content.isFileDownload}} js-load{{/if}}{{#if ../_isSelected}} {{defaultIfEmpty ../_selectedCssClass "-current"}}{{/if}}"
4
4
  {{#if ../_doNavigationTracking}}
5
5
  data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{../_clickLabelType}}{{#if ../_clickLabelPrefix1}}::{{../_clickLabelPrefix1}}{{/if}}::{{../_clickLabelPrefix2}}-Link geklickt"}]}'
6
6
  {{/if}}
7
- {{#if ../_doTracking}}
8
- {{#with this.content.trackingData}}data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "{{#if ../this.content.isFileDownload}}{{this.pageName}}{{else}}mediabuttonclick::{{../../_clickLabelPrefix1}}::{{../../_clickLabelPrefix2}}{{/if}}"}]}'{{/with}}
9
- {{else}}
10
- {{#if ../this.content.isFileDownload}}
11
- {{#with this.content.trackingData}}data-hr-click-tracking='{"settings": [{"type":"download","secondLevelId": "{{this.secondLevelId}}","clickLabel": "{{this.pageName}}"}]}'{{/with}}
12
- {{/if}}
7
+ {{#if ../this.content.isFileDownload}}
8
+ {{#with this.content.trackingData}}data-hr-click-tracking='{"settings": [{"type":"download","secondLevelId": "{{this.secondLevelId}}","clickLabel": "{{this.pageName}}"}]}'{{/with}}
13
9
  {{/if}}
14
10
  {{#if this.isTargetBlank}} target="_blank" rel="noopener{{#if this.hasNoReferrerFlag}} noreferrer{{/if}}"{{/if}}
15
11
  {{#if ../_isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
@@ -13,9 +13,7 @@
13
13
  {{~#if ../_isCopyText~}}
14
14
  {{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="ar__content" _noDelay=../_noDelay ~}}
15
15
  {{else}}
16
- {{#decorator 'components/base/link' _cssClasses="c-teaser__mediaLink" _isAriaHidden=true
17
- _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize
18
- _clickLabelPrefix2="mediaLink" }}
16
+ {{#decorator 'components/base/link' _cssClasses="c-teaser__mediaLink" _isAriaHidden=true }}
19
17
  {{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="ar__content" _noDelay=../_noDelay ~}}
20
18
  {{/decorator }}
21
19
  {{/if}}
@@ -1,6 +1,6 @@
1
1
 
2
2
  {{#with this.teaserInfo}}
3
- <p class="mt-2.5 text-xs text-grey-scorpion font-headingSerif">
3
+ <p class="mt-2.5 text-xs text-grey-scorpion font-headingSerif {{#if ../_ordered}} pl-8 {{/if}}">
4
4
  {{!--Teaser-Info--}}
5
5
  {{#if this.showTeaserInfo~}}
6
6
  {{~#if this.showTeaserInfoSection}}
@@ -9,6 +9,12 @@
9
9
  </span>
10
10
  <span class="mx-px last-of-type:hidden">|</span>
11
11
  {{/if}}
12
+ {{~#if this.showTeaserInfoChannel}}
13
+ <span class="uppercase">
14
+ {{../this.podcastChannel.title}}
15
+ </span>
16
+ <span class="mx-px last-of-type:hidden">|</span>
17
+ {{/if}}
12
18
  {{~#if this.showTeaserInfoDate}}
13
19
  {{~#with ../this.teaserDate}}
14
20
  <time datetime="{{this.htmlDateTime}}">{{this.date}}</time>
@@ -1,5 +1,5 @@
1
1
 
2
- {{#decorator 'components/base/link' _css="group" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1="clusterTeaserLink" _clickLabelPrefix2="Link" }}
2
+ {{#decorator 'components/base/link' _css="group" }}
3
3
  {{> components/teaser/components/teaser_heading
4
4
  _headlineTag="h1"
5
5
  _label=this.label
@@ -10,5 +10,5 @@
10
10
  _titleCss='text-clusterTeaserLink'
11
11
  _firstItem=_firstItem}}
12
12
  {{/decorator}}
13
- {{> components/teaser/cluster/teaser_cluster_byline}}
13
+ {{> components/teaser/cluster/teaser_cluster_byline _ordered=_ordered}}
14
14
 
@@ -1,6 +1,6 @@
1
1
  <div class="{{~#if this.isMobile1to1}}basis-3/5 md:flex-full{{/if~}}{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}">
2
2
  <header class="md:px-0{{#unless this.isMobile1to1}} px-5{{/unless}}">
3
- {{#decorator 'components/base/link' _css="hover:text-toplineColor" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2='headlineLink' }}
3
+ {{#decorator 'components/base/link' _css="hover:text-toplineColor" }}
4
4
  {{> components/teaser/components/teaser_heading
5
5
  _fontVariant=this.headingFontVariant
6
6
  _headlineTag=this.headlineTag
@@ -1,6 +1,6 @@
1
1
  {{#with this.commentLink}}
2
2
  <span class="whitespace-nowrap">
3
- {{#decorator 'components/base/link' _css="hover:underline decoration-1" _isAriaHidden=true _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="comment" }}
3
+ {{#decorator 'components/base/link' _css="hover:underline decoration-1" _isAriaHidden=true}}
4
4
  {{> components/base/image/icon _icon="kommentar" _iconmap="icons" _addClass="mr-0.5 inline w-5 h-5 text-toplineColor fill-current"}}
5
5
  <span class="sr-only">{{loca "comment_anchor_1"}}</span>
6
6
  <span class="text-toplineColor">{{../../this.commentNumber}}</span>
@@ -6,12 +6,12 @@
6
6
  {{/with~}}
7
7
  {{/unless}}
8
8
  {{/unless}}
9
- {{#decorator 'components/base/link' _isAriaHidden=true _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2='mediaLink' }}
9
+ {{#decorator 'components/base/link' _isAriaHidden=true}}
10
10
  {{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.imageVariant _noDelay=../this.dontLazyload _addClassImg="" ~}}
11
11
  {{/decorator}}
12
12
  {{#if this.isProgram}}
13
13
  {{#if this.showMediatheksLink}}
14
- {{#decorator 'components/base/link' _isAriaHidden=true _doTracking='true' _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="mediaLink"}}
14
+ {{#decorator 'components/base/link' _isAriaHidden=true}}
15
15
  {{> components/button/button_round
16
16
  _isButton="true"
17
17
  _addClass='absolute bottom-0 right-0 fill-white hover:text-white js-mediaplayer__button my-5 mx-5'
@@ -1,11 +1,11 @@
1
- {{#decorator 'components/base/link' _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="teasertextLink" }}
1
+ {{#decorator 'components/base/link'}}
2
2
  <span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:block "]'~}}
3
3
  text-base mt-3 font-copy'>
4
4
  {{~_text~}}
5
5
  </span>
6
6
  {{/decorator}}
7
7
  {{#if this.isExtOrBrandLink}}
8
- {{#decorator 'components/base/link' _css="inline-flex flex-end text-link hover:text-link" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize _clickLabelPrefix2="moreLink"}}
8
+ {{#decorator 'components/base/link' _css="inline-flex flex-end text-link hover:text-link"}}
9
9
  <span class="inline-flex flex-wrap items-end hover:underline decoration-1">{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
10
10
  {{/decorator}}
11
11
  {{/if}}
@@ -7,7 +7,7 @@
7
7
  {{> components/teaser/components/teaser_heading _headlineTag="h2" _label=this.label _readMore=this.link.readMoreText.readMoreScreenreader _size=this.teaserSize _title=this.title _topline=this.topline _teaserType=this.teaserType _font=(inline-switch isSerifHeading '[true, false]' '["font-headingSerif","font-heading font-bold"]') }}
8
8
  </div>
9
9
  </div>
10
- {{#decorator 'components/base/link' _css="absolute flex w-full h-full justify-center" _isAriaHidden=true _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="mediaLink" }}
10
+ {{#decorator 'components/base/link' _css="absolute flex w-full h-full justify-center" _isAriaHidden=true }}
11
11
  <div class="self-end px-4 py-2.5 {{inline-switch this.teaserSize '["33","50"]' '["mb-7","mb-7 md:mb-16"]'}} text-white border border-white font-heading hover:bg-white hover:text-toplineColor hover:border-toplineColor">{{this.link.readMoreText.readMoreLong}}</div>
12
12
  {{/decorator}}
13
13
  <span class="sr-only">{{this.link.readMoreText.readMoreLong}}: {{this.title}}</span>
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": "0.92.1",
9
+ "version": "0.93.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -12,10 +12,6 @@
12
12
  {
13
13
  "@->contentpath": "teaserLogo",
14
14
  "@->value": "hessenschau_de"
15
- },
16
- {
17
- "@->contentpath": "isHessenschauLogo",
18
- "@->value": "true"
19
15
  }
20
16
  ]
21
17
  }
@@ -13,10 +13,6 @@
13
13
  "@->contentpath": "teaserLogo",
14
14
  "@->value": "hessenschau_de"
15
15
  },
16
- {
17
- "@->contentpath": "isHessenschauLogo",
18
- "@->value": "true"
19
- },
20
16
  {
21
17
  "@->contentpath": "showGenreImage",
22
18
  "@->value": "true"
@@ -13,10 +13,6 @@
13
13
  "@->contentpath": "teaserLogo",
14
14
  "@->value": "hessenschau_de"
15
15
  },
16
- {
17
- "@->contentpath": "isHessenschauLogo",
18
- "@->value": "true"
19
- },
20
16
  {
21
17
  "@->contentpath": "showFirstImageOrGenreImage",
22
18
  "@->value": "true"
@@ -12,10 +12,6 @@
12
12
  {
13
13
  "@->contentpath": "teaserLogo",
14
14
  "@->value": "hessenschau_de"
15
- },
16
- {
17
- "@->contentpath": "isHessenschauLogo",
18
- "@->value": "true"
19
15
  }
20
16
  ]
21
17
  }
@@ -13,10 +13,6 @@
13
13
  "@->contentpath": "teaserLogo",
14
14
  "@->value": "hessenschau_de"
15
15
  },
16
- {
17
- "@->contentpath": "isHessenschauLogo",
18
- "@->value": "true"
19
- },
20
16
  {
21
17
  "@->contentpath": "showGenreImage",
22
18
  "@->value": "true"
@@ -13,10 +13,6 @@
13
13
  "@->contentpath": "teaserLogo",
14
14
  "@->value": "hessenschau_de"
15
15
  },
16
- {
17
- "@->contentpath": "isHessenschauLogo",
18
- "@->value": "true"
19
- },
20
16
  {
21
17
  "@->contentpath": "showFirstImageOrGenreImage",
22
18
  "@->value": "true"
@@ -12,10 +12,6 @@
12
12
  {
13
13
  "@->contentpath": "teaserLogo",
14
14
  "@->value": "hessenschau_de"
15
- },
16
- {
17
- "@->contentpath": "isHessenschauLogo",
18
- "@->value": "true"
19
15
  }
20
16
  ]
21
17
  }
@@ -13,10 +13,6 @@
13
13
  "@->contentpath": "teaserLogo",
14
14
  "@->value": "hessenschau_de"
15
15
  },
16
- {
17
- "@->contentpath": "isHessenschauLogo",
18
- "@->value": "true"
19
- },
20
16
  {
21
17
  "@->contentpath": "showGenreImage",
22
18
  "@->value": "true"
@@ -13,10 +13,6 @@
13
13
  "@->contentpath": "teaserLogo",
14
14
  "@->value": "hessenschau_de"
15
15
  },
16
- {
17
- "@->contentpath": "isHessenschauLogo",
18
- "@->value": "true"
19
- },
20
16
  {
21
17
  "@->contentpath": "firstEntry",
22
18
  "@->value": {
@@ -0,0 +1,63 @@
1
+ {
2
+ "@->jsoninclude": "teaser/teaser_cluster.inc.json",
3
+ "@->overrides": [
4
+ {
5
+ "@->contentpath": "teaserSize",
6
+ "@->value": "100"
7
+ },
8
+ {
9
+ "@->contentpath": "title",
10
+ "@->value": "DER TAG IN HESSEN"
11
+ },
12
+ {
13
+ "@->contentpath": "teaserLogo",
14
+ "@->value": "hessenschau_de"
15
+ },
16
+ {
17
+ "@->contentpath": "showGenreImage",
18
+ "@->value": "true"
19
+ },
20
+ {
21
+ "@->contentpath": "showFirstImageOrGenreImage",
22
+ "@->value": "true"
23
+ },
24
+ {
25
+ "@->contentpath": "overviewLink.link",
26
+ "@->value": ""
27
+ },
28
+ {
29
+ "@->contentpath": "genreImage",
30
+ "@->value": {
31
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
32
+ "@->contentpath": "teaser_cluster_genre_100",
33
+ "@->replaceToken": [
34
+ {
35
+ "@->token": "image",
36
+ "@->value": "sonniger-herbst-100"
37
+ }
38
+ ]
39
+ }
40
+ },
41
+ {
42
+ "@->contentpath": "clusterTeaserItems",
43
+ "@->value": [
44
+ {
45
+ "@->jsoninclude": "teaser/headline_list_item.inc.json",
46
+ "@->contentpath": "item7"
47
+ },
48
+ {
49
+ "@->jsoninclude": "teaser/headline_list_item.inc.json",
50
+ "@->contentpath": "item7"
51
+ },
52
+ {
53
+ "@->jsoninclude": "teaser/headline_list_item.inc.json",
54
+ "@->contentpath": "item7"
55
+ },
56
+ {
57
+ "@->jsoninclude": "teaser/headline_list_item.inc.json",
58
+ "@->contentpath": "item7"
59
+ }
60
+ ]
61
+ }
62
+ ]
63
+ }
@@ -9,10 +9,6 @@
9
9
  "@->contentpath": "title",
10
10
  "@->value": "MEISTGEKLICKT HEUTE"
11
11
  },
12
- {
13
- "@->contentpath": "isHessenschauLogo",
14
- "@->value": "true"
15
- },
16
12
  {
17
13
  "@->contentpath": "teaserLogo",
18
14
  "@->value": "hessenschau_de"
@@ -9,10 +9,6 @@
9
9
  "@->contentpath": "title",
10
10
  "@->value": "MEISTGEKLICKT HEUTE"
11
11
  },
12
- {
13
- "@->contentpath": "isHessenschauLogo",
14
- "@->value": "true"
15
- },
16
12
  {
17
13
  "@->contentpath": "teaserLogo",
18
14
  "@->value": "hessenschau_de"
@@ -9,10 +9,6 @@
9
9
  "@->contentpath": "title",
10
10
  "@->value": "MEISTGEKLICKT HEUTE"
11
11
  },
12
- {
13
- "@->contentpath": "isHessenschauLogo",
14
- "@->value": "true"
15
- },
16
12
  {
17
13
  "@->contentpath": "teaserLogo",
18
14
  "@->value": "hessenschau_de"
@@ -18,11 +18,11 @@
18
18
  "teaserInfo": {
19
19
  "showTeaserInfo": true,
20
20
  "showTeaserInfoSection": true,
21
- "showTeaserInfoChannel": true,
21
+ "showTeaserInfoChannel": false,
22
22
  "showTeaserInfoAll": true,
23
23
  "showTeaserInfoDate": false,
24
24
  "showTeaserInfoDateTime": true,
25
- "showTeaserInfoProgramRef": true
25
+ "showTeaserInfoProgramRef": false
26
26
  },
27
27
  "teaserDate": {
28
28
  "htmlDateTime": "2022-04-17T19:30+0200",
@@ -86,11 +86,11 @@
86
86
  "teaserInfo": {
87
87
  "showTeaserInfo": true,
88
88
  "showTeaserInfoSection": true,
89
- "showTeaserInfoChannel": true,
89
+ "showTeaserInfoChannel": false,
90
90
  "showTeaserInfoAll": true,
91
91
  "showTeaserInfoDate": false,
92
92
  "showTeaserInfoDateTime": true,
93
- "showTeaserInfoProgramRef": true
93
+ "showTeaserInfoProgramRef": false
94
94
  },
95
95
  "teaserDate": {
96
96
  "htmlDateTime": "2022-04-17T19:30+0200",
@@ -145,11 +145,11 @@
145
145
  "teaserInfo": {
146
146
  "showTeaserInfo": true,
147
147
  "showTeaserInfoSection": true,
148
- "showTeaserInfoChannel": true,
148
+ "showTeaserInfoChannel": false,
149
149
  "showTeaserInfoAll": true,
150
150
  "showTeaserInfoDate": false,
151
151
  "showTeaserInfoDateTime": true,
152
- "showTeaserInfoProgramRef": true
152
+ "showTeaserInfoProgramRef": false
153
153
  },
154
154
  "teaserDate": {
155
155
  "htmlDateTime": "2022-04-17T19:30+0200",
@@ -204,11 +204,11 @@
204
204
  "teaserInfo": {
205
205
  "showTeaserInfo": true,
206
206
  "showTeaserInfoSection": true,
207
- "showTeaserInfoChannel": true,
207
+ "showTeaserInfoChannel": false,
208
208
  "showTeaserInfoAll": true,
209
209
  "showTeaserInfoDate": false,
210
210
  "showTeaserInfoDateTime": true,
211
- "showTeaserInfoProgramRef": true
211
+ "showTeaserInfoProgramRef": false
212
212
  },
213
213
  "teaserDate": {
214
214
  "htmlDateTime": "2022-04-17T19:30+0200",
@@ -271,11 +271,11 @@
271
271
  "teaserInfo": {
272
272
  "showTeaserInfo": true,
273
273
  "showTeaserInfoSection": true,
274
- "showTeaserInfoChannel": true,
274
+ "showTeaserInfoChannel": false,
275
275
  "showTeaserInfoAll": true,
276
276
  "showTeaserInfoDate": false,
277
277
  "showTeaserInfoDateTime": true,
278
- "showTeaserInfoProgramRef": true
278
+ "showTeaserInfoProgramRef": false
279
279
  },
280
280
  "teaserDate": {
281
281
  "htmlDateTime": "2022-04-17T19:30+0200",
@@ -330,11 +330,11 @@
330
330
  "teaserInfo": {
331
331
  "showTeaserInfo": true,
332
332
  "showTeaserInfoSection": true,
333
- "showTeaserInfoChannel": true,
333
+ "showTeaserInfoChannel": false,
334
334
  "showTeaserInfoAll": true,
335
335
  "showTeaserInfoDate": false,
336
336
  "showTeaserInfoDateTime": true,
337
- "showTeaserInfoProgramRef": true
337
+ "showTeaserInfoProgramRef": false
338
338
  },
339
339
  "teaserDate": {
340
340
  "htmlDateTime": "2022-04-17T19:30+0200",
@@ -370,5 +370,142 @@
370
370
  "date": "17.04.22",
371
371
  "dateSeparatorTime": "17.04.22, 19:30"
372
372
  }
373
+ },
374
+ "item7": {
375
+ "title": "Untergrund war Strategie: Punk in der DDR",
376
+ "url": "/teaser1",
377
+ "teaseritem": {
378
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
379
+ "@->contentpath": "teaser_podcast",
380
+ "@->replaceToken": [
381
+ {
382
+ "@->token": "image",
383
+ "@->value": "heiner-goebbels-102"
384
+ }
385
+ ]
386
+ },
387
+ "podcastDuration": "53:13",
388
+ "teaserInfo": {
389
+ "showTeaserInfo": true,
390
+ "showTeaserInfoSection": false,
391
+ "showTeaserInfoChannel": true,
392
+ "showTeaserInfoAll": true,
393
+ "showTeaserInfoDate": false,
394
+ "showTeaserInfoDateTime": true,
395
+ "showTeaserInfoProgramRef": false
396
+ },
397
+ "podcastChannel": {
398
+ "title": "DER TAG IN HESSEN",
399
+ "url": "#ChannelURL",
400
+
401
+ "podcastHoster": [
402
+ {
403
+ "podcastHosterUrl": "https://podcasts.apple.com/podcast/hr2-doppelkopf/id212822590",
404
+ "podcastHosterName": "ITunes"
405
+ },
406
+ {
407
+ "podcastHosterUrl": "https://podcast.hr.de/hr2_doppelkopf/podcast.xml",
408
+ "podcastHosterName": "RSS"
409
+ },
410
+ {
411
+ "podcastHosterUrl": "https://podcasts.google.com/feed/aHR0cHM6Ly9wb2RjYXN0LmhyLmRlL2hyMl9kb3BwZWxrb3BmL3BvZGNhc3QueG1s?hl=de",
412
+ "podcastHosterName": "Google Podcasts"
413
+ },
414
+ {
415
+ "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/",
416
+ "podcastHosterName": "ARD Audiothek"
417
+ }
418
+ ]
419
+ },
420
+ "audioUrl": "https://mp3podcasthrdl-a.akamaihd.net/mp3/podcast/hr2_doppelkopf/hr2_doppelkopf_20221031_96251016.mp3",
421
+ "podcastDownloadUrl": "https://mp3podcasthrdl-a.akamaihd.net/mp3/podcast/hr2_doppelkopf/hr2_doppelkopf_20221031_96251016.mp3",
422
+ "teaserImage": {
423
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
424
+ "@->contentpath": "teaser_podcast",
425
+ "@->replaceToken": [
426
+ {
427
+ "@->token": "image",
428
+ "@->value": "heiner-goebbels-102"
429
+ }
430
+ ]
431
+ },
432
+
433
+ "teaserSize": "hero",
434
+ "showLabel": false,
435
+ "showProfileInfo": false,
436
+ "teaserDate": {
437
+ "htmlDateTime": "2020-10-02T19:46+0200",
438
+ "htmlDate": "02.10.2020",
439
+ "date": "02.10.20",
440
+ "dateSeparatorTime": "02.10.20, 19:46"
441
+ },
442
+ "documentModificationDate": {
443
+ "htmlDateTime": "2022-04-17T19:30+0200",
444
+ "htmlDate": "20.02.1983",
445
+ "date": "17.04.22",
446
+ "dateSeparatorTime": "17.04.22, 19:30"
447
+ },
448
+ "displayTeaserBodyAsImageOverlay": false,
449
+ "hasMediaButtons": false,
450
+ "dontLazyload": true,
451
+ "isStandardTeaser": true,
452
+ "isHeroTeaser": false,
453
+ "isMediaTeaser": true,
454
+ "isGuide": false,
455
+ "isProgram": false,
456
+ "isEvent": false,
457
+ "isTicker": false,
458
+ "isAudio": false,
459
+ "isVideo": false,
460
+ "isPodcast": true,
461
+ "isPodcastEpisode": true,
462
+ "isExtOrBrandLink": false,
463
+ "isAuthor": false,
464
+ "copyright": "Copyright Text",
465
+ "audioAuthor": "Audio Author",
466
+ "hasStatus": false,
467
+ "hasTeaserItem": true,
468
+ "allowAVConsumption": true,
469
+ "aspectRatio": "ar--teaserTop",
470
+ "hideGeotag": false,
471
+ "hideEditableByline": true,
472
+ "doTracking": true,
473
+ "trackingForArdMediatheksLink": false,
474
+ "showMediatheksLink": false,
475
+ "showAirdate": false,
476
+ "showProfileInfoAsByline": false,
477
+ "obsolet_brandOfTeaser": "hessenschau",
478
+ "documentSection": "Kultur",
479
+ "headlineTag": "h1",
480
+ "icon": "ortsmarke",
481
+ "imageVariant": "topteaser",
482
+ "shorttext": "1977 kam Punk in die Musikwelt. Und in die Radios. Auch in der DDR. Aus der Begeisterung für diese Musik, gemischt mit Wut, Trotz, Mut und Erfindungsreichtum, entstand in den folgenden Jahren eine Subkultur in der Diktatur. Das sozialistische Regime erklärte die Punks zu Staatsfeinden. Geralf Pochop aus Halle an der Saale, Jahrgang 1964, war einer dieser DDR-Punks. Er hat seine Erinnerungen, Erfahrungen und Erlebnisse aufgeschrieben - in seinem Buch \"Untergrund war Strategie - Punk in der DDR zwischen Rebellion und Repression\". Mit uns spricht er über fantasievoll improvisierte Outfits, die drastischen Methoden der Staatssicherheit gegen Punks und seine Sicht auf Mauerfall und Wiedervereinigung.",
483
+ "sophoraId": "podcast-episode-76432",
484
+ "profiles": "",
485
+ "teaserLead": {
486
+ "@->jsoninclude": "teaser/teaser_lead.inc.json",
487
+ "@->contentpath": "podcast"
488
+ },
489
+ "label": {
490
+ "type": "podcast",
491
+ "loca": "label_podcast",
492
+ "byline": {
493
+ "bylineSsi": "07:42 min",
494
+ "bylineText": ""
495
+ }
496
+ },
497
+ "link": {
498
+ "url": "/teaser1",
499
+ "webviewUrl": "/teaser1#webview",
500
+ "isTargetBlank": false,
501
+ "hasIcon": false,
502
+ "iconName": "iconName",
503
+ "readMoreText": {
504
+ "readMoreScreenreader": "Zur Podcastepisode",
505
+ "readMore": "mehr",
506
+ "readMoreLong": "read More Long"
507
+ }
508
+ }
373
509
  }
374
510
  }
511
+