hr-design-system-handlebars 0.47.19 → 0.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/views/components/teaser/components/teaser_image.hbs +1 -1
  3. package/dist/views/components/teaser/components/teaser_title_classes.hbs +6 -10
  4. package/dist/views/components/teaser/components/teaser_topline.hbs +5 -3
  5. package/dist/views/components/video/video_element.hbs +2 -2
  6. package/package.json +1 -1
  7. package/src/assets/fixtures/teaser/teaser_alternative_100_serif.json +1 -1
  8. package/src/assets/fixtures/teaser/teaser_alternative_25_serif.json +1 -1
  9. package/src/assets/fixtures/teaser/teaser_alternative_33_serif.json +1 -1
  10. package/src/assets/fixtures/teaser/teaser_alternative_50_serif.json +1 -1
  11. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif.json +1 -1
  12. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_comments.json +1 -1
  13. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_label.json +1 -1
  14. package/src/assets/fixtures/teaser/teaser_poster_lg.json +6 -7
  15. package/src/assets/fixtures/teaser/teaser_poster_md.json +6 -6
  16. package/src/assets/fixtures/teaser/teaser_poster_md_label.json +9 -9
  17. package/src/assets/fixtures/teaser/teasers.inc.json +4 -4
  18. package/src/stories/views/components/teaser/components/teaser_heading.stories.mdx +3 -3
  19. package/src/stories/views/components/teaser/components/teaser_image.hbs +1 -1
  20. package/src/stories/views/components/teaser/components/teaser_title.stories.mdx +21 -12
  21. package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +6 -10
  22. package/src/stories/views/components/teaser/components/teaser_topline.hbs +5 -3
  23. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -1
  24. package/src/stories/views/components/teaser/fixtures/teaser_alternative_25_serif.json +1 -1
  25. package/src/stories/views/components/teaser/fixtures/teaser_alternative_33_serif.json +1 -1
  26. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -1
  27. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif.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_comments_without_teaserinfo.json +1 -1
  31. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  32. package/src/stories/views/components/teaser/fixtures/teaser_poster_lg.json +1 -1
  33. package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
  34. package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
  35. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -1
  36. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.json +1 -1
  37. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -1
  38. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.json +1 -1
  39. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_av_consumption.json +1 -1
  40. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif.json +1 -1
  41. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_comments.json +1 -1
  42. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -1
  43. package/src/stories/views/components/video/video_element.hbs +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.48.0 (Wed Jun 29 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Feature/dpe 1567 [#255](https://github.com/mumprod/hr-design-system-handlebars/pull/255) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v0.47.19 (Wed Jun 29 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1,3 +1,3 @@
1
1
  {{#>components/base/link isAriaHidden=true doTracking=(if this.doTracking 'true') clickLabelPrefix1=this.teaserSize clickLabelPrefix2="mediaLink" }}
2
- {{~> components/base/image/responsive_image this.teaserImage type=this.teasertype variant=this.imageVariant noDelay=../this.dontLazyload addClassImg="" ~}}
2
+ {{~> components/base/image/responsive_image this.teaserImage type=this.teaserType variant=this.imageVariant noDelay=../this.dontLazyload addClassImg="" ~}}
3
3
  {{/components/base/link}}
@@ -1,24 +1,20 @@
1
1
  {{#switch teaserType~}}
2
- {{~#case "standard"~}}
2
+ {{~#case 'standard-ds'~}}
3
3
  {{~inline-switch
4
4
  size
5
5
  '["hero","100","25"]'
6
6
  '["text-2xl md:text-4xl","text-2xl md:text-4xl","text-lg","text-2xl"]'
7
- ~}}
7
+ ~}}
8
8
  {{~/case~}}
9
- {{~#case "alternative"~}}
9
+ {{~#case 'alternative-ds'~}}
10
10
  {{~inline-switch
11
11
  size
12
12
  '["hero","100","50"]'
13
13
  '["text-2xl md:text-3xl","text-2xl md:text-3xl","text-2xl"]'
14
- ~}}
14
+ ~}}
15
15
  {{~/case~}}
16
- {{~#case "poster"~}}
17
- {{~inline-switch
18
- size
19
- '["50","33"]'
20
- '["text-2xl md:text-4xl","text-2xl"]'
21
- ~}}
16
+ {{~#case 'poster-ds'~}}
17
+ {{~inline-switch size '["50","33"]' '["text-2xl md:text-4xl","text-2xl"]'~}}
22
18
  {{~/case~}}
23
19
  {{~/switch~}}
24
20
  {{~inline-switch
@@ -1,6 +1,8 @@
1
- <span
2
- class="pt-px block text-base {{inline-switch teaserType '["poster"]' '["text-white","text-toplineColor"]'}} font-heading"
3
- aria-label="{{readMore}}: {{text}}"
1
+ <span
2
+ class='pt-px block text-base
3
+ {{inline-switch teaserType '["poster-ds"]' '["text-white","text-toplineColor"]'}}
4
+ font-heading'
5
+ aria-label='{{readMore}}: {{text}}'
4
6
  >
5
7
  {{text}}
6
8
  </span>
@@ -62,12 +62,12 @@
62
62
  {{#if _isTeaser}}
63
63
  {{#with _teaser}}
64
64
  {{~#if ../_isCopyText~}}
65
- {{~> components/base/image/responsive_image this.teaserImage type=(if this.content.teasertype this.content.teasertype 'story') variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="ar__content" _noDelay=../_noDelay ~}}
65
+ {{~> 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 ~}}
66
66
  {{else}}
67
67
  {{#>components/base/link _cssClasses="c-teaser__mediaLink" _isAriaHidden=true
68
68
  _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize
69
69
  _clickLabelPrefix2="mediaLink" }}
70
- {{~> components/base/image/responsive_image this.teaserImage type=(if this.content.teasertype this.content.teasertype 'story') variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="js-mediaplayer__area ar__content mediaPlayerLoader__mediaplayerArea" _noDelay=../../_noDelay ~}}
70
+ {{~> 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="js-mediaplayer__area ar__content mediaPlayerLoader__mediaplayerArea" _noDelay=../../_noDelay ~}}
71
71
  {{/components/base/link }}
72
72
  {{/if}}
73
73
  {{/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": "0.47.19",
9
+ "version": "0.48.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative"
11
+ "@->value": "alternative-ds"
12
12
  }
13
13
  ]
14
14
  }
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative"
11
+ "@->value": "alternative-ds"
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative"
11
+ "@->value": "alternative-ds"
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.teaserImage",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative"
11
+ "@->value": "alternative-ds"
12
12
  }
13
13
  ]
14
14
  }
@@ -4,7 +4,7 @@
4
4
  "@->overrides": [
5
5
  {
6
6
  "@->contentpath": "logicItem.includeModel.teaserType",
7
- "@->value": "alternative"
7
+ "@->value": "alternative-ds"
8
8
  }
9
9
  ]
10
10
  }
@@ -4,7 +4,7 @@
4
4
  "@->overrides": [
5
5
  {
6
6
  "@->contentpath": "logicItem.includeModel.teaserType",
7
- "@->value": "alternative"
7
+ "@->value": "alternative-ds"
8
8
  }
9
9
  ]
10
10
  }
@@ -4,7 +4,7 @@
4
4
  "@->overrides": [
5
5
  {
6
6
  "@->contentpath": "logicItem.includeModel.teaserType",
7
- "@->value": "alternative"
7
+ "@->value": "alternative-ds"
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.topline",
@@ -4,7 +4,7 @@
4
4
  "@->overrides": [
5
5
  {
6
6
  "@->contentpath": "logicItem.includeModel.teaserType",
7
- "@->value": "poster"
7
+ "@->value": "poster-ds"
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
@@ -15,19 +15,18 @@
15
15
  "@->value": "Zum Artikel"
16
16
  },
17
17
  {
18
- "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
18
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
19
19
  "@->value": {
20
20
  "@->jsoninclude": "teaser/teaser_images.inc.json",
21
21
  "@->contentpath": "poster_1"
22
- }
22
+ }
23
23
  },
24
24
  {
25
- "@->contentpath": "logicItem.includeModel.teaserImage",
25
+ "@->contentpath": "logicItem.includeModel.teaserImage",
26
26
  "@->value": {
27
27
  "@->jsoninclude": "teaser/teaser_images.inc.json",
28
28
  "@->contentpath": "poster_1"
29
- }
29
+ }
30
30
  }
31
-
32
31
  ]
33
- }
32
+ }
@@ -4,7 +4,7 @@
4
4
  "@->overrides": [
5
5
  {
6
6
  "@->contentpath": "logicItem.includeModel.teaserType",
7
- "@->value": "poster"
7
+ "@->value": "poster-ds"
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
@@ -15,18 +15,18 @@
15
15
  "@->value": "Zum Artikel"
16
16
  },
17
17
  {
18
- "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
18
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
19
19
  "@->value": {
20
20
  "@->jsoninclude": "teaser/teaser_images.inc.json",
21
21
  "@->contentpath": "poster_1"
22
- }
22
+ }
23
23
  },
24
24
  {
25
- "@->contentpath": "logicItem.includeModel.teaserImage",
25
+ "@->contentpath": "logicItem.includeModel.teaserImage",
26
26
  "@->value": {
27
27
  "@->jsoninclude": "teaser/teaser_images.inc.json",
28
28
  "@->contentpath": "poster_1"
29
- }
29
+ }
30
30
  }
31
31
  ]
32
- }
32
+ }
@@ -4,7 +4,7 @@
4
4
  "@->overrides": [
5
5
  {
6
6
  "@->contentpath": "logicItem.includeModel.teaserType",
7
- "@->value": "poster"
7
+ "@->value": "poster-ds"
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
@@ -19,18 +19,18 @@
19
19
  "@->value": "Zum Ticker"
20
20
  },
21
21
  {
22
- "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
22
+ "@->contentpath": "logicItem.includeModel.link.content.teaserImage",
23
23
  "@->value": {
24
24
  "@->jsoninclude": "teaser/teaser_images.inc.json",
25
25
  "@->contentpath": "poster_2"
26
- }
26
+ }
27
27
  },
28
28
  {
29
- "@->contentpath": "logicItem.includeModel.teaserImage",
29
+ "@->contentpath": "logicItem.includeModel.teaserImage",
30
30
  "@->value": {
31
31
  "@->jsoninclude": "teaser/teaser_images.inc.json",
32
32
  "@->contentpath": "poster_2"
33
- }
33
+ }
34
34
  },
35
35
  {
36
36
  "@->contentpath": "logicItem.includeModel.topline",
@@ -54,7 +54,7 @@
54
54
  "@->contentpath": "byline.bylineText",
55
55
  "@->value": ""
56
56
  }
57
- ]
57
+ ]
58
58
  }
59
59
  },
60
60
  {
@@ -71,8 +71,8 @@
71
71
  "@->contentpath": "byline.bylineText",
72
72
  "@->value": ""
73
73
  }
74
- ]
74
+ ]
75
75
  }
76
- }
76
+ }
77
77
  ]
