hr-design-system-handlebars 1.1.9 → 1.1.11

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 (84) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/build/handlebars/helpers/handlebar-helpers.js +0 -59
  3. package/dist/assets/index.css +3 -3
  4. package/dist/views/components/label/label_byline.hbs +1 -1
  5. package/dist/views/components/teaser/cluster/teaser_cluster_item.hbs +1 -1
  6. package/dist/views/components/teaser/components/teaser_byline.hbs +16 -15
  7. package/dist/views/components/teaser/components/teaser_byline_airdate.hbs +25 -0
  8. package/package.json +1 -1
  9. package/src/assets/fixtures/teaser/teasers.inc.json +46 -46
  10. package/src/stories/views/components/label/label_byline.hbs +1 -1
  11. package/src/stories/views/components/teaser/cluster/teaser_cluster_item.hbs +1 -1
  12. package/src/stories/views/components/teaser/components/teaser_byline.hbs +16 -15
  13. package/src/stories/views/components/teaser/components/teaser_byline_airdate.hbs +25 -0
  14. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -1
  15. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
  16. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_download.json +1 -1
  17. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
  18. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_single_event.json +1 -1
  19. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_two_events.json +1 -1
  20. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
  21. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -1
  22. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
  23. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_download.json +1 -1
  24. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
  25. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
  26. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif.json +1 -1
  27. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
  28. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_comments.json +1 -1
  29. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_label.json +1 -1
  30. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
  31. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_program.json +1 -1
  32. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
  33. package/src/stories/views/components/teaser/fixtures/teaser_alternative_without_teaserimage_50_serif.json +1 -1
  34. package/src/stories/views/components/teaser/fixtures/teaser_comments_without_teaserinfo.json +1 -1
  35. package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
  36. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
  37. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
  38. package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
  39. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  40. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_accented.json +1 -1
  41. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_boxed.json +1 -1
  42. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_highlighted.json +1 -1
  43. package/src/stories/views/components/teaser/fixtures/teaser_indextext_50_accented.json +1 -1
  44. package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
  45. package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
  46. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
  47. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
  48. package/src/stories/views/components/teaser/fixtures/teaser_poster_lg.json +1 -1
  49. package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
  50. package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
  51. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -1
  52. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_download.json +1 -1
  53. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_program.json +1 -1
  54. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_single_event.json +1 -1
  55. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_two_events.json +1 -1
  56. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.json +1 -1
  57. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
  58. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
  59. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
  60. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
  61. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
  62. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_long_geotag.json +1 -1
  63. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -1
  64. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_multiple_events.json +1 -1
  65. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event.json +1 -1
  66. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event_status.json +1 -1
  67. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_tabbox.json +1 -1
  68. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_two_events.json +1 -1
  69. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.json +1 -1
  70. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
  71. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
  72. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_download.json +1 -1
  73. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
  74. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
  75. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_single_event.json +1 -1
  76. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_tabbox.json +1 -1
  77. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
  78. package/src/stories/views/components/teaser/fixtures/teaser_standard_66_serif_single_event.json +1 -1
  79. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif.json +1 -1
  80. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_comments.json +1 -1
  81. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -1
  82. package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_25_serif.json +1 -1
  83. package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_50_serif.json +1 -1
  84. package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v1.1.11 (Thu Feb 16 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Bugfix/dpe 2093: Byline shows Values also for audio and video [#547](https://github.com/mumprod/hr-design-system-handlebars/pull/547) ([@mariokinzel](https://github.com/mariokinzel))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@mariokinzel](https://github.com/mariokinzel)
10
+
11
+ ---
12
+
13
+ # v1.1.10 (Thu Feb 16 2023)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Bugfix/dpe 2073 [#548](https://github.com/mumprod/hr-design-system-handlebars/pull/548) ([@szuelch](https://github.com/szuelch))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@szuelch](https://github.com/szuelch)
22
+
23
+ ---
24
+
1
25
  # v1.1.9 (Wed Feb 15 2023)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -443,65 +443,6 @@ var helpers = {
443
443
 
444
444
  return tokenStr
445
445
  },
446
- /*'loca': function (text, options) {
447
- let url = window.location.href
448
- console.log(url)
449
- const regex = /(?<=brands\:).*?(?=\&)/g
450
- let brand = url.match(regex)
451
- brand = null != brand ? brand[0] : 'hessenschau'
452
- console.log(brand)
453
- var loca
454
- var locas = {
455
- anchor_brandNav: 'Übersicht der Marken des HR anspringen',
456
- anchor_headline: 'Sprungmarken',
457
- anchor_mainContent: 'Inhalt anspringen',
458
- anchor_sectionNav: 'Bereichsnavigation anspringen',
459
- anchor_serviceNav: 'Servicenavigation anspringen',
460
- anchor_subNav: 'Subnavigation des Bereichs {0} anspringen',
461
- search_input_aria_submit: 'Suche starten',
462
- search_input_placeholder: 'Ort oder Thema suchen',
463
- feature_box_anchor: 'Livestream Player anspringen',
464
- header_homepage_link_title: 'Startseite hessenschau . d e',
465
- comment_anchor_1: 'zu den ',
466
- comment_label_text: 'Kommentar',
467
- comment_label_text_many: 'Kommentare',
468
- comment_anchor_2: ' Kommentaren des Artikels springen',
469
- date_simple_at: options + ' Uhr',
470
- label_ticker: 'Ticker',
471
- label_download: 'Download',
472
- label_media: 'Media',
473
- label_podcast: 'Podcast',
474
- label_event: 'Konzert',
475
- group_tabbed_more: 'weitere Meldungen aus ' + options,
476
- <<<<<<< HEAD
477
- event_calendar_backlink: 'Eventkalender'
478
- =======
479
- label_concert: "Konzert",
480
- label_program: "Sendung"
481
- >>>>>>> main
482
- }
483
-
484
- for (let key in locas) {
485
- if (key == text) {
486
- loca = text.replace(text, locas[key])
487
- return loca
488
- }
489
- }
490
- },*/
491
-
492
- /*staticSSI: function (filepath) {
493
- var template = grunt.file.read(helpers.helperOptions.libraryDir + '/' + filepath, {
494
- encoding: 'UTF-8',
495
- })
496
-
497
- var pageBuilder = handlebars.compile(template)
498
-
499
- return new handlebars.SafeString(pageBuilder(this))
500
- },
501
-
502
- webAppVersion: function () {
503
- return null
504
- },*/
505
446
  }
