hr-design-system-handlebars 1.27.2 → 1.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/build/scripts/build.js +1 -0
- package/dist/assets/brand/hessenschau/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hessenschau/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--desk.svg +13 -31
- package/dist/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--mobile.svg +5 -41
- package/dist/assets/brand/hr/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr/icons/logo/svgmap/brandlogo--desk.svg +17 -13
- package/dist/assets/brand/hr/icons/logo/svgmap/brandlogo--mobile.svg +3 -2
- package/dist/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr-bigband/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +2 -2
- package/dist/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--mobile.svg +8 -1
- package/dist/assets/brand/hr-fernsehen/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr-fernsehen/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr-fernsehen/icons/logo/svgmap/brandlogo--desk.svg +26 -38
- package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--mobile.svg +9 -9
- package/dist/assets/brand/hr-rundfunkrat/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr-rundfunkrat/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr-rundfunkrat/icons/logo/svgmap/brandlogo--desk.svg +2 -9
- package/dist/assets/brand/hr-sinfonieorchester/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr-sinfonieorchester/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr-sinfonieorchester/icons/logo/svgmap/brandlogo--desk.svg +1 -1
- package/dist/assets/brand/hr-werbung/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr-werbung/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr1/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr1/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr1/icons/logo/svgmap/brandlogo--desk.svg +17 -11
- package/dist/assets/brand/hr2/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr2/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--desk.svg +11 -11
- package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--mobile.svg +10 -10
- package/dist/assets/brand/hr3/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr3/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr3/icons/logo/svgmap/brandlogo--desk.svg +6 -6
- package/dist/assets/brand/hr3/icons/logo/svgmap/brandlogo--mobile.svg +6 -6
- package/dist/assets/brand/hr4/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/hr4/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/hr4/icons/logo/svgmap/brandlogo--desk.svg +25 -20
- package/dist/assets/brand/hr4/icons/logo/svgmap/brandlogo--mobile.svg +25 -20
- package/dist/assets/brand/you-fm/icons/logo/brandlogo--desk.min.svg +1 -0
- package/dist/assets/brand/you-fm/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--mobile.svg +1 -20
- package/dist/assets/icons/icons/svgmap/wetter-ds.svg +9 -6
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/index.css +264 -75
- package/dist/views/components/base/image/icon.hbs +1 -1
- package/dist/views/components/horizontal_scroll_container/horizontal_scroll_container.hbs +4 -4
- package/dist/views/components/horizontal_scroll_container/horizontal_scroll_container_example.hbs +1 -1
- package/dist/views/components/site_header/brand_navigation/brand_navigation.hbs +2 -2
- package/dist/views/components/site_header/brand_navigation/brand_navigation_item.hbs +2 -2
- package/dist/views/components/site_header/burger.hbs +2 -2
- package/dist/views/components/site_header/header.hbs +9 -9
- package/dist/views/components/site_header/navigation_flyout/navigation_flyout_item.hbs +1 -1
- package/dist/views/components/site_header/navigation_search/quick_search_button.hbs +4 -4
- package/dist/views/components/site_header/section_navigation/section_navigation.hbs +2 -2
- package/dist/views/components/site_header/section_navigation/section_navigation_item.hbs +3 -3
- package/dist/views/components/site_header/service_logo.hbs +29 -10
- package/dist/views/components/site_header/service_navigation/service_list.hbs +1 -1
- package/dist/views/components/site_header/service_navigation/service_navigation_item.hbs +3 -3
- package/gulpfile.js +76 -5
- package/package.json +2 -1
- package/src/assets/brand/hessenschau/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hessenschau/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--desk.svg +13 -31
- package/src/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--mobile.svg +5 -41
- package/src/assets/brand/hr/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr/icons/logo/svgmap/brandlogo--desk.svg +17 -13
- package/src/assets/brand/hr/icons/logo/svgmap/brandlogo--mobile.svg +3 -2
- package/src/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr-bigband/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +2 -2
- package/src/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--mobile.svg +8 -1
- package/src/assets/brand/hr-fernsehen/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr-fernsehen/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr-fernsehen/icons/logo/svgmap/brandlogo--desk.svg +26 -38
- package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--mobile.svg +9 -9
- package/src/assets/brand/hr-rundfunkrat/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr-rundfunkrat/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr-rundfunkrat/icons/logo/svgmap/brandlogo--desk.svg +2 -9
- package/src/assets/brand/hr-sinfonieorchester/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr-sinfonieorchester/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr-sinfonieorchester/icons/logo/svgmap/brandlogo--desk.svg +1 -1
- package/src/assets/brand/hr-werbung/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr-werbung/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr1/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr1/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr1/icons/logo/svgmap/brandlogo--desk.svg +17 -11
- package/src/assets/brand/hr2/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr2/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--desk.svg +11 -11
- package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--mobile.svg +10 -10
- package/src/assets/brand/hr3/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr3/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr3/icons/logo/svgmap/brandlogo--desk.svg +6 -6
- package/src/assets/brand/hr3/icons/logo/svgmap/brandlogo--mobile.svg +6 -6
- package/src/assets/brand/hr4/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/hr4/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/hr4/icons/logo/svgmap/brandlogo--desk.svg +25 -20
- package/src/assets/brand/hr4/icons/logo/svgmap/brandlogo--mobile.svg +25 -20
- package/src/assets/brand/you-fm/icons/logo/brandlogo--desk.min.svg +1 -0
- package/src/assets/brand/you-fm/icons/logo/brandlogo--mobile.min.svg +1 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--mobile.svg +1 -20
- package/src/assets/css/custom-utilities.css +18 -2
- package/src/assets/fixtures/site_header/site_header_default.json +1 -1
- package/src/assets/fixtures/site_header/site_header_default_no_sticky.json +1 -1
- package/src/assets/fixtures/site_header/site_header_mit_submenu.json +1 -1
- package/src/assets/fixtures/site_header/site_header_mit_submenu_as_flyout.json +1 -1
- package/src/assets/fixtures/site_header/site_header_mit_submenu_as_flyout_no_sticky.json +1 -1
- package/src/assets/fixtures/site_header/site_header_mit_submenu_no_sticky.json +1 -1
- package/src/assets/fixtures/site_header/site_header_mit_top_topics.json +1 -1
- package/src/assets/fixtures/site_header/site_header_mit_top_topics_no_sticky.json +1 -1
- package/src/assets/fixtures/site_header/site_header_mit_warnung.json +1 -1
- package/src/assets/fixtures/site_header/site_header_mit_warnung_no_sticky.json +1 -1
- package/src/assets/fixtures/teaser/teaser_ticker.inc.json +2 -2
- package/src/assets/icons/icons/svgmap/wetter-ds.svg +9 -6
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/assets/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/tailwind.css +135 -18
- package/src/stories/views/components/base/image/icon.hbs +1 -1
- package/src/stories/views/components/horizontal_scroll_container/horizontal_scroll_container.hbs +4 -4
- package/src/stories/views/components/horizontal_scroll_container/horizontal_scroll_container_example.hbs +1 -1
- package/src/stories/views/components/page/page.data.js +1 -0
- package/src/stories/views/components/page/page.stories.js +7 -9
- package/src/stories/views/components/site_header/brand_navigation/brand_navigation.hbs +2 -2
- package/src/stories/views/components/site_header/brand_navigation/brand_navigation_item.hbs +2 -2
- package/src/stories/views/components/site_header/burger.hbs +2 -2
- package/src/stories/views/components/site_header/fixtures/site_header_default.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_default_no_sticky.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu_asFlyout_no_sticky.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu_as_flyout.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu_as_flyout_no_sticky.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_mit_submenu_no_sticky.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_mit_top_topics.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_mit_top_topics_no_sticky.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_mit_warnung.json +1 -1
- package/src/stories/views/components/site_header/fixtures/site_header_mit_warnung_no_sticky.json +1 -1
- package/src/stories/views/components/site_header/header.hbs +9 -9
- package/src/stories/views/components/site_header/header.stories.js +14 -8
- package/src/stories/views/components/site_header/navigation_flyout/navigation_flyout_item.hbs +1 -1
- package/src/stories/views/components/site_header/navigation_search/quick_search_button.hbs +4 -4
- package/src/stories/views/components/site_header/section_navigation/section_navigation.hbs +2 -2
- package/src/stories/views/components/site_header/section_navigation/section_navigation_item.hbs +3 -3
- package/src/stories/views/components/site_header/service_logo.hbs +29 -10
- package/src/stories/views/components/site_header/service_navigation/service_list.hbs +1 -1
- package/src/stories/views/components/site_header/service_navigation/service_navigation_item.hbs +3 -3
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio.json +1 -1
- package/tailwind.config.js +15 -1
- package/.vscode/settings.json +0 -2
- package/dist/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--compact-40x40px.svg +0 -1
- package/dist/assets/brand/hessenschau/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr2/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr3/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/hr4/icons/logo/svgmap.min.svg +0 -1
- package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--tiny.svg +0 -10
- package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hessenschau/icons/logo/svgmap/brandlogo--compact-40x40px.svg +0 -1
- package/src/assets/brand/hessenschau/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr2/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr3/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/hr4/icons/logo/svgmap.min.svg +0 -1
- package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--tiny.svg +0 -10
- package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +0 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_event.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_l.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_50.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100 copy.json +0 -726
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_download copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_link copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_link copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_link copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_alternativ_hero copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_100 copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_30.json +0 -1
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_50 copy 2.json +0 -1
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_50 copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero copy.json +0 -1
- package/src/stories/views/components/teaser/fixtures/ticker_teaser_standard_hero_audio copy.json +0 -1
|
@@ -1,726 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"includePath": "components/teaser/group_teaser/group_teaser",
|
|
3
|
-
"includeModel": {
|
|
4
|
-
"hasLink": true,
|
|
5
|
-
"link": "#gruppe1",
|
|
6
|
-
"hasGroupTitle": true,
|
|
7
|
-
"groupTitle": "Gruppe 100% - 2 x 50% Teaser",
|
|
8
|
-
"teaserSize": "100",
|
|
9
|
-
"logicItems": [
|
|
10
|
-
{
|
|
11
|
-
"isSsi": true,
|
|
12
|
-
"logicItem": {
|
|
13
|
-
"includePath": "components/teaser/teaser_standard",
|
|
14
|
-
"includeModel": {
|
|
15
|
-
"byline": "Byline",
|
|
16
|
-
"title": "Abgeschobene Geschwister aus Syrien zurück in Wolfhagen",
|
|
17
|
-
"topline": "Überglücklich, aber ohne Mama",
|
|
18
|
-
"headingFontVariant": "serif",
|
|
19
|
-
"extendedTitle": "",
|
|
20
|
-
"teaserType": "standard",
|
|
21
|
-
"teaserSize": "50",
|
|
22
|
-
"isMobile1to1": false,
|
|
23
|
-
"teaserDate": {
|
|
24
|
-
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
25
|
-
"htmlDate": "20.02.1983",
|
|
26
|
-
"date": "17.04.22",
|
|
27
|
-
"dateSeparatorTime": "17.04.22, 19:30"
|
|
28
|
-
},
|
|
29
|
-
"teaserInfo": {
|
|
30
|
-
"showTeaserInfo": true,
|
|
31
|
-
"showTeaserInfoSection": true,
|
|
32
|
-
"showTeaserInfoChannel": true,
|
|
33
|
-
"showTeaserInfoAll": true,
|
|
34
|
-
"showTeaserInfoDate": false,
|
|
35
|
-
"showTeaserInfoDateTime": true,
|
|
36
|
-
"showTeaserInfoProgramRef": true
|
|
37
|
-
},
|
|
38
|
-
"teaserImage": {
|
|
39
|
-
"alttext": "Lorem ipsum",
|
|
40
|
-
"copyrightWithLinks": "Vorname Nachname",
|
|
41
|
-
"responsiveImage": {
|
|
42
|
-
"asPicture": false,
|
|
43
|
-
"asImage": true,
|
|
44
|
-
"fallback": "images/rueckkehr-nach-abschiebung-102_v-16to9__medium.jpg",
|
|
45
|
-
"sources": [
|
|
46
|
-
{
|
|
47
|
-
"sizes": "(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw",
|
|
48
|
-
"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, images/rueckkehr-nach-abschiebung-102_v-16to9__retina.jpg 1920w"
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"displayTeaserBodyAsImageOverlay": false,
|
|
54
|
-
"hasMediaButtons": false,
|
|
55
|
-
"dontLazyload": true,
|
|
56
|
-
"isStandardTeaser": true,
|
|
57
|
-
"isHeroTeaser": true,
|
|
58
|
-
"isMediaTeaser": false,
|
|
59
|
-
"isGuide": false,
|
|
60
|
-
"isProgram": false,
|
|
61
|
-
"isEvent": false,
|
|
62
|
-
"isTicker": false,
|
|
63
|
-
"isAudio": false,
|
|
64
|
-
"isVideo": false,
|
|
65
|
-
"isPodcast": false,
|
|
66
|
-
"isPodcastEpisode": false,
|
|
67
|
-
"isExtOrBrandLink": false,
|
|
68
|
-
"isAuthor": false,
|
|
69
|
-
"copyright": "Copyright Text",
|
|
70
|
-
"audioAuthor": "Audio Author",
|
|
71
|
-
"hasStatus": false,
|
|
72
|
-
"hasTeaserItem": true,
|
|
73
|
-
"moreThenOneEvent": false,
|
|
74
|
-
"moreThenTwoEvents": false,
|
|
75
|
-
"firstInstant": {
|
|
76
|
-
"startDate": {
|
|
77
|
-
"monthNameShort": "APR",
|
|
78
|
-
"weekdayNameShort": "Do",
|
|
79
|
-
"day": "9"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"lastInstant": {
|
|
83
|
-
"startDate": {
|
|
84
|
-
"monthNameShort": "APR",
|
|
85
|
-
"weekdayNameShort": "Fr",
|
|
86
|
-
"day": "10"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"allowAVConsumption": false,
|
|
90
|
-
"displayEpgInfos": false,
|
|
91
|
-
"aspectRatio": "ar--teaserTop",
|
|
92
|
-
"hideGeotag": false,
|
|
93
|
-
"hideEditableByline": true,
|
|
94
|
-
"doTracking": true,
|
|
95
|
-
"trackingForArdMediatheksLink": false,
|
|
96
|
-
"showMediatheksLink": false,
|
|
97
|
-
"showAirdate": false,
|
|
98
|
-
"showProfileInfoAsByline": false,
|
|
99
|
-
"obsolet_brandOfTeaser": "hessenschau",
|
|
100
|
-
"documentSection": "Gesellschaft",
|
|
101
|
-
"headlineTag": "h1",
|
|
102
|
-
"icon": "ortsmarke",
|
|
103
|
-
"imageVariant": "topteaser",
|
|
104
|
-
"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.",
|
|
105
|
-
"sophoraId": "rueckkehr-nach-abschiebung-wolfhagen--100",
|
|
106
|
-
"profiles": "Von Alf Haubitz und Alice Merton",
|
|
107
|
-
"teaserLead": { "avDocument": "", "image": "" },
|
|
108
|
-
"geotag": [{ "title": "Wolfhagen" }],
|
|
109
|
-
"link": {
|
|
110
|
-
"url": "/teaser1",
|
|
111
|
-
"webviewUrl": "/teaser1#webview",
|
|
112
|
-
"isTargetBlank": false,
|
|
113
|
-
"hasIcon": false,
|
|
114
|
-
"iconName": "iconName",
|
|
115
|
-
"readMoreText": {
|
|
116
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
117
|
-
"readMore": "mehr",
|
|
118
|
-
"readMoreLong": "read More Long"
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"isSsi": true,
|
|
126
|
-
"logicItem": {
|
|
127
|
-
"includePath": "components/teaser/teaser_standard",
|
|
128
|
-
"includeModel": {
|
|
129
|
-
"byline": "Byline",
|
|
130
|
-
"title": "Sieben Fakten zum Ehrenamt in Hessen",
|
|
131
|
-
"topline": "Engagement von Fußballtrainer bis Feuerwehrfrau",
|
|
132
|
-
"headingFontVariant": "serif",
|
|
133
|
-
"extendedTitle": "",
|
|
134
|
-
"teaserType": "standard",
|
|
135
|
-
"teaserSize": "50",
|
|
136
|
-
"isMobile1to1": false,
|
|
137
|
-
"teaserDate": {
|
|
138
|
-
"htmlDateTime": "2022-10-11T06:57+0200",
|
|
139
|
-
"htmlDate": "11.10.2022",
|
|
140
|
-
"date": "11.10.22",
|
|
141
|
-
"dateSeparatorTime": "11.10.22, 06:57"
|
|
142
|
-
},
|
|
143
|
-
"teaserInfo": {
|
|
144
|
-
"showTeaserInfo": true,
|
|
145
|
-
"showTeaserInfoSection": true,
|
|
146
|
-
"showTeaserInfoChannel": true,
|
|
147
|
-
"showTeaserInfoAll": true,
|
|
148
|
-
"showTeaserInfoDate": false,
|
|
149
|
-
"showTeaserInfoDateTime": true,
|
|
150
|
-
"showTeaserInfoProgramRef": true
|
|
151
|
-
},
|
|
152
|
-
"teaserImage": {
|
|
153
|
-
"alttext": "Lorem ipsum",
|
|
154
|
-
"copyrightWithLinks": "Vorname Nachname",
|
|
155
|
-
"responsiveImage": {
|
|
156
|
-
"asPicture": false,
|
|
157
|
-
"asImage": true,
|
|
158
|
-
"fallback": "images/jugendfeuerwehr-102_v-16to9__medium.jpg",
|
|
159
|
-
"sources": [
|
|
160
|
-
{
|
|
161
|
-
"sizes": "(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw",
|
|
162
|
-
"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, images/jugendfeuerwehr-102_v-16to9__retina.jpg 1920w"
|
|
163
|
-
}
|
|
164
|
-
]
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
"displayTeaserBodyAsImageOverlay": false,
|
|
168
|
-
"hasMediaButtons": false,
|
|
169
|
-
"dontLazyload": true,
|
|
170
|
-
"isStandardTeaser": true,
|
|
171
|
-
"isHeroTeaser": true,
|
|
172
|
-
"isMediaTeaser": false,
|
|
173
|
-
"isGuide": false,
|
|
174
|
-
"isProgram": false,
|
|
175
|
-
"isEvent": false,
|
|
176
|
-
"isTicker": false,
|
|
177
|
-
"isAudio": false,
|
|
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": false,
|
|
188
|
-
"displayEpgInfos": false,
|
|
189
|
-
"aspectRatio": "ar--teaserTop",
|
|
190
|
-
"hideGeotag": false,
|
|
191
|
-
"hideEditableByline": true,
|
|
192
|
-
"doTracking": true,
|
|
193
|
-
"trackingForArdMediatheksLink": false,
|
|
194
|
-
"showMediatheksLink": false,
|
|
195
|
-
"showAirdate": false,
|
|
196
|
-
"showProfileInfoAsByline": false,
|
|
197
|
-
"obsolet_brandOfTeaser": "hessenschau",
|
|
198
|
-
"documentSection": "Gesellschaft",
|
|
199
|
-
"headlineTag": "h1",
|
|
200
|
-
"icon": "ortsmarke",
|
|
201
|
-
"imageVariant": "topteaser",
|
|
202
|
-
"shorttext": "Zweieinhalb Millionen Hessinnen und Hessen engagieren sich ehrenamtlich - zum Beispiel in einem Sport- oder Musikverein. Und doch haben viele Vereine mit Nachwuchsproblemen zu kämpfen.",
|
|
203
|
-
"sophoraId": "thema-ehrenamt-hessen-100",
|
|
204
|
-
"profiles": "Von Anja Engelke",
|
|
205
|
-
"teaserLead": { "avDocument": "", "image": "" },
|
|
206
|
-
"link": {
|
|
207
|
-
"url": "/teaser1",
|
|
208
|
-
"webviewUrl": "/teaser1#webview",
|
|
209
|
-
"isTargetBlank": false,
|
|
210
|
-
"hasIcon": false,
|
|
211
|
-
"iconName": "iconName",
|
|
212
|
-
"readMoreText": {
|
|
213
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
214
|
-
"readMore": "mehr",
|
|
215
|
-
"readMoreLong": "read More Long"
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"isSsi": true,
|
|
223
|
-
"logicItem": {
|
|
224
|
-
"includePath": "components/teaser/teaser_standard",
|
|
225
|
-
"includeModel": {
|
|
226
|
-
"byline": "Byline",
|
|
227
|
-
"title": "Der Hasebe-Kane-Nahkampf geht in die zweite Runde",
|
|
228
|
-
"topline": "Eintracht trifft auf Tottenham",
|
|
229
|
-
"headingFontVariant": "serif",
|
|
230
|
-
"extendedTitle": "",
|
|
231
|
-
"teaserType": "standard",
|
|
232
|
-
"teaserSize": "50",
|
|
233
|
-
"isMobile1to1": false,
|
|
234
|
-
"teaserDate": {
|
|
235
|
-
"htmlDateTime": "2022-10-11T19:46+0200",
|
|
236
|
-
"htmlDate": "11.10.2022",
|
|
237
|
-
"date": "11.10.22",
|
|
238
|
-
"dateSeparatorTime": "11.10.22, 19:46"
|
|
239
|
-
},
|
|
240
|
-
"teaserInfo": {
|
|
241
|
-
"showTeaserInfo": true,
|
|
242
|
-
"showTeaserInfoSection": true,
|
|
243
|
-
"showTeaserInfoChannel": true,
|
|
244
|
-
"showTeaserInfoAll": true,
|
|
245
|
-
"showTeaserInfoDate": false,
|
|
246
|
-
"showTeaserInfoDateTime": true,
|
|
247
|
-
"showTeaserInfoProgramRef": true
|
|
248
|
-
},
|
|
249
|
-
"teaserImage": {
|
|
250
|
-
"alttext": "Lorem ipsum",
|
|
251
|
-
"copyrightWithLinks": "Vorname Nachname",
|
|
252
|
-
"responsiveImage": {
|
|
253
|
-
"asPicture": false,
|
|
254
|
-
"asImage": true,
|
|
255
|
-
"fallback": "images/hasebe-kane-102_v-16to9__medium.jpg",
|
|
256
|
-
"sources": [
|
|
257
|
-
{
|
|
258
|
-
"sizes": "(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw",
|
|
259
|
-
"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, images/hasebe-kane-102_v-16to9__retina.jpg 1920w"
|
|
260
|
-
}
|
|
261
|
-
]
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
"displayTeaserBodyAsImageOverlay": false,
|
|
265
|
-
"hasMediaButtons": false,
|
|
266
|
-
"dontLazyload": true,
|
|
267
|
-
"isStandardTeaser": true,
|
|
268
|
-
"isHeroTeaser": false,
|
|
269
|
-
"isMediaTeaser": true,
|
|
270
|
-
"isGuide": false,
|
|
271
|
-
"isProgram": false,
|
|
272
|
-
"isEvent": false,
|
|
273
|
-
"isTicker": false,
|
|
274
|
-
"isAudio": true,
|
|
275
|
-
"isVideo": false,
|
|
276
|
-
"isPodcast": false,
|
|
277
|
-
"isPodcastEpisode": false,
|
|
278
|
-
"isExtOrBrandLink": false,
|
|
279
|
-
"isAuthor": false,
|
|
280
|
-
"copyright": "Copyright Text",
|
|
281
|
-
"audioAuthor": "Audio Author",
|
|
282
|
-
"hasStatus": false,
|
|
283
|
-
"hasTeaserItem": true,
|
|
284
|
-
"allowAVConsumption": true,
|
|
285
|
-
"aspectRatio": "ar--teaserTop",
|
|
286
|
-
"hideGeotag": false,
|
|
287
|
-
"hideEditableByline": true,
|
|
288
|
-
"doTracking": true,
|
|
289
|
-
"trackingForArdMediatheksLink": false,
|
|
290
|
-
"showMediatheksLink": false,
|
|
291
|
-
"showAirdate": false,
|
|
292
|
-
"showProfileInfoAsByline": false,
|
|
293
|
-
"obsolet_brandOfTeaser": "hessenschau",
|
|
294
|
-
"documentSection": "Sport",
|
|
295
|
-
"headlineTag": "h1",
|
|
296
|
-
"icon": "ortsmarke",
|
|
297
|
-
"imageVariant": "topteaser",
|
|
298
|
-
"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.",
|
|
299
|
-
"sophoraId": "hasebe-kane-100",
|
|
300
|
-
"profiles": "Von Nicolas Herold aus London",
|
|
301
|
-
"teaserLead": {
|
|
302
|
-
"avDocument": {
|
|
303
|
-
"isAudio": true,
|
|
304
|
-
"toModel": {
|
|
305
|
-
"audioElement": {
|
|
306
|
-
"isPodcast": false,
|
|
307
|
-
"ardPlayerConfig": {
|
|
308
|
-
"playerConfig": {
|
|
309
|
-
"generic": {
|
|
310
|
-
"isAutoplay": true,
|
|
311
|
-
"imageTemplateConfig": {
|
|
312
|
-
"size": [
|
|
313
|
-
{ "minWidth": 0, "value": "480/270" },
|
|
314
|
-
{ "minWidth": 480, "value": "640/360" },
|
|
315
|
-
{ "minWidth": 640, "value": "960/540" },
|
|
316
|
-
{
|
|
317
|
-
"minWidth": 960,
|
|
318
|
-
"value": "1920/1080"
|
|
319
|
-
}
|
|
320
|
-
]
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
"web": {
|
|
324
|
-
"baseUrl": "./vendor/ardplayer/",
|
|
325
|
-
"isForcedAutoplay": true,
|
|
326
|
-
"isForcedVideoView": true
|
|
327
|
-
},
|
|
328
|
-
"pluginData": {
|
|
329
|
-
"trackingAti@all": { "isEnabled": false },
|
|
330
|
-
"trackingAgf@all": { "isEnabled": false }
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"mediaCollection": {
|
|
334
|
-
"streams": [
|
|
335
|
-
{
|
|
336
|
-
"kind": "main",
|
|
337
|
-
"isAudioOnly": true,
|
|
338
|
-
"media": [
|
|
339
|
-
{
|
|
340
|
-
"url": "https://hr-a.akamaihd.net/audio/sport/2022_03/220317235611_Hinteregger.mp3",
|
|
341
|
-
"mimeType": "audio/mp3",
|
|
342
|
-
"audios": [
|
|
343
|
-
{
|
|
344
|
-
"kind": "standard",
|
|
345
|
-
"languageCode": "de"
|
|
346
|
-
}
|
|
347
|
-
]
|
|
348
|
-
}
|
|
349
|
-
]
|
|
350
|
-
}
|
|
351
|
-
],
|
|
352
|
-
"meta": {
|
|
353
|
-
"durationSeconds": 20,
|
|
354
|
-
"images": [
|
|
355
|
-
{
|
|
356
|
-
"kind": "preview",
|
|
357
|
-
"url": "https://picsum.photos/id/101/{size}"
|
|
358
|
-
}
|
|
359
|
-
],
|
|
360
|
-
"title": "Das Eintracht-Tor in der Reportage: \"Hinteregger schädelt den rein\"",
|
|
361
|
-
"synopsis": "Eintracht Frankfurt steht im Viertelfinale der Europa League. Hier gibt es die emotionale Audio-Reportage des Hinteregger-Treffers."
|
|
362
|
-
},
|
|
363
|
-
"pluginData": {},
|
|
364
|
-
"geoBlocked": false
|
|
365
|
-
},
|
|
366
|
-
"playerId": "2563",
|
|
367
|
-
"type": "audioOndemand",
|
|
368
|
-
"cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css",
|
|
369
|
-
"jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js",
|
|
370
|
-
"isAutoplay": true,
|
|
371
|
-
"teaserSize": "100"
|
|
372
|
-
},
|
|
373
|
-
"ardPlayerJsonConfig": {
|
|
374
|
-
"playerConfig": {
|
|
375
|
-
"generic": {
|
|
376
|
-
"isAutoplay": true,
|
|
377
|
-
"imageTemplateConfig": {
|
|
378
|
-
"size": [
|
|
379
|
-
{ "minWidth": 0, "value": "480/270" },
|
|
380
|
-
{ "minWidth": 480, "value": "640/360" },
|
|
381
|
-
{ "minWidth": 640, "value": "960/540" },
|
|
382
|
-
{
|
|
383
|
-
"minWidth": 960,
|
|
384
|
-
"value": "1920/1080"
|
|
385
|
-
}
|
|
386
|
-
]
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
"web": {
|
|
390
|
-
"baseUrl": "./vendor/ardplayer/",
|
|
391
|
-
"isForcedAutoplay": true,
|
|
392
|
-
"isForcedVideoView": true
|
|
393
|
-
},
|
|
394
|
-
"pluginData": {
|
|
395
|
-
"trackingAti@all": { "isEnabled": false },
|
|
396
|
-
"trackingAgf@all": { "isEnabled": false }
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
"mediaCollection": {
|
|
400
|
-
"streams": [
|
|
401
|
-
{
|
|
402
|
-
"kind": "main",
|
|
403
|
-
"isAudioOnly": true,
|
|
404
|
-
"media": [
|
|
405
|
-
{
|
|
406
|
-
"url": "https://hr-a.akamaihd.net/audio/sport/2022_03/220317235611_Hinteregger.mp3",
|
|
407
|
-
"mimeType": "audio/mp3",
|
|
408
|
-
"audios": [
|
|
409
|
-
{
|
|
410
|
-
"kind": "standard",
|
|
411
|
-
"languageCode": "de"
|
|
412
|
-
}
|
|
413
|
-
]
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"meta": {
|
|
419
|
-
"durationSeconds": 20,
|
|
420
|
-
"images": [
|
|
421
|
-
{
|
|
422
|
-
"kind": "preview",
|
|
423
|
-
"url": "https://picsum.photos/id/101/{size}"
|
|
424
|
-
}
|
|
425
|
-
],
|
|
426
|
-
"title": "Das Eintracht-Tor in der Reportage: \"Hinteregger schädelt den rein\"",
|
|
427
|
-
"synopsis": "Eintracht Frankfurt steht im Viertelfinale der Europa League. Hier gibt es die emotionale Audio-Reportage des Hinteregger-Treffers."
|
|
428
|
-
},
|
|
429
|
-
"pluginData": {},
|
|
430
|
-
"geoBlocked": false
|
|
431
|
-
},
|
|
432
|
-
"playerId": "2563",
|
|
433
|
-
"type": "audioOndemand",
|
|
434
|
-
"cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css",
|
|
435
|
-
"jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js",
|
|
436
|
-
"isAutoplay": true,
|
|
437
|
-
"teaserSize": "100"
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
"image": ""
|
|
443
|
-
},
|
|
444
|
-
"geotag": [{ "title": "Frankfurt" }],
|
|
445
|
-
"link": {
|
|
446
|
-
"url": "/teaser1",
|
|
447
|
-
"webviewUrl": "/teaser1#webview",
|
|
448
|
-
"isTargetBlank": false,
|
|
449
|
-
"hasIcon": false,
|
|
450
|
-
"iconName": "iconName",
|
|
451
|
-
"readMoreText": {
|
|
452
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
453
|
-
"readMore": "mehr",
|
|
454
|
-
"readMoreLong": "read More Long"
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"isSsi": true,
|
|
462
|
-
"logicItem": {
|
|
463
|
-
"includePath": "components/teaser/teaser_standard",
|
|
464
|
-
"includeModel": {
|
|
465
|
-
"byline": "Byline",
|
|
466
|
-
"title": "23 Grad - Oktober verabschiedet sich \"sehr außergewöhnlich\"",
|
|
467
|
-
"topline": "T-Shirt statt Winterjacke",
|
|
468
|
-
"headingFontVariant": "serif",
|
|
469
|
-
"extendedTitle": "",
|
|
470
|
-
"teaserType": "standard",
|
|
471
|
-
"teaserSize": "50",
|
|
472
|
-
"isMobile1to1": false,
|
|
473
|
-
"teaserDate": {
|
|
474
|
-
"htmlDateTime": "2022-10-23T16:04+0200",
|
|
475
|
-
"htmlDate": "23.10.2022",
|
|
476
|
-
"date": "23.10.22",
|
|
477
|
-
"dateSeparatorTime": "23.10.22, 16:04"
|
|
478
|
-
},
|
|
479
|
-
"teaserInfo": {
|
|
480
|
-
"showTeaserInfo": true,
|
|
481
|
-
"showTeaserInfoSection": true,
|
|
482
|
-
"showTeaserInfoChannel": true,
|
|
483
|
-
"showTeaserInfoAll": true,
|
|
484
|
-
"showTeaserInfoDate": false,
|
|
485
|
-
"showTeaserInfoDateTime": true,
|
|
486
|
-
"showTeaserInfoProgramRef": true
|
|
487
|
-
},
|
|
488
|
-
"teaserImage": {
|
|
489
|
-
"alttext": "Lorem ipsum",
|
|
490
|
-
"copyrightWithLinks": "Vorname Nachname",
|
|
491
|
-
"responsiveImage": {
|
|
492
|
-
"asPicture": false,
|
|
493
|
-
"asImage": true,
|
|
494
|
-
"fallback": "images/sonniger-herbst-100_v-16to9__medium.jpg",
|
|
495
|
-
"sources": [
|
|
496
|
-
{
|
|
497
|
-
"sizes": "(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw",
|
|
498
|
-
"srcset": "images/sonniger-herbst-100_v-16to9__small.jpg 320w, images/sonniger-herbst-100_v-16to9__medium.jpg 480w, images/sonniger-herbst-100_v-16to9__medium__extended.jpg 640w, images/sonniger-herbst-100_v-16to9.jpg 960w, images/sonniger-herbst-100_v-16to9__retina.jpg 1920w"
|
|
499
|
-
}
|
|
500
|
-
]
|
|
501
|
-
}
|
|
502
|
-
},
|
|
503
|
-
"displayTeaserBodyAsImageOverlay": false,
|
|
504
|
-
"hasMediaButtons": false,
|
|
505
|
-
"dontLazyload": true,
|
|
506
|
-
"isStandardTeaser": true,
|
|
507
|
-
"isHeroTeaser": false,
|
|
508
|
-
"isMediaTeaser": true,
|
|
509
|
-
"isGuide": false,
|
|
510
|
-
"isProgram": false,
|
|
511
|
-
"isEvent": false,
|
|
512
|
-
"isTicker": false,
|
|
513
|
-
"isAudio": false,
|
|
514
|
-
"isVideo": true,
|
|
515
|
-
"isPodcast": false,
|
|
516
|
-
"isPodcastEpisode": false,
|
|
517
|
-
"isExtOrBrandLink": false,
|
|
518
|
-
"isAuthor": false,
|
|
519
|
-
"copyright": "Copyright Text",
|
|
520
|
-
"audioAuthor": "Audio Author",
|
|
521
|
-
"hasStatus": false,
|
|
522
|
-
"hasTeaserItem": true,
|
|
523
|
-
"allowAVConsumption": true,
|
|
524
|
-
"aspectRatio": "ar--teaserTop",
|
|
525
|
-
"hideGeotag": false,
|
|
526
|
-
"hideEditableByline": true,
|
|
527
|
-
"doTracking": true,
|
|
528
|
-
"trackingForArdMediatheksLink": false,
|
|
529
|
-
"showMediatheksLink": false,
|
|
530
|
-
"showAirdate": false,
|
|
531
|
-
"showProfileInfoAsByline": false,
|
|
532
|
-
"obsolet_brandOfTeaser": "hessenschau",
|
|
533
|
-
"documentSection": "Gesellschaft",
|
|
534
|
-
"headlineTag": "h1",
|
|
535
|
-
"icon": "ortsmarke",
|
|
536
|
-
"imageVariant": "topteaser",
|
|
537
|
-
"shorttext": "Dicke Winterjacken können weiterhin auf ihren Einsatz warten: Die kommenden Tage bleiben für den späten Oktober außergewöhnlich mild. Selbst Meteorologen sind gleich aus mehreren Gründen überrascht.",
|
|
538
|
-
"sophoraId": "warmes-oktoberende-100",
|
|
539
|
-
"profiles": "Von Alf Haubitz und Alice Merton",
|
|
540
|
-
"teaserLead": {
|
|
541
|
-
"avDocument": {
|
|
542
|
-
"isVideo": true,
|
|
543
|
-
"toModel": {
|
|
544
|
-
"videoElement": {
|
|
545
|
-
"ardPlayerConfig": {
|
|
546
|
-
"playerConfig": {
|
|
547
|
-
"generic": {
|
|
548
|
-
"isAutoplay": true,
|
|
549
|
-
"imageTemplateConfig": {
|
|
550
|
-
"size": [
|
|
551
|
-
{ "minWidth": 0, "value": "480/270" },
|
|
552
|
-
{ "minWidth": 480, "value": "640/360" },
|
|
553
|
-
{ "minWidth": 640, "value": "960/540" },
|
|
554
|
-
{
|
|
555
|
-
"minWidth": 960,
|
|
556
|
-
"value": "1920/1080"
|
|
557
|
-
}
|
|
558
|
-
]
|
|
559
|
-
}
|
|
560
|
-
},
|
|
561
|
-
"web": {
|
|
562
|
-
"baseUrl": "./vendor/ardplayer/",
|
|
563
|
-
"isForcedAutoplay": true,
|
|
564
|
-
"isForcedVideoView": true
|
|
565
|
-
},
|
|
566
|
-
"pluginData": {
|
|
567
|
-
"trackingAti@all": { "isEnabled": false },
|
|
568
|
-
"trackingAgf@all": { "isEnabled": false }
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
"mediaCollection": {
|
|
572
|
-
"streams": [
|
|
573
|
-
{
|
|
574
|
-
"kind": "main",
|
|
575
|
-
"videoLanguageCode": "de",
|
|
576
|
-
"media": [
|
|
577
|
-
{
|
|
578
|
-
"url": "https://hr-vh.akamaihd.net/i/video/as/hessenschau/2022_03/hrLogo_220317201045_L422955_,480x270-50p-700kbit,512x288-25p-500kbit,640x360-50p-1200kbit,960x540-50p-1600kbit,1280x720-50p-3200kbit,1920x1080-50p-5000kbit,.mp4.csmil/master.m3u8",
|
|
579
|
-
"mimeType": "application/vnd.apple.mpegurl",
|
|
580
|
-
"isAdaptiveQualitySelectable": true,
|
|
581
|
-
"audios": [
|
|
582
|
-
{
|
|
583
|
-
"kind": "standard",
|
|
584
|
-
"languageCode": "de"
|
|
585
|
-
}
|
|
586
|
-
]
|
|
587
|
-
}
|
|
588
|
-
]
|
|
589
|
-
}
|
|
590
|
-
],
|
|
591
|
-
"subTitles": [
|
|
592
|
-
{
|
|
593
|
-
"kind": "normal",
|
|
594
|
-
"languageCode": "de",
|
|
595
|
-
"sources": [
|
|
596
|
-
{
|
|
597
|
-
"kind": "webvtt",
|
|
598
|
-
"url": "https://hr-a.akamaihd.net/video/as/hessenschau/2022_03/hrLogo_220317201045_L422955_512x288-25p-500kbit.vtt"
|
|
599
|
-
}
|
|
600
|
-
]
|
|
601
|
-
}
|
|
602
|
-
],
|
|
603
|
-
"meta": {
|
|
604
|
-
"durationSeconds": 1644,
|
|
605
|
-
"images": [
|
|
606
|
-
{
|
|
607
|
-
"kind": "preview",
|
|
608
|
-
"url": "https://picsum.photos/id/101/{size}"
|
|
609
|
-
}
|
|
610
|
-
],
|
|
611
|
-
"title": "Auszubildende dringend gesucht | hessenschau vom 17.03.2022",
|
|
612
|
-
"synopsis": "Erstaufnahme der Geflüchteten in Gießen / Bund-Länder-Treffen zu Geflüchteten aus der Ukraine / Zu wenig Lebensmittelkontrollen / Mehr Ausbildungsplätze als Bewerber / Dokumentation über Sinti und Roma / Nachwuchs im Frankfurter Zoo / Eintracht vor dem Europa League-Spiel"
|
|
613
|
-
},
|
|
614
|
-
"pluginData": {},
|
|
615
|
-
"geoBlocked": false
|
|
616
|
-
},
|
|
617
|
-
"playerId": "8423",
|
|
618
|
-
"type": "videoOndemand",
|
|
619
|
-
"cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css",
|
|
620
|
-
"jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js",
|
|
621
|
-
"isAutoplay": true,
|
|
622
|
-
"teaserSize": "100"
|
|
623
|
-
},
|
|
624
|
-
"ardPlayerJsonConfig": {
|
|
625
|
-
"playerConfig": {
|
|
626
|
-
"generic": {
|
|
627
|
-
"isAutoplay": true,
|
|
628
|
-
"imageTemplateConfig": {
|
|
629
|
-
"size": [
|
|
630
|
-
{ "minWidth": 0, "value": "480/270" },
|
|
631
|
-
{ "minWidth": 480, "value": "640/360" },
|
|
632
|
-
{ "minWidth": 640, "value": "960/540" },
|
|
633
|
-
{
|
|
634
|
-
"minWidth": 960,
|
|
635
|
-
"value": "1920/1080"
|
|
636
|
-
}
|
|
637
|
-
]
|
|
638
|
-
}
|
|
639
|
-
},
|
|
640
|
-
"web": {
|
|
641
|
-
"baseUrl": "./vendor/ardplayer/",
|
|
642
|
-
"isForcedAutoplay": true,
|
|
643
|
-
"isForcedVideoView": true
|
|
644
|
-
},
|
|
645
|
-
"pluginData": {
|
|
646
|
-
"trackingAti@all": { "isEnabled": false },
|
|
647
|
-
"trackingAgf@all": { "isEnabled": false }
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
"mediaCollection": {
|
|
651
|
-
"streams": [
|
|
652
|
-
{
|
|
653
|
-
"kind": "main",
|
|
654
|
-
"videoLanguageCode": "de",
|
|
655
|
-
"media": [
|
|
656
|
-
{
|
|
657
|
-
"url": "https://hr-vh.akamaihd.net/i/video/as/hessenschau/2022_03/hrLogo_220317201045_L422955_,480x270-50p-700kbit,512x288-25p-500kbit,640x360-50p-1200kbit,960x540-50p-1600kbit,1280x720-50p-3200kbit,1920x1080-50p-5000kbit,.mp4.csmil/master.m3u8",
|
|
658
|
-
"mimeType": "application/vnd.apple.mpegurl",
|
|
659
|
-
"isAdaptiveQualitySelectable": true,
|
|
660
|
-
"audios": [
|
|
661
|
-
{
|
|
662
|
-
"kind": "standard",
|
|
663
|
-
"languageCode": "de"
|
|
664
|
-
}
|
|
665
|
-
]
|
|
666
|
-
}
|
|
667
|
-
]
|
|
668
|
-
}
|
|
669
|
-
],
|
|
670
|
-
"subTitles": [
|
|
671
|
-
{
|
|
672
|
-
"kind": "normal",
|
|
673
|
-
"languageCode": "de",
|
|
674
|
-
"sources": [
|
|
675
|
-
{
|
|
676
|
-
"kind": "webvtt",
|
|
677
|
-
"url": "https://hr-a.akamaihd.net/video/as/hessenschau/2022_03/hrLogo_220317201045_L422955_512x288-25p-500kbit.vtt"
|
|
678
|
-
}
|
|
679
|
-
]
|
|
680
|
-
}
|
|
681
|
-
],
|
|
682
|
-
"meta": {
|
|
683
|
-
"durationSeconds": 1644,
|
|
684
|
-
"images": [
|
|
685
|
-
{
|
|
686
|
-
"kind": "preview",
|
|
687
|
-
"url": "https://picsum.photos/id/101/{size}"
|
|
688
|
-
}
|
|
689
|
-
],
|
|
690
|
-
"title": "Auszubildende dringend gesucht | hessenschau vom 17.03.2022",
|
|
691
|
-
"synopsis": "Erstaufnahme der Geflüchteten in Gießen / Bund-Länder-Treffen zu Geflüchteten aus der Ukraine / Zu wenig Lebensmittelkontrollen / Mehr Ausbildungsplätze als Bewerber / Dokumentation über Sinti und Roma / Nachwuchs im Frankfurter Zoo / Eintracht vor dem Europa League-Spiel"
|
|
692
|
-
},
|
|
693
|
-
"pluginData": {},
|
|
694
|
-
"geoBlocked": false
|
|
695
|
-
},
|
|
696
|
-
"playerId": "8423",
|
|
697
|
-
"type": "videoOndemand",
|
|
698
|
-
"cssUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.79310671.css",
|
|
699
|
-
"jsUrl": "./vendor/ardplayer/ardplayer-hr-6.3.11.c442fe17.js",
|
|
700
|
-
"isAutoplay": true,
|
|
701
|
-
"teaserSize": "100"
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
|
-
"image": ""
|
|
707
|
-
},
|
|
708
|
-
"geotag": [{ "title": "Wolfhagen" }],
|
|
709
|
-
"link": {
|
|
710
|
-
"url": "/teaser1",
|
|
711
|
-
"webviewUrl": "/teaser1#webview",
|
|
712
|
-
"isTargetBlank": false,
|
|
713
|
-
"hasIcon": false,
|
|
714
|
-
"iconName": "iconName",
|
|
715
|
-
"readMoreText": {
|
|
716
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
717
|
-
"readMore": "mehr",
|
|
718
|
-
"readMoreLong": "read More Long"
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
]
|
|
725
|
-
}
|
|
726
|
-
}
|