78
- }
78
+ }
@@ -9,7 +9,7 @@
9
9
  "topline": "Überglücklich, aber ohne Mama",
10
10
  "headingFontVariant": "serif",
11
11
  "extendedTitle": "",
12
- "teaserType": "standard",
12
+ "teaserType": "standard-ds",
13
13
  "teaserSize": "hero",
14
14
  "teaserDate": {
15
15
  "htmlDateTime": "2022-04-17T19:30+0200",
@@ -96,7 +96,7 @@
96
96
  "@->contentpath": "standard_1"
97
97
  },
98
98
  "teaserSize": "hero",
99
- "teaserType": "standard",
99
+ "teaserType": "standard-ds",
100
100
  "title": "Abgeschobene Geschwister aus Syrien zurück in Wolfhagen",
101
101
  "topline": "Überglücklich, aber ohne Mama",
102
102
  "trackingData": {
@@ -118,7 +118,7 @@
118
118
  "topline": "Überglücklich, aber ohne Mama",
119
119
  "headingFontVariant": "serif",
120
120
  "extendedTitle": "",
121
- "teaserType": "standard",
121
+ "teaserType": "standard-ds",
122
122
  "teaserSize": "hero",
123
123
  "teaserDate": {
124
124
  "htmlDateTime": "2022-04-17T19:30+0200",
@@ -220,7 +220,7 @@
220
220
  "@->contentpath": "standard_1"
221
221
  },
222
222
  "teaserSize": "hero",
223
- "teaserType": "standard",
223
+ "teaserType": "standard-ds",
224
224
  "title": "Abgeschobene Geschwister aus Syrien zurück in Wolfhagen",
225
225
  "topline": "Überglücklich, aber ohne Mama",
226
226
  "trackingData": {
@@ -80,7 +80,7 @@ Ein toller Einleitungstext für unsere `Teaser-Heading` Komponente:
80
80
  headlineTag: 'h1',
81
81
  fontVariant: 'serif',
82
82
  size: 'hero',
83
- teaserType: 'standard'
83
+ teaserType: 'standard-ds',
84
84
  }}