506
447
 
507
448
  // Export helpers
@@ -2653,7 +2653,7 @@ video {
2653
2653
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2654
2654
  }
2655
2655
  .counter-reset {
2656
- counter-reset: cnt1676488696996;
2656
+ counter-reset: cnt1676557641728;
2657
2657
  }
2658
2658
  .line-clamp-4 {
2659
2659
  overflow: hidden;
@@ -2887,7 +2887,7 @@ video {
2887
2887
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2888
2888
  }
2889
2889
  .-ordered {
2890
- counter-increment: cnt1676488696996 1;
2890
+ counter-increment: cnt1676557641728 1;
2891
2891
  }
2892
2892
  .-ordered::before {
2893
2893
  position: absolute;
@@ -2903,7 +2903,7 @@ video {
2903
2903
  letter-spacing: .0125em;
2904
2904
  --tw-text-opacity: 1;
2905
2905
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2906
- content: counter(cnt1676488696996);
2906
+ content: counter(cnt1676557641728);
2907
2907
  }
2908
2908
  /*! ****************************/
2909
2909
  /*! text-shadow */
@@ -1,6 +1,6 @@
1
1
  {{#with this.byline}}
2
2
  {{~#if this.bylineSsi~}}
3
- {{> components/base/loadSSI _context=this.context _templatePath=this.bylineSsi}}
3
+ {{> components/base/loadSSI this.bylineSsi _context=this.context _templatePath=this.bylineSsi}}
4
4
  {{~else~}}
5
5
  {{#> components/text/byline _css=../_css}}
6
6
  {{this.bylineText}}
@@ -6,7 +6,7 @@
6
6
  {{/components/label/label_group}}
7
7
  {{/with~}}
8
8
  {{#> components/teaser/components/teaser_headline _headlineTag="h3"}}
9
- {{> components/teaser/components/teaser_title _css=(appendToDefault (if _ordered "pl-8") "text-clusterTeaserLink") _text=this.title _size=_size _teaserType="cluster" _firstItem=_firstItem}}
9
+ {{> components/teaser/components/teaser_title _css=(if _ordered "text-clusterTeaserLink pl-8" "text-clusterTeaserLink") _text=this.title _size=_size _teaserType="cluster" _firstItem=_firstItem}}
10
10
  {{/components/teaser/components/teaser_headline}}
11
11
  {{/decorator}}
12
12
  {{> components/teaser/cluster/teaser_cluster_byline _ordered=_ordered}}
@@ -4,23 +4,25 @@
4
4
  {{~#with this.teaserInfo~}}
5
5
  {{~#if this.showTeaserInfo~}}
6
6
  {{~#if this.showTeaserInfoDate~}}
7
- {{~#with ../this.teaserDate~}}
8
- <time datetime="{{this.htmlDateTime}}">{{this.date}}</time>
7
+ {{~#with ../teaserDate~}}
8
+ <time datetime="{{this.htmlDateTime}}">{{this.date}}</time><span class="mx-1 last-of-type:hidden">|</span>
9
+ {{~/with~}}
10
+ {{~/if~}}
11
+ {{~#if this.showTeaserInfoDateTime~}}
12
+ {{~#with ../teaserDate~}}
13
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime}}</time><span class="mx-1 last-of-type:hidden">|</span>
9
14
  {{~/with~}}
10
- <span class="mx-1 last-of-type:hidden">|</span>
11
- {{~else~}}
12
- {{~#if this.showTeaserInfoDateTime~}}
13
- {{~#with ../this.teaserDate~}}
14
- <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime}}</time>
15
- {{~/with~}}
16
- <span class="mx-1 last-of-type:hidden">|</span>
17
- {{~/if~}}
18
15
  {{~/if~}}
19
16
  {{~#if this.showTeaserInfoSection~}}
20
17
  <span class="uppercase">
21
- {{~../this.documentSection~}}
22
- </span>
23
- <span class="mx-1 last-of-type:hidden">|</span>
18
+ {{~../documentSection~}}
19
+ </span> <span class="mx-1 last-of-type:hidden">|</span>
20
+ {{~/if~}}
21
+ {{~#if this.showTeaserInfoChannel~}}
22
+ {{../this.podcastChannel.title}}<span class="mx-1 last-of-type:hidden">|</span>
23
+ {{~/if~}}
24
+ {{~#if this.showTeaserInfoProgramRef~}}
25
+ {{> components/teaser/components/teaser_byline_airdate}}<span class="mx-1 last-of-type:hidden">|</span>
24
26
  {{~/if~}}
25
27
  {{~/if~}}
26
28
  {{~/with~}}
@@ -32,8 +34,7 @@
32
34
  {{~/if~}}
33
35
  {{!--Profiles--}}
34
36
  {{~#if this.profiles~}}
35
- <span>{{this.profiles}}</span>
36
- <span class="mx-1 last-of-type:hidden">|</span>
37
+ <span>{{this.profiles}}</span> <span class="mx-1 last-of-type:hidden">|</span>
37
38
  {{~/if~}}
38
39
  {{!--Comments--}}
39
40
  {{~#with this.commentsSsi~}}
@@ -0,0 +1,25 @@
1
+ {{#with ../this}}
2
+ {{~#if this.isAudio}}
3
+ {{~#with this.audioAuthor}}
4
+ {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
5
+ {{/with}}
6
+ {{~#with this.airdateDate ~}}
7
+ <time datetime="{{this.htmlDate}}">{{this.date}}</time>
8
+ {{~/with~}}
9
+ {{/if}}
10
+
11
+ {{~#if this.isVideo}}
12
+ {{~#with this.copyright}}
13
+ {{this}}{{#if ../this.airdateDate }} <span class="mx-1">|</span>{{/if}}
14
+ {{/with}}
15
+
16
+ {{~#with this.airdateDate ~}}
17
+ {{~#if ../this.airdateWithoutTime ~}}
18
+ <time datetime="{{this.htmlDate}}">{{this.date}}</time>
19
+ {{else}}
20
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at"
21
+ this.dateSeparatorTime }}</time>
22
+ {{~/if~}}
23
+ {{~/with~}}
24
+ {{/if}}
25
+ {{/with}}
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.1.9",
9
+ "version": "1.1.11",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -23,11 +23,11 @@
23
23
  "teaserInfo": {
24
24
  "showTeaserInfo": true,
25
25
  "showTeaserInfoSection": true,
26
- "showTeaserInfoChannel": true,
27
- "showTeaserInfoAll": true,
26
+ "showTeaserInfoChannel": false,
27
+ "showTeaserInfoAll": false,
28
28
  "showTeaserInfoDate": false,
29
29
  "showTeaserInfoDateTime": true,
30
- "showTeaserInfoProgramRef": true
30
+ "showTeaserInfoProgramRef": false
31
31
  },
32
32
  "teaserImage": {
33
33
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -141,11 +141,11 @@
141
141
  "teaserInfo": {
142
142
  "showTeaserInfo": true,
143
143
  "showTeaserInfoSection": true,
144
- "showTeaserInfoChannel": true,
145
- "showTeaserInfoAll": true,
144
+ "showTeaserInfoChannel": false,
145
+ "showTeaserInfoAll": false,
146
146
  "showTeaserInfoDate": false,
147
147
  "showTeaserInfoDateTime": true,
148
- "showTeaserInfoProgramRef": true
148
+ "showTeaserInfoProgramRef": false
149
149
  },
150
150
  "displayTeaserBodyAsImageOverlay": false,
151
151
  "hasMediaButtons": false,
@@ -249,11 +249,11 @@
249
249
  "teaserInfo": {
250
250
  "showTeaserInfo": true,
251
251
  "showTeaserInfoSection": true,
252
- "showTeaserInfoChannel": true,
253
- "showTeaserInfoAll": true,
252
+ "showTeaserInfoChannel": false,
253
+ "showTeaserInfoAll": false,
254
254
  "showTeaserInfoDate": false,
255
255
  "showTeaserInfoDateTime": true,
256
- "showTeaserInfoProgramRef": true
256
+ "showTeaserInfoProgramRef": false
257
257
  },
258
258
  "teaserImage": {
259
259
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -346,11 +346,11 @@
346
346
  "teaserInfo": {
347
347
  "showTeaserInfo": true,
348
348
  "showTeaserInfoSection": true,
349
- "showTeaserInfoChannel": true,
350
- "showTeaserInfoAll": true,
349
+ "showTeaserInfoChannel": false,
350
+ "showTeaserInfoAll": false,
351
351
  "showTeaserInfoDate": false,
352
352
  "showTeaserInfoDateTime": true,
353
- "showTeaserInfoProgramRef": true
353
+ "showTeaserInfoProgramRef": false
354
354
  },
355
355
  "teaserImage": {
356
356
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -443,11 +443,11 @@
443
443
  "teaserInfo": {
444
444
  "showTeaserInfo": true,
445
445
  "showTeaserInfoSection": true,
446
- "showTeaserInfoChannel": true,
447
- "showTeaserInfoAll": true,
446
+ "showTeaserInfoChannel": false,
447
+ "showTeaserInfoAll": false,
448
448
  "showTeaserInfoDate": false,
449
449
  "showTeaserInfoDateTime": true,
450
- "showTeaserInfoProgramRef": true
450
+ "showTeaserInfoProgramRef": false
451
451
  },
452
452
  "teaserImage": {
453
453
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -544,11 +544,11 @@
544
544
  "teaserInfo": {
545
545
  "showTeaserInfo": true,
546
546
  "showTeaserInfoSection": true,
547
- "showTeaserInfoChannel": true,
548
- "showTeaserInfoAll": true,
547
+ "showTeaserInfoChannel": false,
548
+ "showTeaserInfoAll": false,
549
549
  "showTeaserInfoDate": false,
550
550
  "showTeaserInfoDateTime": true,
551
- "showTeaserInfoProgramRef": true
551
+ "showTeaserInfoProgramRef": false
552
552
  },
553
553
  "teaserImage": {
554
554
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -650,11 +650,11 @@
650
650
  "teaserInfo": {
651
651
  "showTeaserInfo": true,
652
652
  "showTeaserInfoSection": true,
653
- "showTeaserInfoChannel": true,
654
- "showTeaserInfoAll": true,
653
+ "showTeaserInfoChannel": false,
654
+ "showTeaserInfoAll": false,
655
655
  "showTeaserInfoDate": false,
656
656
  "showTeaserInfoDateTime": true,
657
- "showTeaserInfoProgramRef": true
657
+ "showTeaserInfoProgramRef": false
658
658
  },
659
659
  "teaserImage": {
660
660
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -751,11 +751,11 @@
751
751
  "teaserInfo": {
752
752
  "showTeaserInfo": true,
753
753
  "showTeaserInfoSection": true,
754
- "showTeaserInfoChannel": true,
755
- "showTeaserInfoAll": true,
754
+ "showTeaserInfoChannel": false,
755
+ "showTeaserInfoAll": false,
756
756
  "showTeaserInfoDate": false,
757
757
  "showTeaserInfoDateTime": true,
758
- "showTeaserInfoProgramRef": true
758
+ "showTeaserInfoProgramRef": false
759
759
  },
760
760
  "teaserImage": {
761
761
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -852,11 +852,11 @@
852
852
  "teaserInfo": {
853
853
  "showTeaserInfo": true,
854
854
  "showTeaserInfoSection": true,
855
- "showTeaserInfoChannel": true,
856
- "showTeaserInfoAll": true,
855
+ "showTeaserInfoChannel": false,
856
+ "showTeaserInfoAll": false,
857
857
  "showTeaserInfoDate": false,
858
858
  "showTeaserInfoDateTime": true,
859
- "showTeaserInfoProgramRef": true
859
+ "showTeaserInfoProgramRef": false
860
860
  },
861
861
  "teaserImage": {
862
862
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -954,12 +954,12 @@
954
954
  "hasByline": false,
955
955
  "teaserInfo": {
956
956
  "showTeaserInfo": true,
957
- "showTeaserInfoSection": false,
958
- "showTeaserInfoChannel": true,
959
- "showTeaserInfoAll": true,
957
+ "showTeaserInfoSection": true,
958
+ "showTeaserInfoChannel": false,
959
+ "showTeaserInfoAll": false,
960
960
  "showTeaserInfoDate": false,
961
961
  "showTeaserInfoDateTime": true,
962
- "showTeaserInfoProgramRef": true
962
+ "showTeaserInfoProgramRef": false
963
963
  },
964
964
  "teaserImage": {
965
965
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -1071,11 +1071,11 @@
1071
1071
  "teaserInfo": {
1072
1072
  "showTeaserInfo": true,
1073
1073
  "showTeaserInfoSection": true,
1074
- "showTeaserInfoChannel": true,
1075
- "showTeaserInfoAll": true,
1074
+ "showTeaserInfoChannel": false,
1075
+ "showTeaserInfoAll": false,
1076
1076
  "showTeaserInfoDate": false,
1077
- "showTeaserInfoDateTime": false,
1078
- "showTeaserInfoProgramRef": true
1077
+ "showTeaserInfoDateTime": true,
1078
+ "showTeaserInfoProgramRef": false
1079
1079
  },
1080
1080
  "teaserImage": {
1081
1081
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -1171,13 +1171,13 @@
1171
1171
  },
1172
1172
  "hasByline": true,
1173
1173
  "teaserInfo": {
1174
- "showTeaserInfo": true,
1175
- "showTeaserInfoSection": false,
1174
+ "showTeaserInfo": false,
1175
+ "showTeaserInfoSection": true,
1176
1176
  "showTeaserInfoChannel": false,
1177
1177
  "showTeaserInfoAll": false,
1178
1178
  "showTeaserInfoDate": false,
1179
- "showTeaserInfoDateTime": false,
1180
- "showTeaserInfoProgramRef": true
1179
+ "showTeaserInfoDateTime": true,
1180
+ "showTeaserInfoProgramRef": false
1181
1181
  },
1182
1182
  "teaserImage": {
1183
1183
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -1220,7 +1220,7 @@
1220
1220
  "showAirdate": true,
1221
1221
  "showProfileInfoAsByline": false,
1222
1222
  "obsolet_brandOfTeaser": "hessenschau",
1223
- "documentSection": "",
1223
+ "documentSection": "Sendungen",
1224
1224
  "headlineTag": "h1",
1225
1225
  "icon": "ortsmarke",
1226
1226
  "imageVariant": "topteaser",
@@ -1274,11 +1274,11 @@
1274
1274
  "teaserInfo": {
1275
1275
  "showTeaserInfo": true,
1276
1276
  "showTeaserInfoSection": true,
1277
- "showTeaserInfoChannel": true,
1278
- "showTeaserInfoAll": true,
1277
+ "showTeaserInfoChannel": false,
1278
+ "showTeaserInfoAll": false,
1279
1279
  "showTeaserInfoDate": false,
1280
1280
  "showTeaserInfoDateTime": true,
1281
- "showTeaserInfoProgramRef": true
1281
+ "showTeaserInfoProgramRef": false
1282
1282
  },
1283
1283
  "teaserImage": {
1284
1284
  "@->jsoninclude": "teaser/teaser_images.inc.json",
@@ -1401,11 +1401,11 @@
1401
1401
  "teaserInfo": {
1402
1402
  "showTeaserInfo": true,
1403
1403
  "showTeaserInfoSection": true,
1404
- "showTeaserInfoChannel": true,
1405
- "showTeaserInfoAll": true,
1404
+ "showTeaserInfoChannel": false,
1405
+ "showTeaserInfoAll": false,
1406
1406
  "showTeaserInfoDate": false,
1407
1407
  "showTeaserInfoDateTime": true,
1408
- "showTeaserInfoProgramRef": true
1408
+ "showTeaserInfoProgramRef": false
1409
1409
  },
1410
1410
  "podcastChannel": {
1411
1411
  "title": "hr2 Doppelkopf",
@@ -1,6 +1,6 @@
1
1
  {{#with this.byline}}
2
2
  {{~#if this.bylineSsi~}}
3
- {{> components/base/loadSSI _context=this.context _templatePath=this.bylineSsi}}
3
+ {{> components/base/loadSSI this.bylineSsi _context=this.context _templatePath=this.bylineSsi}}
4
4
  {{~else~}}
5
5
  {{#> components/text/byline _css=../_css}}
6
6
  {{this.bylineText}}
@@ -6,7 +6,7 @@
6
6
  {{/components/label/label_group}}
7
7
  {{/with~}}
8
8
  {{#> components/teaser/components/teaser_headline _headlineTag="h3"}}
9
- {{> components/teaser/components/teaser_title _css=(appendToDefault (if _ordered "pl-8") "text-clusterTeaserLink") _text=this.title _size=_size _teaserType="cluster" _firstItem=_firstItem}}
9
+ {{> components/teaser/components/teaser_title _css=(if _ordered "text-clusterTeaserLink pl-8" "text-clusterTeaserLink") _text=this.title _size=_size _teaserType="cluster" _firstItem=_firstItem}}
10
10
  {{/components/teaser/components/teaser_headline}}
11
11
  {{/decorator}}
12
12
  {{> components/teaser/cluster/teaser_cluster_byline _ordered=_ordered}}
@@ -4,23 +4,25 @@
4
4
  {{~#with this.teaserInfo~}}
5
5
  {{~#if this.showTeaserInfo~}}
6
6
  {{~#if this.showTeaserInfoDate~}}
7
- {{~#with ../this.teaserDate~}}
8
- <time datetime="{{this.htmlDateTime}}">{{this.date}}</time>
7
+ {{~#with ../teaserDate~}}
8
+ <time datetime="{{this.htmlDateTime}}">{{this.date}}</time><span class="mx-1 last-of-type:hidden">|</span>
9
+ {{~/with~}}
10
+ {{~/if~}}
11
+ {{~#if this.showTeaserInfoDateTime~}}
12
+ {{~#with ../teaserDate~}}
13
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime}}</time><span class="mx-1 last-of-type:hidden">|</span>
9
14
  {{~/with~}}
10
- <span class="mx-1 last-of-type:hidden">|</span>
11
- {{~else~}}
12
- {{~#if this.showTeaserInfoDateTime~}}
13
- {{~#with ../this.teaserDate~}}
14
- <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime}}</time>
15
- {{~/with~}}
16
- <span class="mx-1 last-of-type:hidden">|</span>
17
- {{~/if~}}
18
15
  {{~/if~}}
19
16
  {{~#if this.showTeaserInfoSection~}}
20
17
  <span class="uppercase">
21
- {{~../this.documentSection~}}
22
- </span>
23
- <span class="mx-1 last-of-type:hidden">|</span>
18
+ {{~../documentSection~}}
19
+ </span> <span class="mx-1 last-of-type:hidden">|</span>
20
+ {{~/if~}}
21
+ {{~#if this.showTeaserInfoChannel~}}
22
+ {{../this.podcastChannel.title}}<span class="mx-1 last-of-type:hidden">|</span>
23
+ {{~/if~}}
24
+ {{~#if this.showTeaserInfoProgramRef~}}
25
+ {{> components/teaser/components/teaser_byline_airdate}}<span class="mx-1 last-of-type:hidden">|</span>
24
26
  {{~/if~}}
25
27
  {{~/if~}}
26
28
  {{~/with~}}
@@ -32,8 +34,7 @@
32
34
  {{~/if~}}
33
35
  {{!--Profiles--}}
34
36
  {{~#if this.profiles~}}
35
- <span>{{this.profiles}}</span>
36
- <span class="mx-1 last-of-type:hidden">|</span>
37
+ <span>{{this.profiles}}</span> <span class="mx-1 last-of-type:hidden">|</span>
37
38
  {{~/if~}}
38
39
  {{!--Comments--}}
39
40
  {{~#with this.commentsSsi~}}
@@ -0,0 +1,25 @@
1
+ {{#with ../this}}
2
+ {{~#if this.isAudio}}
3
+ {{~#with this.audioAuthor}}
4
+ {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
5
+ {{/with}}
6
+ {{~#with this.airdateDate ~}}
7
+ <time datetime="{{this.htmlDate}}">{{this.date}}</time>
8
+ {{~/with~}}
9
+ {{/if}}
10
+
11
+ {{~#if this.isVideo}}
12
+ {{~#with this.copyright}}
13
+ {{this}}{{#if ../this.airdateDate }} <span class="mx-1">|</span>{{/if}}
14
+ {{/with}}
15
+
16
+ {{~#with this.airdateDate ~}}
17
+ {{~#if ../this.airdateWithoutTime ~}}
18
+ <time datetime="{{this.htmlDate}}">{{this.date}}</time>
19
+ {{else}}
20
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at"
21
+ this.dateSeparatorTime }}</time>
22
+ {{~/if~}}
23
+ {{~/with~}}
24
+ {{/if}}
25
+ {{/with}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"100","realTeaserSize":"100","isMobile1to1":true,"teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"hasByline":true,"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/rueckkehr-nach-abschiebung-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/rueckkehr-nach-abschiebung-102_v-1to1__small.jpg 380w, images/rueckkehr-nach-abschiebung-102_v-1to1__medium.jpg 480w, images/rueckkehr-nach-abschiebung-102_v-1to1.jpg 720w, images/rueckkehr-nach-abschiebung-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/rueckkehr-nach-abschiebung-102_v-16to9__small.jpg 320w, images/rueckkehr-nach-abschiebung-102_v-16to9__medium.jpg 480w, images/rueckkehr-nach-abschiebung-102_v-16to9__medium__extended.jpg 640w, images/rueckkehr-nach-abschiebung-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":true,"isMediaTeaser":false,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":false,"isVideo":false,"isPodcast":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"moreThenOneEvent":false,"moreThenTwoEvents":false,"firstInstant":{"startDate":{"monthNameShort":"APR","weekdayNameShort":"Do","day":"9"}},"lastInstant":{"startDate":{"monthNameShort":"APR","weekdayNameShort":"Fr","day":"10"}},"allowAVConsumption":false,"displayEpgInfos":false,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"Gesellschaft","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"Vor einem Jahr wurde die syrische Familie Kheder aus Wolfhagen abgeschoben. Die Gemeinde setzte alle Hebel in Bewegung, um Mutter, Tochter und Sohn zurückzuholen. Im Fall der Kinder hat das nun zu einem Happy End geführt. Doch ihre Mutter fehlt.","sophoraId":"rueckkehr-nach-abschiebung-wolfhagen--100","profiles":"Von Alf Haubitz und Alice Merton","teaserLead":{"avDocument":"","image":""},"geotag":[{"title":"Wolfhagen"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"100","realTeaserSize":"100","isMobile1to1":true,"teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"hasByline":true,"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/rueckkehr-nach-abschiebung-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/rueckkehr-nach-abschiebung-102_v-1to1__small.jpg 380w, images/rueckkehr-nach-abschiebung-102_v-1to1__medium.jpg 480w, images/rueckkehr-nach-abschiebung-102_v-1to1.jpg 720w, images/rueckkehr-nach-abschiebung-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/rueckkehr-nach-abschiebung-102_v-16to9__small.jpg 320w, images/rueckkehr-nach-abschiebung-102_v-16to9__medium.jpg 480w, images/rueckkehr-nach-abschiebung-102_v-16to9__medium__extended.jpg 640w, images/rueckkehr-nach-abschiebung-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":true,"isMediaTeaser":false,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":false,"isVideo":false,"isPodcast":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"moreThenOneEvent":false,"moreThenTwoEvents":false,"firstInstant":{"startDate":{"monthNameShort":"APR","weekdayNameShort":"Do","day":"9"}},"lastInstant":{"startDate":{"monthNameShort":"APR","weekdayNameShort":"Fr","day":"10"}},"allowAVConsumption":false,"displayEpgInfos":false,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"Gesellschaft","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"Vor einem Jahr wurde die syrische Familie Kheder aus Wolfhagen abgeschoben. Die Gemeinde setzte alle Hebel in Bewegung, um Mutter, Tochter und Sohn zurückzuholen. Im Fall der Kinder hat das nun zu einem Happy End geführt. Doch ihre Mutter fehlt.","sophoraId":"rueckkehr-nach-abschiebung-wolfhagen--100","profiles":"Von Alf Haubitz und Alice Merton","teaserLead":{"avDocument":"","image":""},"geotag":[{"title":"Wolfhagen"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}}}}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Der Hasebe-Kane-Nahkampf geht in die zweite Runde","topline":"Eintracht trifft auf Tottenham","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"100","realTeaserSize":"100","isMobile1to1":"true","teaserDate":{"htmlDateTime":"2022-10-11T19:46+0200","htmlDate":"11.10.2022","date":"11.10.22","dateSeparatorTime":"11.10.22, 19:46"},"hasByline":true,"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/hasebe-kane-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/hasebe-kane-102_v-1to1__small.jpg 380w, images/hasebe-kane-102_v-1to1__medium.jpg 480w, images/hasebe-kane-102_v-1to1.jpg 720w, images/hasebe-kane-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/hasebe-kane-102_v-16to9__small.jpg 320w, images/hasebe-kane-102_v-16to9__medium.jpg 480w, images/hasebe-kane-102_v-16to9__medium__extended.jpg 640w, images/hasebe-kane-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":false,"isMediaTeaser":true,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":true,"isVideo":false,"isPodcast":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"allowAVConsumption":true,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"Sport","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"Beim Hinspiel brachte Altmeister Makoto Hasebe Sturm-Star Harry Kane bis an den Rande der Verzweiflung. Der bittet im Rückspiel nun zur Revanche. Vorher gibt es aber lobende Worte.","sophoraId":"hasebe-kane-100","profiles":"Von Nicolas Herold aus London","teaserLead":{"avDocument":{"isAudio":true,"toModel":{"audioElement":{"isPodcast":false,"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":"2563","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js","isAutoplay":true,"teaserSize":"100","realTeaserSize":"100"},"ardPlayerJsonConfig":{"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":"2563","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js","isAutoplay":true,"teaserSize":"100","realTeaserSize":"100"}}}},"image":""},"geotag":[{"title":"Frankfurt"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Der Hasebe-Kane-Nahkampf geht in die zweite Runde","topline":"Eintracht trifft auf Tottenham","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"100","realTeaserSize":"100","isMobile1to1":"true","teaserDate":{"htmlDateTime":"2022-10-11T19:46+0200","htmlDate":"11.10.2022","date":"11.10.22","dateSeparatorTime":"11.10.22, 19:46"},"hasByline":true,"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/hasebe-kane-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/hasebe-kane-102_v-1to1__small.jpg 380w, images/hasebe-kane-102_v-1to1__medium.jpg 480w, images/hasebe-kane-102_v-1to1.jpg 720w, images/hasebe-kane-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/hasebe-kane-102_v-16to9__small.jpg 320w, images/hasebe-kane-102_v-16to9__medium.jpg 480w, images/hasebe-kane-102_v-16to9__medium__extended.jpg 640w, images/hasebe-kane-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":false,"isMediaTeaser":true,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":true,"isVideo":false,"isPodcast":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"allowAVConsumption":true,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"Sport","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"Beim Hinspiel brachte Altmeister Makoto Hasebe Sturm-Star Harry Kane bis an den Rande der Verzweiflung. Der bittet im Rückspiel nun zur Revanche. Vorher gibt es aber lobende Worte.","sophoraId":"hasebe-kane-100","profiles":"Von Nicolas Herold aus London","teaserLead":{"avDocument":{"isAudio":true,"toModel":{"audioElement":{"isPodcast":false,"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":"2563","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js","isAutoplay":true,"teaserSize":"100","realTeaserSize":"100"},"ardPlayerJsonConfig":{"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":"2563","type":"audioOndemand","cssUrl":"./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css","jsUrl":"./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js","isAutoplay":true,"teaserSize":"100","realTeaserSize":"100"}}}},"image":""},"geotag":[{"title":"Frankfurt"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}}}}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Download","topline":"","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"100","realTeaserSize":"100","isMobile1to1":"true","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"hasByline":true,"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":false,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/jugendfeuerwehr-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/jugendfeuerwehr-102_v-1to1__small.jpg 380w, images/jugendfeuerwehr-102_v-1to1__medium.jpg 480w, images/jugendfeuerwehr-102_v-1to1.jpg 720w, images/jugendfeuerwehr-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/jugendfeuerwehr-102_v-16to9__small.jpg 320w, images/jugendfeuerwehr-102_v-16to9__medium.jpg 480w, images/jugendfeuerwehr-102_v-16to9__medium__extended.jpg 640w, images/jugendfeuerwehr-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":true,"isMediaTeaser":false,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":false,"isVideo":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"isFileDownload":true,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"allowAVConsumption":false,"displayEpgInfos":false,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"","sophoraId":"rueckkehr-nach-abschiebung-wolfhagen--100","profiles":"","teaserLead":{"avDocument":"","image":""},"geotag":[{"title":"Wolfhagen"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}},"label":{"type":"download","loca":"label_download","byline":{"bylineText":"ZIP - 3mb"}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"byline":"Byline","title":"Download","topline":"","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"100","realTeaserSize":"100","isMobile1to1":"true","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"hasByline":true,"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/jugendfeuerwehr-102_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","sizes":"40vw","srcset":"images/jugendfeuerwehr-102_v-1to1__small.jpg 380w, images/jugendfeuerwehr-102_v-1to1__medium.jpg 480w, images/jugendfeuerwehr-102_v-1to1.jpg 720w, images/jugendfeuerwehr-102_v-1to1__large.jpg 960w"},{"media":"all and (min-width: 48em) ","sizes":"33vw","srcset":"images/jugendfeuerwehr-102_v-16to9__small.jpg 320w, images/jugendfeuerwehr-102_v-16to9__medium.jpg 480w, images/jugendfeuerwehr-102_v-16to9__medium__extended.jpg 640w, images/jugendfeuerwehr-102_v-16to9.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":true,"isHeroTeaser":true,"isMediaTeaser":false,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":false,"isAudio":false,"isVideo":false,"isPodcastEpisode":false,"isExtOrBrandLink":false,"isAuthor":false,"isFileDownload":true,"copyright":"Copyright Text","audioAuthor":"Audio Author","hasStatus":false,"hasTeaserItem":true,"allowAVConsumption":false,"displayEpgInfos":false,"aspectRatio":"ar--teaserTop","hideGeotag":false,"hideEditableByline":true,"doTracking":true,"trackingForArdMediatheksLink":false,"showMediatheksLink":false,"showAirdate":false,"showProfileInfoAsByline":false,"obsolet_brandOfTeaser":"hessenschau","documentSection":"","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"","sophoraId":"rueckkehr-nach-abschiebung-wolfhagen--100","profiles":"","teaserLead":{"avDocument":"","image":""},"geotag":[{"title":"Wolfhagen"}],"link":{"url":"/teaser1","webviewUrl":"/teaser1#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}},"label":{"type":"download","loca":"label_download","byline":{"bylineText":"ZIP - 3mb"}}}}}