hr-design-system-handlebars 1.27.1 → 1.27.2
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.
- package/CHANGELOG.md +13 -0
- package/dist/assets/brand/_default/conf/locatags.json +2 -1
- package/dist/assets/index.css +70 -10
- package/dist/views/components/button/utilities/button_on_image_classes.hbs +6 -0
- package/dist/views/components/mediaplayer/media_player.hbs +2 -2
- package/dist/views/components/teaser/components/teaser_av_consumption.hbs +5 -5
- package/dist/views/components/teaser/components/teaser_lead.hbs +1 -1
- package/dist/views/components/teaser/components/teaser_title_classes.hbs +14 -0
- package/dist/views/components/teaser/ticker/teaser_ticker_alternativ.hbs +16 -0
- package/dist/views/components/teaser/ticker/teaser_ticker_body.hbs +26 -0
- package/dist/views/components/teaser/ticker/teaser_ticker_footer.hbs +12 -0
- package/dist/views/components/teaser/ticker/teaser_ticker_standard.hbs +16 -0
- package/dist/views/components/teaser/ticker/teaser_ticker_timeline.hbs +3 -3
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +2 -1
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr2/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +1 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +1 -0
- package/src/assets/fixtures/teaser/teaser_images.inc.json +19 -0
- package/src/assets/fixtures/teaser/teaser_ticker.inc.json +113 -1
- package/src/assets/fixtures/teaser/ticker_teaser_alternativ_100.json +54 -0
- package/src/assets/fixtures/teaser/ticker_teaser_alternativ_hero.json +42 -0
- package/src/assets/fixtures/teaser/ticker_teaser_alternativ_hero_audio.json +42 -0
- package/src/assets/fixtures/teaser/ticker_teaser_standard_100.json +8 -0
- package/src/assets/fixtures/teaser/ticker_teaser_standard_25.json +50 -0
- package/src/assets/fixtures/teaser/ticker_teaser_standard_33.json +37 -0
- package/src/assets/fixtures/teaser/ticker_teaser_standard_50.json +37 -0
- package/src/assets/fixtures/teaser/ticker_teaser_standard_hero.json +25 -0
- package/src/assets/fixtures/teaser/ticker_teaser_standard_hero_audio.json +25 -0
- package/src/assets/tailwind.css +15 -0
- package/src/stories/views/components/button/utilities/button_on_image_classes.hbs +6 -0
- package/src/stories/views/components/mediaplayer/media_player.hbs +2 -2
- package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +5 -5
- package/src/stories/views/components/teaser/components/teaser_lead.hbs +1 -1
- package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +14 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_100.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero copy.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero_audio.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_100 copy.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_25.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_30.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_33.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_50 copy 2.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_50 copy.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_50.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero copy.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio copy.json +1 -0
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio.json +1 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_alternativ.hbs +16 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_alternativ.mdx +20 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_alternativ.stories.js +49 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_body.hbs +26 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_footer.hbs +12 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_standard.hbs +16 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_standard.mdx +21 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_standard.stories.js +69 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_timeline.hbs +3 -3
- package/tailwind.config.js +5 -0
- package/dist/views/components/teaser/components/teaser_ticker_body.hbs +0 -39
- package/dist/views/components/teaser/ticker/teaser_ticker.hbs +0 -29
- package/src/stories/views/components/teaser/components/teaser_ticker_body.hbs +0 -39
- package/src/stories/views/components/teaser/ticker/teaser_ticker.hbs +0 -29
- package/src/stories/views/components/teaser/ticker/teaser_ticker.mdx +0 -10
- package/src/stories/views/components/teaser/ticker/teaser_ticker.stories.js +0 -34
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"includePath": "components/teaser/ticker/teaser_ticker",
|
|
6
6
|
"includeModel": {
|
|
7
7
|
"byline": "Byline",
|
|
8
|
+
"tickerTopic": "Eintracht",
|
|
8
9
|
"title": "Eintracht: +++ Eintracht-Halbfinale terminiert +++ Frankfurter Gala in Barcelona jährt sich +++ Berichte: Aouar in Gesprächen mit AS Rom +++",
|
|
9
10
|
"topline": "",
|
|
10
11
|
"headingFontVariant": "serif",
|
|
@@ -93,7 +94,7 @@
|
|
|
93
94
|
"shorttext": "Hier bekommen Sie immer die neuesten Nachrichten über Eintracht Frankfurt.",
|
|
94
95
|
"hideBylineAndShorttext": false,
|
|
95
96
|
"sophoraId": "rueckkehr-nach-abschiebung-wolfhagen--100",
|
|
96
|
-
"profiles": "Von
|
|
97
|
+
"profiles": "Von Gundula Gause (Expertin), Anne Chebu, Anja Engelke und Alice Merton",
|
|
97
98
|
"teaserLead": {
|
|
98
99
|
"avDocument": "",
|
|
99
100
|
"image": ""
|
|
@@ -114,6 +115,117 @@
|
|
|
114
115
|
"readMore": "mehr",
|
|
115
116
|
"readMoreLong": "read More Long"
|
|
116
117
|
}
|
|
118
|
+
},
|
|
119
|
+
"tickerItemResults": {
|
|
120
|
+
"@->jsoninclude": "teaser_ticker_timeline.json",
|
|
121
|
+
"@->contentpath": "tickerItemResults"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"tickerTeaser_audio": {
|
|
127
|
+
"isSsi": true,
|
|
128
|
+
"logicItem": {
|
|
129
|
+
"includePath": "components/teaser/teaser_standard",
|
|
130
|
+
"includeModel": {
|
|
131
|
+
"byline": "Byline",
|
|
132
|
+
"tickerTopic": "Eintracht",
|
|
133
|
+
"title": "Der Hasebe-Kane-Nahkampf geht in die zweite Runde",
|
|
134
|
+
"topline": "Eintracht trifft auf Tottenham",
|
|
135
|
+
"headingFontVariant": "serif",
|
|
136
|
+
"extendedTitle": "",
|
|
137
|
+
"teaserType": "standard",
|
|
138
|
+
"teaserSize": "hero",
|
|
139
|
+
"realTeaserSize": "hero",
|
|
140
|
+
"isMobile1to1": false,
|
|
141
|
+
"teaserDate": {
|
|
142
|
+
"htmlDateTime": "2022-10-11T19:46+0200",
|
|
143
|
+
"htmlDate": "11.10.2022",
|
|
144
|
+
"date": "11.10.22",
|
|
145
|
+
"dateSeparatorTime": "11.10.22, 19:46"
|
|
146
|
+
},
|
|
147
|
+
"hasByline": true,
|
|
148
|
+
"teaserInfo": {
|
|
149
|
+
"showTeaserInfo": true,
|
|
150
|
+
"showTeaserInfoSection": true,
|
|
151
|
+
"showTeaserInfoChannel": false,
|
|
152
|
+
"showTeaserInfoAll": false,
|
|
153
|
+
"showTeaserInfoDate": false,
|
|
154
|
+
"showTeaserInfoDateTime": true,
|
|
155
|
+
"showTeaserInfoProgramRef": false
|
|
156
|
+
},
|
|
157
|
+
"teaserImage": {
|
|
158
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
159
|
+
"@->contentpath": "teaser_standard",
|
|
160
|
+
"@->replaceToken": [
|
|
161
|
+
{
|
|
162
|
+
"@->token": "image",
|
|
163
|
+
"@->value": "hasebe-kane-102"
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
"displayTeaserBodyAsImageOverlay": false,
|
|
168
|
+
"hasMediaButtons": false,
|
|
169
|
+
"dontLazyload": true,
|
|
170
|
+
"isStandardTeaser": true,
|
|
171
|
+
"isHeroTeaser": true,
|
|
172
|
+
"isMediaTeaser": true,
|
|
173
|
+
"isGuide": false,
|
|
174
|
+
"isProgram": false,
|
|
175
|
+
"isEvent": false,
|
|
176
|
+
"isTicker": true,
|
|
177
|
+
"isAudio": true,
|
|
178
|
+
"isVideo": false,
|
|
179
|
+
"isPodcast": false,
|
|
180
|
+
"isPodcastEpisode": false,
|
|
181
|
+
"isExtOrBrandLink": false,
|
|
182
|
+
"isAuthor": false,
|
|
183
|
+
"copyright": "Copyright Text",
|
|
184
|
+
"audioAuthor": "Audio Author",
|
|
185
|
+
"hasStatus": false,
|
|
186
|
+
"hasTeaserItem": true,
|
|
187
|
+
"allowAVConsumption": true,
|
|
188
|
+
"aspectRatio": "ar--teaserTop",
|
|
189
|
+
"hideGeotag": false,
|
|
190
|
+
"hideEditableByline": true,
|
|
191
|
+
"doTracking": true,
|
|
192
|
+
"trackingForArdMediatheksLink": false,
|
|
193
|
+
"showMediatheksLink": false,
|
|
194
|
+
"showAirdate": false,
|
|
195
|
+
"showProfileInfoAsByline": false,
|
|
196
|
+
"obsolet_brandOfTeaser": "hessenschau",
|
|
197
|
+
"documentSection": "Sport",
|
|
198
|
+
"headlineTag": "h1",
|
|
199
|
+
"icon": "ortsmarke",
|
|
200
|
+
"imageVariant": "topteaser",
|
|
201
|
+
"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.",
|
|
202
|
+
"hideBylineAndShorttext": false,
|
|
203
|
+
"sophoraId": "hasebe-kane-100",
|
|
204
|
+
"profiles": "Von Gundula Gause (Expertin), Anne Chebu, Anja Engelke und Alice Merton",
|
|
205
|
+
"teaserLead": {
|
|
206
|
+
"@->jsoninclude": "teaser/teaser_lead.inc.json",
|
|
207
|
+
"@->contentpath": "audio"
|
|
208
|
+
},
|
|
209
|
+
"geotag": [
|
|
210
|
+
{
|
|
211
|
+
"title": "Frankfurt"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"link": {
|
|
215
|
+
"url": "/teaser1",
|
|
216
|
+
"webviewUrl": "/teaser1#webview",
|
|
217
|
+
"isTargetBlank": false,
|
|
218
|
+
"hasIcon": false,
|
|
219
|
+
"iconName": "iconName",
|
|
220
|
+
"readMoreText": {
|
|
221
|
+
"readMoreScreenreader": "Zum Artikel",
|
|
222
|
+
"readMore": "mehr",
|
|
223
|
+
"readMoreLong": "read More Long"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"tickerItemResults": {
|
|
227
|
+
"@->jsoninclude": "teaser_ticker_timeline.json",
|
|
228
|
+
"@->contentpath": "tickerItemResults"
|
|
117
229
|
}
|
|
118
230
|
}
|
|
119
231
|
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teaser_ticker.inc.json",
|
|
3
|
+
"@->contentpath": "tickerTeaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
7
|
+
"@->value": "100"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
|
+
"@->value": "100"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "ticker-alternative"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isHeroTeaser",
|
|
19
|
+
"@->value": false
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
23
|
+
"@->value": ""
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.topline",
|
|
27
|
+
"@->value": ""
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"@->contentpath": "logicItem.includeModel.isStandardTeaser",
|
|
31
|
+
"@->value": false
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"@->contentpath": "logicItem.includeModel.label",
|
|
35
|
+
"@->value": {
|
|
36
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
37
|
+
"@->contentpath": "ticker"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
42
|
+
"@->value": {
|
|
43
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
44
|
+
"@->contentpath": "teaser_ticker_hero",
|
|
45
|
+
"@->replaceToken": [
|
|
46
|
+
{
|
|
47
|
+
"@->token": "image",
|
|
48
|
+
"@->value": "sportschau-image-5708"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teaser_ticker.inc.json",
|
|
3
|
+
"@->contentpath": "tickerTeaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
7
|
+
"@->value": "ticker-alternative"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
11
|
+
"@->value": ""
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.topline",
|
|
15
|
+
"@->value": ""
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isStandardTeaser",
|
|
19
|
+
"@->value": false
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.label",
|
|
23
|
+
"@->value": {
|
|
24
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
25
|
+
"@->contentpath": "ticker"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
30
|
+
"@->value": {
|
|
31
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
32
|
+
"@->contentpath": "teaser_ticker_hero",
|
|
33
|
+
"@->replaceToken": [
|
|
34
|
+
{
|
|
35
|
+
"@->token": "image",
|
|
36
|
+
"@->value": "sportschau-image-5708"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teaser_ticker.inc.json",
|
|
3
|
+
"@->contentpath": "tickerTeaser_audio",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
7
|
+
"@->value": "ticker-alternative"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
11
|
+
"@->value": ""
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.topline",
|
|
15
|
+
"@->value": ""
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.label",
|
|
19
|
+
"@->value": {
|
|
20
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
21
|
+
"@->contentpath": "ticker"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"@->contentpath": "logicItem.includeModel.isStandardTeaser",
|
|
26
|
+
"@->value": false
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
30
|
+
"@->value": {
|
|
31
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
32
|
+
"@->contentpath": "teaser_ticker_hero",
|
|
33
|
+
"@->replaceToken": [
|
|
34
|
+
{
|
|
35
|
+
"@->token": "image",
|
|
36
|
+
"@->value": "sportschau-image-5708"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
}
|
|
@@ -10,6 +10,14 @@
|
|
|
10
10
|
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
11
|
"@->value": "100"
|
|
12
12
|
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "ticker-standard"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isHeroTeaser",
|
|
19
|
+
"@->value": false
|
|
20
|
+
},
|
|
13
21
|
{
|
|
14
22
|
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
15
23
|
"@->value": ""
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teaser_ticker.inc.json",
|
|
3
|
+
"@->contentpath": "tickerTeaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
7
|
+
"@->value": "25"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
|
+
"@->value": "25"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "ticker-standard"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isHeroTeaser",
|
|
19
|
+
"@->value": false
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
23
|
+
"@->value": ""
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.topline",
|
|
27
|
+
"@->value": ""
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"@->contentpath": "logicItem.includeModel.label",
|
|
31
|
+
"@->value": {
|
|
32
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
33
|
+
"@->contentpath": "ticker"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@->contentpath": "logicItem.includeModel.teaserImage",
|
|
38
|
+
"@->value": {
|
|
39
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
40
|
+
"@->contentpath": "teaser_ticker_hero",
|
|
41
|
+
"@->replaceToken": [
|
|
42
|
+
{
|
|
43
|
+
"@->token": "image",
|
|
44
|
+
"@->value": "sportschau-image-5708"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teaser_ticker.inc.json",
|
|
3
|
+
"@->contentpath": "tickerTeaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
7
|
+
"@->value": "33"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
|
+
"@->value": "33"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "ticker-standard"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isHeroTeaser",
|
|
19
|
+
"@->value": false
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
23
|
+
"@->value": ""
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.topline",
|
|
27
|
+
"@->value": ""
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"@->contentpath": "logicItem.includeModel.label",
|
|
31
|
+
"@->value": {
|
|
32
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
33
|
+
"@->contentpath": "ticker"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teaser_ticker.inc.json",
|
|
3
|
+
"@->contentpath": "tickerTeaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
7
|
+
"@->value": "50"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.realTeaserSize",
|
|
11
|
+
"@->value": "50"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
15
|
+
"@->value": "ticker-standard"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.isHeroTeaser",
|
|
19
|
+
"@->value": false
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
23
|
+
"@->value": ""
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@->contentpath": "logicItem.includeModel.topline",
|
|
27
|
+
"@->value": ""
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"@->contentpath": "logicItem.includeModel.label",
|
|
31
|
+
"@->value": {
|
|
32
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
33
|
+
"@->contentpath": "ticker"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teaser_ticker.inc.json",
|
|
3
|
+
"@->contentpath": "tickerTeaser",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
7
|
+
"@->value": "ticker-standard"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
11
|
+
"@->value": ""
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.topline",
|
|
15
|
+
"@->value": ""
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.label",
|
|
19
|
+
"@->value": {
|
|
20
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
21
|
+
"@->contentpath": "ticker"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teaser_ticker.inc.json",
|
|
3
|
+
"@->contentpath": "tickerTeaser_audio",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
7
|
+
"@->value": "ticker-standard"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
11
|
+
"@->value": ""
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"@->contentpath": "logicItem.includeModel.topline",
|
|
15
|
+
"@->value": ""
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"@->contentpath": "logicItem.includeModel.label",
|
|
19
|
+
"@->value": {
|
|
20
|
+
"@->jsoninclude": "teaser/teaser_labels.inc.json",
|
|
21
|
+
"@->contentpath": "ticker"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
package/src/assets/tailwind.css
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
--color-secondary-ds: #606060;
|
|
13
13
|
--color-highlight-1: theme('colors.blue.accented');
|
|
14
14
|
--color-highlight-2: theme('colors.orange.spicyCarrot');
|
|
15
|
+
--color-highlight-3: theme('colors.blue.congress');
|
|
15
16
|
|
|
16
17
|
/*Hauptmenü*/
|
|
17
18
|
--color-top-topic-background: theme('colors.blue.linkWater');
|
|
@@ -80,6 +81,12 @@
|
|
|
80
81
|
--font-weight-titleCluster: theme('fontWeight.bold');
|
|
81
82
|
/* Border Radius */
|
|
82
83
|
--border-radius-hr: theme('borderRadius.none');
|
|
84
|
+
/* ticker-Teaser*/
|
|
85
|
+
--color-ticker-teaser-headline: theme('colors.white.DEFAULT');
|
|
86
|
+
--color-ticker-teaser-label-byline: theme('colors.white.DEFAULT');
|
|
87
|
+
--color-ticker-teaser-timeline-score: theme('colors.orange.spicyCarrot');
|
|
88
|
+
--color-ticker-teaser-footer: theme('colors.white.DEFAULT');
|
|
89
|
+
|
|
83
90
|
}
|
|
84
91
|
|
|
85
92
|
[data-theme='hessenschau'] {
|
|
@@ -87,6 +94,7 @@
|
|
|
87
94
|
--color-secondary-ds: #606060;
|
|
88
95
|
--color-highlight-1: theme('colors.blue.accented');
|
|
89
96
|
--color-highlight-2: theme('colors.orange.spicyCarrot');
|
|
97
|
+
--color-highlight-3: theme('colors.blue.congress');
|
|
90
98
|
|
|
91
99
|
/* Medieninhalte, Video, Audio, Bildergalerie */
|
|
92
100
|
--color-label-media: theme('colors.blue.science');
|
|
@@ -150,6 +158,11 @@
|
|
|
150
158
|
--font-weight-titleCluster: theme('fontWeight.bold');
|
|
151
159
|
/* Border */
|
|
152
160
|
--border-radius-hr: theme('borderRadius.3xl');
|
|
161
|
+
/* ticker-Teaser*/
|
|
162
|
+
--color-ticker-teaser-headline: theme('colors.white.DEFAULT');
|
|
163
|
+
--color-ticker-teaser-label-byline: theme('colors.white.DEFAULT');
|
|
164
|
+
--color-ticker-teaser-timeline-score: theme('colors.orange.spicyCarrot');
|
|
165
|
+
--color-ticker-teaser-footer: theme('colors.white.DEFAULT');
|
|
153
166
|
}
|
|
154
167
|
|
|
155
168
|
[data-theme='hr-fernsehen'] {
|
|
@@ -673,6 +686,8 @@
|
|
|
673
686
|
/* Font */
|
|
674
687
|
--font-title: theme('fontFamily.heading');
|
|
675
688
|
--font-weight-title: theme('fontWeight.bold');
|
|
689
|
+
/* ticker-Teaser*/
|
|
690
|
+
--color-ticker-teaser-timeline-score: theme('colors.pink.rose');
|
|
676
691
|
}
|
|
677
692
|
|
|
678
693
|
[data-theme='hr3'] {
|
|
@@ -36,4 +36,10 @@ absolute bottom-0 right-0
|
|
|
36
36
|
{{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
|
|
37
37
|
{{~/if~}}
|
|
38
38
|
{{~/case~}}
|
|
39
|
+
{{~#case 'ticker-standard'~}}
|
|
40
|
+
{{~inline-switch _teaserSize '["25","33"]' '[" m-2"," m-4 md:m-3"," m-4"]'~}}
|
|
41
|
+
{{~/case~}}
|
|
42
|
+
{{~#case 'ticker-alternative'~}}
|
|
43
|
+
{{~inline-switch _teaserSize '["hero","100","50"]' '[" m-4"," m-2 md:m-3"," m-2"]'~}}
|
|
44
|
+
{{~/case~}}
|
|
39
45
|
{{~/switch~}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div x-show="avStart" x-cloak id="{{this.ardPlayerConfig.playerId}}" class="ar-16-9 h-full{{#if _isTeaser}} z-20{{/if}} js-load {{if _cypressHook _cypressHook 'js-media-element'}} js-video-livestream cy-mediaplayer" data-hr-mediaplayer-loader='{{json this.ardPlayerJsonConfig}}'>
|
|
1
|
+
<div x-show="avStart" x-cloak id="{{this.ardPlayerConfig.playerId}}" class="ar-16-9 h-full {{~#if _addClassImg}} {{_addClassImg}}{{/if}} {{#if _isTeaser}} z-20{{/if}} js-load {{if _cypressHook _cypressHook 'js-media-element'}} js-video-livestream cy-mediaplayer" data-hr-mediaplayer-loader='{{json this.ardPlayerJsonConfig}}'>
|
|
2
2
|
</div>
|
|
3
3
|
{{#if _isTeaser}}
|
|
4
4
|
<div class="relative {{_aspectRatio}}" x-show="!avStart" >
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
{{/with~}}
|
|
9
9
|
{{/unless}}
|
|
10
10
|
{{#with _teaser}}
|
|
11
|
-
{{~> 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=this.dontLazyload ~}}
|
|
11
|
+
{{~> 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=(appendToDefault _addClassImg "ar__content") _noDelay=this.dontLazyload ~}}
|
|
12
12
|
{{/with}}
|
|
13
13
|
|
|
14
14
|
{{#with this}}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{#with this.teaserLead.avDocument}}
|
|
2
2
|
{{~#if this.isVideo ~}}
|
|
3
3
|
{{#with this.toModel.videoElement}}
|
|
4
|
-
{{~> components/mediaplayer/media_player _cypressHook="js-video-ondemand" _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _isTeaser=true _teaser=../../this _aspectRatio=../../_aspectRatio _teaserSize=../../_teaserSize _isMobile1to1=../../_isMobile1to1 _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
|
|
4
|
+
{{~> components/mediaplayer/media_player _cypressHook="js-video-ondemand" _mediaButtonIcon="play_button" _mediaButtonLabel="Video" _isTeaser=true _teaser=../../this _aspectRatio=../../_aspectRatio _teaserSize=../../_teaserSize _isMobile1to1=../../_isMobile1to1 _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
|
|
5
5
|
{{#if ../../_isMobile1to1~}}
|
|
6
6
|
{{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
|
|
7
7
|
{{~/if~}}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{{~/if~}}
|
|
10
10
|
{{~#if this.isAudio ~}}
|
|
11
11
|
{{#with this.toModel.audioElement}}
|
|
12
|
-
{{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Audio" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
|
|
12
|
+
{{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Audio" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
|
|
13
13
|
{{#if ../../_isMobile1to1~}}
|
|
14
14
|
{{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
|
|
15
15
|
{{~/if~}}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{{~/if~}}
|
|
18
18
|
{{~#if this.isPodcast ~}}
|
|
19
19
|
{{#with this.toModel.audioElement}}
|
|
20
|
-
{{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
|
|
20
|
+
{{~> components/mediaplayer/media_player _cypressHook="js-audio-ondemand" _mediaButtonIcon="audio_button" _mediaButtonLabel="Podcast" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
|
|
21
21
|
{{#if ../../_isMobile1to1~}}
|
|
22
22
|
{{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
|
|
23
23
|
{{~/if~}}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
{{~/if~}}
|
|
26
26
|
{{~#if this.isAudioEventLivestream ~}}
|
|
27
27
|
{{#with this.toModel.audioLivestreamElement}}
|
|
28
|
-
{{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
|
|
28
|
+
{{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
|
|
29
29
|
{{#if ../../_isMobile1to1~}}
|
|
30
30
|
{{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
|
|
31
31
|
{{~/if~}}
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
{{~/if~}}
|
|
34
34
|
{{~#if this.isLivestream ~}}
|
|
35
35
|
{{#with this.toModel.videoLivestreamElement}}
|
|
36
|
-
{{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType~}}
|
|
36
|
+
{{~> components/mediaplayer/media_player _cypressHook="js-video-livestream" _mediaButtonIcon="play_button" _mediaButtonLabel="Live" _isLivestream="true" _isTeaser=true _teaser=../../this _audioUrl=../this.audioUrl _variant=../this.imageVariant _noDelay=../../_noDelay _aspectRatio=../../_aspectRatio _isMobile1to1=../../_isMobile1to1 _teaserSize=../../_teaserSize _geotag=../../this.geotag _hideGeotag=../../this.hideGeotag _teaserType=../../_teaserType _addClassImg=../../_addClassImg~}}
|
|
37
37
|
{{#if ../../_isMobile1to1~}}
|
|
38
38
|
{{> components/teaser/components/teaser_av_consumption_close_button _playerId=this.ardPlayerConfig.playerId }}
|
|
39
39
|
{{~/if~}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~#if this.allowAVConsumption ~}}
|
|
2
|
-
{{> components/teaser/components/teaser_av_consumption _aspectRatio=_aspectRatio _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _teaserType=_teaserType }}
|
|
2
|
+
{{> components/teaser/components/teaser_av_consumption _aspectRatio=_aspectRatio _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _teaserType=_teaserType _addClassImg=_addClassImg}}
|
|
3
3
|
{{else}}
|
|
4
4
|
{{> components/teaser/components/teaser_image _isMobile1to1=_isMobile1to1 _teaserSize=_teaserSize _addClassImg=_addClassImg}}
|
|
5
5
|
{{/if}}
|
|
@@ -94,4 +94,18 @@ the 4 parameters are:
|
|
|
94
94
|
{{~#case 'calendar'~}}
|
|
95
95
|
text-2xl
|
|
96
96
|
{{~/case~}}
|
|
97
|
+
{{~#case 'ticker-standard'~}}
|
|
98
|
+
{{~inline-switch
|
|
99
|
+
_size
|
|
100
|
+
'["hero","100","25"]'
|
|
101
|
+
'["text-2xl md:text-4xl","text-2xl md:text-4xl","text-2xl md:text-lg","text-2xl"]'
|
|
102
|
+
~}}
|
|
103
|
+
{{~/case~}}
|
|
104
|
+
{{~#case 'ticker-alternative'~}}
|
|
105
|
+
{{~inline-switch
|
|
106
|
+
_size
|
|
107
|
+
'["hero","100","50"]'
|
|
108
|
+
'["text-2xl md:text-4xl","text-2xl md:text-2xl","text-lg md:text-2xl"]'
|
|
109
|
+
~}}
|
|
110
|
+
{{~/case~}}
|
|
97
111
|
{{~/switch~}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"isSsi":true,"logicItem":{"includePath":"components/teaser/ticker/teaser_ticker","includeModel":{"byline":"Byline","tickerTopic":"Eintracht","title":"Eintracht: +++ Eintracht-Halbfinale terminiert +++ Frankfurter Gala in Barcelona jährt sich +++ Berichte: Aouar in Gesprächen mit AS Rom +++","topline":"","headingFontVariant":"serif","extendedTitle":"","teaserType":"ticker-alternative","teaserSize":"100","realTeaserSize":"100","isMobile1to1":false,"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":false,"showTeaserInfoSection":true,"showTeaserInfoChannel":false,"showTeaserInfoAll":false,"showTeaserInfoDate":false,"showTeaserInfoDateTime":true,"showTeaserInfoProgramRef":false},"teaserImage":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/sportschau-image-5708_v-16to9__medium.jpg","sources":[{"media":"all and (max-width: 47.938em)","srcset":"images/sportschau-image-5708_v-16to9__small.jpg 320w, images/sportschau-image-5708_v-16to9__medium.jpg 480w, images/sportschau-image-5708_v-16to9__medium__extended.jpg 640w, images/sportschau-image-5708_v-16to9.jpg 960w, images/sportschau-image-5708_v-16to9__retina.jpg 1920w"},{"media":"all and (min-width: 48em)","srcset":"images/sportschau-image-5708_v-1to1__small.jpg 380w, images/sportschau-image-5708_v-1to1__medium.jpg 480w, images/sportschau-image-5708_v-1to1.jpg 720w, images/sportschau-image-5708_v-1to1__large.jpg 960w"}]}},"displayTeaserBodyAsImageOverlay":false,"hasMediaButtons":false,"dontLazyload":true,"isStandardTeaser":false,"isHeroTeaser":false,"isMediaTeaser":false,"isGuide":false,"isProgram":false,"isEvent":false,"isTicker":true,"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":true,"obsolet_brandOfTeaser":"hessenschau","documentSection":"Gesellschaft","headlineTag":"h1","icon":"ortsmarke","imageVariant":"topteaser","shorttext":"","hideBylineAndShorttext":false,"sophoraId":"rueckkehr-nach-abschiebung-wolfhagen--100","profiles":"Von Gundula Gause (Expertin), Anne Chebu, Anja Engelke und Alice Merton","teaserLead":{"avDocument":"","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"}},"tickerItemResults":[{"isTopnews":true,"tickerItemDateTime":{"broadcastDate":"12. Juni, 10:15","time":"10:15"},"tickerItemUrl":"Topnews1","relevantTitle":"Kritik an Privatisierung von Wasser"},{"isTopnews":true,"tickerItemDateTime":{"broadcastDate":"12. Juni, 9:55","time":"9:55"},"tickerItemUrl":"Topnews2","relevantTitle":"Suche nach neuem Vorsitz für Hanau-Ausschuss Hanau-Ausschuss Hanau-Ausschuss Hanau-Ausschuss"},{"isTopnews":true,"tickerItemDateTime":{"broadcastDate":"12. Juni, 9:25","time":"9:25"},"tickerItemUrl":"Topnews3","relevantTitle":"Pedelec-Fahrer auf B276 lebensgefährlich verletzt"}],"label":{"type":"ticker","loca":"label_ticker","byline":{"bylineSsi":"BylineText aus ssi","bylineText":"BylineText"}}}}}
|