85
85
  >
86
86
  {Template.bind({})}
@@ -109,7 +109,7 @@ Ein toller Einleitungstext für unsere `Teaser-Heading` Komponente:
109
109
  headlineTag: 'h1',
110
110
  fontVariant: 'serif',
111
111
  size: '33',
112
- teaserType: 'standard'
112
+ teaserType: 'standard-ds',
113
113
  }}
114
114
  >
115
115
  {Template.bind({})}
@@ -136,7 +136,7 @@ Ein toller Einleitungstext für unsere `Teaser-Heading` Komponente:
136
136
  headlineTag: 'h1',
137
137
  fontVariant: 'serif',
138
138
  size: '25',
139
- teaserType: 'standard'
139
+ teaserType: 'standard-ds',
140
140
  }}
141
141
  >
142
142
  {Template.bind({})}
@@ -1,3 +1,3 @@
1
1
  {{#>components/base/link isAriaHidden=true doTracking=(if this.doTracking 'true') clickLabelPrefix1=this.teaserSize clickLabelPrefix2="mediaLink" }}
2
- {{~> components/base/image/responsive_image this.teaserImage type=this.teasertype variant=this.imageVariant noDelay=../this.dontLazyload addClassImg="" ~}}
2
+ {{~> components/base/image/responsive_image this.teaserImage type=this.teaserType variant=this.imageVariant noDelay=../this.dontLazyload addClassImg="" ~}}
3
3
  {{/components/base/link}}
@@ -52,28 +52,37 @@ anhand der Parameter <b>teaserType</b> und <b>fontVariant</b> in der inkludierte
52
52
  Die Titel-Komponente inkludiert folgende Komponenten:
53
53
 
54
54
  <ul>
55
- <li>components/teaser/components/<b>teaser_title_classes</b></li>
55
+ <li>
56
+ components/teaser/components/<b>teaser_title_classes</b>
57
+ </li>
56
58
  </ul>
57
59
 
58
-
59
60
  ## Parameter
60
61
 
61
62
  Die Titel-Komponente benötigt folgende Parameter:
62
63
 
63
64
  <ul>
64
- <li><b>text</b></li>
65
- <li><b>fontVariant</b></li>
66
- <li><b>size</b></li>
67
- <li><b>teaserType</b></li>
65
+ <li>
66
+ <b>text</b>
67
+ </li>
68
+ <li>
69
+ <b>fontVariant</b>
70
+ </li>
71
+ <li>
72
+ <b>size</b>
73
+ </li>
74
+ <li>
75
+ <b>teaserType</b>
76
+ </li>
68
77
  </ul>
69
78
 
70
-
71
79
  ## Verwendung
72
80
 
73
81
  Die Titel-Komponente wird in handlebars wie folgt eingebaut:
74
82
 
75
83
  ```html
76
- {{> components/teaser/components/teaser_title text=title fontVariant=fontVariant size=size teaserType=teaserType}}
84
+ {{> components/teaser/components/teaser_title text=title fontVariant=fontVariant size=size
85
+ teaserType=teaserType}}
77
86
  ```
78
87
 
79
88
  <Preview withToolbar>
@@ -83,7 +92,7 @@ Die Titel-Komponente wird in handlebars wie folgt eingebaut:
83
92
  text: 'Dies ist der Titel eines 100%-Teasers',
84
93
  size: 'hero',
85
94
  fontVariant: 'serif',
86
- teaserType: 'standard'
95
+ teaserType: 'standard-ds',
87
96
  }}
88
97
  >
89
98
  {Template.bind({})}
@@ -94,7 +103,7 @@ Die Titel-Komponente wird in handlebars wie folgt eingebaut:
94
103
  text: 'Dies ist der Titel eines 66%-, 50%- oder 33%-Teasers',
95
104
  size: '33',
96
105
  fontVariant: 'serif',
97
- teaserType: 'standard'
106
+ teaserType: 'standard-ds',
98
107
  }}
99
108
  >
100
109
  {Template.bind({})}
@@ -105,11 +114,11 @@ Die Titel-Komponente wird in handlebars wie folgt eingebaut:
105
114
  text: 'Dies ist der Titel eines 25%-Teasers',
106
115
  size: '25',
107
116
  fontVariant: 'serif',
108
- teaserType: 'standard'
117
+ teaserType: 'standard-ds',
109
118
  }}
110
119
  >
111
120
  {Template.bind({})}
112
121
  </Story>
113
122
  </Preview>
114
123
 
115
- <ArgsTable story="Titel Serif - Hero" />
124
+ <ArgsTable story="Titel Serif - Hero" />
@@ -1,24 +1,20 @@
1
1
  {{#switch teaserType~}}
2
- {{~#case "standard"~}}
2
+ {{~#case 'standard-ds'~}}
3
3
  {{~inline-switch
4
4
  size
5
5
  '["hero","100","25"]'
6
6
  '["text-2xl md:text-4xl","text-2xl md:text-4xl","text-lg","text-2xl"]'
7
- ~}}
7
+ ~}}
8
8
  {{~/case~}}
9
- {{~#case "alternative"~}}
9
+ {{~#case 'alternative-ds'~}}
10
10
  {{~inline-switch
11
11
  size
12
12
  '["hero","100","50"]'
13
13
  '["text-2xl md:text-3xl","text-2xl md:text-3xl","text-2xl"]'
14
- ~}}
14
+ ~}}
15
15
  {{~/case~}}
16
- {{~#case "poster"~}}
17
- {{~inline-switch
18
- size
19
- '["50","33"]'
20
- '["text-2xl md:text-4xl","text-2xl"]'
21
- ~}}
16
+ {{~#case 'poster-ds'~}}
17
+ {{~inline-switch size '["50","33"]' '["text-2xl md:text-4xl","text-2xl"]'~}}
22
18
  {{~/case~}}
23
19
  {{~/switch~}}
24
20
  {{~inline-switch
@@ -1,6 +1,8 @@
1
- <span
2
- class="pt-px block text-base {{inline-switch teaserType '["poster"]' '["text-white","text-toplineColor"]'}} font-heading"
3
- aria-label="{{readMore}}: {{text}}"
1
+ <span
2
+ class='pt-px block text-base
3
+ {{inline-switch teaserType '["poster-ds"]' '["text-white","text-toplineColor"]'}}
4
+ font-heading'
5
+ aria-label='{{readMore}}: {{text}}'
4
6
  >
5
7
  {{text}}
6
8
  </span>
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","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","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"teaserSize":"hero","teaserType":"standard","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative-ds","teaserSize":"100","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"teaserSize":"hero","teaserType":"standard-ds","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"25","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"https://picsum.photos/id/191/480/270","sources":[{"media":"all and (max-width: 39.938em)","sizes":"40vw","srcset":"https://picsum.photos/id/191/320/320 320w, https://picsum.photos/id/191/480/480 480w, https://picsum.photos/id/191/640/640 640w, https://picsum.photos/id/191/960/960 960w"},{"media":"all and (min-width: 40em) and (max-width: 58.938em)","sizes":"25vw","srcset":"https://picsum.photos/id/191/320/180 320w, https://picsum.photos/id/191/480/270 480w, https://picsum.photos/id/191/640/360 640w, https://picsum.photos/id/191/960/540 960w"},{"media":"all and (min-width: 59em)","sizes":"218px","srcset":"https://picsum.photos/id/191/320/180 320w, https://picsum.photos/id/191/480/270 480w, https://picsum.photos/id/191/640/360 640w"}]}},"teaserSize":"hero","teaserType":"standard","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative-ds","teaserSize":"25","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"https://picsum.photos/id/191/480/270","sources":[{"media":"all and (max-width: 39.938em)","sizes":"40vw","srcset":"https://picsum.photos/id/191/320/320 320w, https://picsum.photos/id/191/480/480 480w, https://picsum.photos/id/191/640/640 640w, https://picsum.photos/id/191/960/960 960w"},{"media":"all and (min-width: 40em) and (max-width: 58.938em)","sizes":"25vw","srcset":"https://picsum.photos/id/191/320/180 320w, https://picsum.photos/id/191/480/270 480w, https://picsum.photos/id/191/640/360 640w, https://picsum.photos/id/191/960/540 960w"},{"media":"all and (min-width: 59em)","sizes":"218px","srcset":"https://picsum.photos/id/191/320/180 320w, https://picsum.photos/id/191/480/270 480w, https://picsum.photos/id/191/640/360 640w"}]}},"teaserSize":"hero","teaserType":"standard-ds","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"33","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/189/480/270","sources":[{"sizes":"(min-width: 40em) and (max-width: 58.938em) 33vw,(min-width: 59em) calc(1008px * 0.33), 100vw","srcset":"https://picsum.photos/id/189/320/180 320w, https://picsum.photos/id/189/480/270 480w, https://picsum.photos/id/189/640/360 640w, https://picsum.photos/id/189/960/540 960w, https://picsum.photos/id/189/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"teaserSize":"hero","teaserType":"standard","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative-ds","teaserSize":"33","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/189/480/270","sources":[{"sizes":"(min-width: 40em) and (max-width: 58.938em) 33vw,(min-width: 59em) calc(1008px * 0.33), 100vw","srcset":"https://picsum.photos/id/189/320/180 320w, https://picsum.photos/id/189/480/270 480w, https://picsum.photos/id/189/640/360 640w, https://picsum.photos/id/189/960/540 960w, https://picsum.photos/id/189/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"teaserSize":"hero","teaserType":"standard-ds","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"50","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"teaserSize":"hero","teaserType":"standard","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative-ds","teaserSize":"50","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"teaserSize":"hero","teaserType":"standard-ds","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}
@@ -1 +1 @@
1
- {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative","teaserSize":"hero","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"teaserSize":"hero","teaserType":"standard","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}
1
+ {"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"byline":"Byline","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","headingFontVariant":"serif","extendedTitle":"","teaserType":"alternative-ds","teaserSize":"hero","teaserDate":{"htmlDateTime":"2022-04-17T19:30+0200","htmlDate":"20.02.1983","date":"17.04.22","dateSeparatorTime":"17.04.22, 19:30"},"teaserInfo":{"showTeaserInfo":true,"showTeaserInfoSection":true,"showTeaserInfoChannel":true,"showTeaserInfoAll":true,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":true},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"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,"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":"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"},"content":{"headlineTag":"h1","headingFontVariant":"serif","imageVariant":"topteaser","isFileDownload":false,"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"https://picsum.photos/id/188/480/270","sources":[{"sizes":"(min-width: 1010px) 960px, 100vw","srcset":"https://picsum.photos/id/188/320/180 320w, https://picsum.photos/id/188/480/270 480w, https://picsum.photos/id/188/640/360 640w, https://picsum.photos/id/188/960/540 960w, https://picsum.photos/id/188/1920/1080 1920w"}]}},"teaserSize":"hero","teaserType":"standard-ds","title":"Abgeschobene Geschwister aus Syrien zurück in Wolfhagen","topline":"Überglücklich, aber ohne Mama","trackingData":{"secondLevelId":"2","pageName":"hessenschau"}}}}}}