hr-design-system-handlebars 1.50.16 → 1.50.18
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 +24 -0
- package/dist/assets/brand/_default/conf/locatags.json +1 -0
- package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/icons/icons/svgmap/copyright.svg +13 -0
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +354 -5
- package/dist/assets/js/alpine.js +4 -0
- package/dist/views/components/banner/banner.storybook.hbs +126 -0
- package/dist/views/components/banner/copyright/tooltip.hbs +17 -0
- package/dist/views/components/banner/header/additional_info.hbs +1 -0
- package/dist/views/components/banner/header/banner_image.hbs +13 -0
- package/dist/views/components/banner/header/banner_overlay.hbs +3 -0
- package/dist/views/components/banner/header/banner_wrapper.hbs +7 -0
- package/dist/views/components/banner/header/breadcrumb_wrapper.hbs +6 -0
- package/dist/views/components/banner/header/byline.hbs +1 -0
- package/dist/views/components/banner/header/headline.hbs +3 -0
- package/dist/views/components/banner/header/special_info.hbs +3 -0
- package/dist/views/components/banner/header/title_background.hbs +3 -0
- package/dist/views/components/banner/header/topline.hbs +1 -0
- package/dist/views/components/banner/structure_nav/structure_nav.hbs +34 -0
- package/dist/views/components/base/image/responsive_image.hbs +5 -4
- package/dist/views/components/content/copytext/components/additionalinfo.hbs +5 -0
- package/dist/views/components/content/copytext/components/audio.hbs +9 -0
- package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
- package/dist/views/components/content/copytext/components/cite.hbs +20 -0
- package/dist/views/components/content/copytext/components/downloadbox.hbs +5 -0
- package/dist/views/components/content/copytext/components/externalservice.hbs +61 -0
- package/dist/views/components/content/copytext/components/faq.hbs +5 -0
- package/dist/views/components/content/copytext/components/filedownload.hbs +5 -0
- package/dist/views/components/content/copytext/components/gallery.hbs +7 -0
- package/dist/views/components/content/copytext/components/headline.hbs +1 -0
- package/dist/views/components/content/copytext/components/image.hbs +41 -0
- package/dist/views/components/content/copytext/components/infobox.hbs +5 -0
- package/dist/views/components/content/copytext/components/jobposting.hbs +5 -0
- package/dist/views/components/content/copytext/components/livestream.hbs +9 -0
- package/dist/views/components/content/copytext/components/map.hbs +46 -0
- package/dist/views/components/content/copytext/components/newsletter.hbs +5 -0
- package/dist/views/components/content/copytext/components/paragraph.hbs +11 -0
- package/dist/views/components/content/copytext/components/podcastepisode.hbs +9 -0
- package/dist/views/components/content/copytext/components/posterteaser.hbs +5 -0
- package/dist/views/components/content/copytext/components/radioplaylist.hbs +11 -0
- package/dist/views/components/content/copytext/components/tweet.hbs +7 -0
- package/dist/views/components/content/copytext/components/video.hbs +9 -0
- package/dist/views/components/content/copytext/components/voting.hbs +9 -0
- package/dist/views/components/content/copytext/components/webform.hbs +5 -0
- package/dist/views/components/content/copytext/copytext.hbs +129 -0
- package/dist/views/components/footer/page_footer.hbs +2 -1
- package/dist/views/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
- package/dist/views/components/top_button/top_button.hbs +24 -0
- package/dist/views_static/components/banner/banner.storybook.hbs +126 -0
- package/dist/views_static/components/banner/copyright/tooltip.hbs +17 -0
- package/dist/views_static/components/banner/header/additional_info.hbs +1 -0
- package/dist/views_static/components/banner/header/banner_image.hbs +13 -0
- package/dist/views_static/components/banner/header/banner_overlay.hbs +3 -0
- package/dist/views_static/components/banner/header/banner_wrapper.hbs +7 -0
- package/dist/views_static/components/banner/header/breadcrumb_wrapper.hbs +6 -0
- package/dist/views_static/components/banner/header/byline.hbs +1 -0
- package/dist/views_static/components/banner/header/headline.hbs +3 -0
- package/dist/views_static/components/banner/header/special_info.hbs +3 -0
- package/dist/views_static/components/banner/header/title_background.hbs +3 -0
- package/dist/views_static/components/banner/header/topline.hbs +1 -0
- package/dist/views_static/components/banner/structure_nav/structure_nav.hbs +34 -0
- package/dist/views_static/components/base/image/responsive_image.hbs +5 -4
- package/dist/views_static/components/content/copytext/components/additionalinfo.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/audio.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/cite.hbs +20 -0
- package/dist/views_static/components/content/copytext/components/downloadbox.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/externalservice.hbs +61 -0
- package/dist/views_static/components/content/copytext/components/faq.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/filedownload.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/gallery.hbs +7 -0
- package/dist/views_static/components/content/copytext/components/headline.hbs +1 -0
- package/dist/views_static/components/content/copytext/components/image.hbs +41 -0
- package/dist/views_static/components/content/copytext/components/infobox.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/jobposting.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/livestream.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/map.hbs +46 -0
- package/dist/views_static/components/content/copytext/components/newsletter.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/paragraph.hbs +11 -0
- package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/posterteaser.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/radioplaylist.hbs +11 -0
- package/dist/views_static/components/content/copytext/components/tweet.hbs +7 -0
- package/dist/views_static/components/content/copytext/components/video.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/voting.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/webform.hbs +5 -0
- package/dist/views_static/components/content/copytext/copytext.hbs +129 -0
- package/dist/views_static/components/footer/page_footer.hbs +2 -1
- package/dist/views_static/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
- package/dist/views_static/components/top_button/top_button.hbs +24 -0
- package/package.json +3 -1
- package/src/assets/brand/_default/conf/locatags.json +1 -0
- 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/hr1/icons/logo/svgmap.min.svg +1 -1
- 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/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/css/custom-utilities.css +33 -0
- package/src/assets/fixtures/banner/banner.json +37 -0
- package/src/assets/fixtures/banner/bannerImages.inc.json +28 -0
- package/src/assets/fixtures/banner/structureNav.json +48 -0
- package/src/assets/fixtures/content/copytext/copytext.inc.json +100 -0
- package/src/assets/fixtures/content/copytext/copytext.json +4 -0
- package/src/assets/icons/icons/svgmap/copyright.svg +13 -0
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__medium.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__retina.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__small.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7__medium.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7__small.jpg +0 -0
- package/src/assets/js/alpine.js +4 -0
- package/src/assets/tailwind.css +42 -1
- package/src/stories/views/components/banner/banner.storybook.hbs +126 -0
- package/src/stories/views/components/banner/copyright/tooltip.hbs +17 -0
- package/src/stories/views/components/banner/fixtures/banner.json +1 -0
- package/src/stories/views/components/banner/fixtures/structureNav.json +1 -0
- package/src/stories/views/components/banner/header/additional_info.hbs +1 -0
- package/src/stories/views/components/banner/header/banner_image.hbs +13 -0
- package/src/stories/views/components/banner/header/banner_overlay.hbs +3 -0
- package/src/stories/views/components/banner/header/banner_wrapper.hbs +7 -0
- package/src/stories/views/components/banner/header/breadcrumb_wrapper.hbs +6 -0
- package/src/stories/views/components/banner/header/byline.hbs +1 -0
- package/src/stories/views/components/banner/header/headline.hbs +3 -0
- package/src/stories/views/components/banner/header/special_info.hbs +3 -0
- package/src/stories/views/components/banner/header/title_background.hbs +3 -0
- package/src/stories/views/components/banner/header/topline.hbs +1 -0
- package/src/stories/views/components/banner/header.stories.js +36 -0
- package/src/stories/views/components/banner/structure_nav/structureNav.stories.js +32 -0
- package/src/stories/views/components/banner/structure_nav/structure_nav.hbs +34 -0
- package/src/stories/views/components/base/image/responsive_image.hbs +5 -4
- package/src/stories/views/components/content/copytext/components/additionalinfo.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/audio.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/cite.hbs +20 -0
- package/src/stories/views/components/content/copytext/components/downloadbox.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/externalservice.hbs +61 -0
- package/src/stories/views/components/content/copytext/components/faq.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/filedownload.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/gallery.hbs +7 -0
- package/src/stories/views/components/content/copytext/components/headline.hbs +1 -0
- package/src/stories/views/components/content/copytext/components/image.hbs +41 -0
- package/src/stories/views/components/content/copytext/components/infobox.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/jobposting.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/livestream.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/map.hbs +46 -0
- package/src/stories/views/components/content/copytext/components/newsletter.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/paragraph.hbs +11 -0
- package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/posterteaser.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/radioplaylist.hbs +11 -0
- package/src/stories/views/components/content/copytext/components/tweet.hbs +7 -0
- package/src/stories/views/components/content/copytext/components/video.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/voting.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/webform.hbs +5 -0
- package/src/stories/views/components/content/copytext/copytext.hbs +129 -0
- package/src/stories/views/components/content/copytext/copytext.mdx +25 -0
- package/src/stories/views/components/content/copytext/copytext.stories.js +16 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -242
- package/src/stories/views/components/footer/page_footer.hbs +2 -1
- package/src/stories/views/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
- package/src/stories/views/components/top_button/top_button.hbs +24 -0
- package/tailwind.config.js +5 -2
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{{~#if (isStorybook)~}}
|
|
2
|
+
<div class="mt-6 italic text-gray-dark">coming soon: Image-component</div>
|
|
3
|
+
{{~else~}}
|
|
4
|
+
|
|
5
|
+
{{#if this.showPortrait.isTrue }}
|
|
6
|
+
{{#if this.showFullSize.isTrue }}
|
|
7
|
+
{{> modules/figure/figure
|
|
8
|
+
_cssClass="copytext__clearBox"
|
|
9
|
+
_type="story"
|
|
10
|
+
_variant="100-copytext-portrait"
|
|
11
|
+
_noAr="true"
|
|
12
|
+
_pictureAddClass="copytext__box__picture"
|
|
13
|
+
_isWebview=../../_isWebview}}
|
|
14
|
+
{{else}}
|
|
15
|
+
{{> modules/figure/figure
|
|
16
|
+
_cssClass="copytext__box"
|
|
17
|
+
_type="story"
|
|
18
|
+
_variant="copytext-portrait"
|
|
19
|
+
_noAr="true"
|
|
20
|
+
_pictureAddClass="copytext__box__picture"
|
|
21
|
+
_isWebview=../../_isWebview}}
|
|
22
|
+
{{/if}}
|
|
23
|
+
{{else}}
|
|
24
|
+
{{#if this.showFullSize.isTrue}}
|
|
25
|
+
{{> modules/figure/figure
|
|
26
|
+
_cssClass="copytext__clearBox"
|
|
27
|
+
_type="story"
|
|
28
|
+
_variant="100-copytext"
|
|
29
|
+
_pictureAddClass="ar--16x9 copytext__box__picture"
|
|
30
|
+
_isWebview=../../_isWebview}}
|
|
31
|
+
{{else}}
|
|
32
|
+
{{> modules/figure/figure
|
|
33
|
+
_cssClass="copytext__box"
|
|
34
|
+
_type="story"
|
|
35
|
+
_variant="copytext"
|
|
36
|
+
_pictureAddClass="ar--16x9 copytext__box__picture"
|
|
37
|
+
_isWebview=../../_isWebview}}
|
|
38
|
+
{{/if}}
|
|
39
|
+
{{/if}}
|
|
40
|
+
|
|
41
|
+
{{~/if~}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{{~#if (isStorybook)~}}
|
|
2
|
+
<div class="mt-6 italic text-gray-dark">coming soon: Livestream-component</div>
|
|
3
|
+
{{~else~}}
|
|
4
|
+
{{#if this.showFullSize.isTrue }}
|
|
5
|
+
{{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
|
|
6
|
+
{{else}}
|
|
7
|
+
{{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_livestream__intro_sr" _a11yOutro-loca="story_video_livestream__outro_sr" }}
|
|
8
|
+
{{/if}}
|
|
9
|
+
{{~/if~}}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{{~#if (isStorybook)~}}
|
|
2
|
+
<div class="mt-6 italic text-gray-dark">coming soon: Map-component</div>
|
|
3
|
+
{{~else~}}
|
|
4
|
+
{{> content/geomap/page/components/map
|
|
5
|
+
_addClass="copytext__clearBox"
|
|
6
|
+
_id=this.uuid
|
|
7
|
+
_tilesURL=this.mapTilesUrl
|
|
8
|
+
_iconURLStyle1=this.markerIconUrl
|
|
9
|
+
_iconURLStyle2=this.markerIconUrlS2
|
|
10
|
+
_iconURLStyle3=this.markerIconUrlS3
|
|
11
|
+
_markerList=this.showMarkerList
|
|
12
|
+
_fixedTooltip=this.showFixedTooltip
|
|
13
|
+
_markerCluster=this.showMarkercluster
|
|
14
|
+
_showOwnLocation=this.showOwnLocation
|
|
15
|
+
_initView=this.initView
|
|
16
|
+
_initLat=this.initViewLat
|
|
17
|
+
_initLng=this.initViewLong
|
|
18
|
+
_initZoom=this.initZoom
|
|
19
|
+
_border=this.showBorders
|
|
20
|
+
_colorBorder=this.borderColor
|
|
21
|
+
_borderStrokeWeight=this.borderStrokeWeight
|
|
22
|
+
_countryFillColor=this.countryFillColor
|
|
23
|
+
_countryFillOpacity=this.countryFillOpacity
|
|
24
|
+
_colorAreasStyle1=this.polygonColor
|
|
25
|
+
_opacityAreasStyle1=this.polygonOpacity
|
|
26
|
+
_weightAreasStyle1=this.polygonWeight
|
|
27
|
+
_colorAreasStyle2=this.polygonColorS2
|
|
28
|
+
_opacityAreasStyle2=this.polygonOpacityS2
|
|
29
|
+
_weightAreasStyle2=this.polygonWeightS2
|
|
30
|
+
_colorAreasStyle3=this.polygonColorS3
|
|
31
|
+
_opacityAreasStyle3=this.polygonOpacityS3
|
|
32
|
+
_weightAreasStyle3=this.polygonWeightS3
|
|
33
|
+
_colorLinesStyle1=this.polylineColor
|
|
34
|
+
_weightLinesStyle1=this.polylineWeight
|
|
35
|
+
_colorLinesStyle2=this.polylineColorS2
|
|
36
|
+
_weightLinesStyle2=this.polylineWeightS2
|
|
37
|
+
_colorLinesStyle3=this.polylineColorS3
|
|
38
|
+
_weightLinesStyle3=this.polylineWeightS3
|
|
39
|
+
_aspectRatio=this.mapAspectRatio
|
|
40
|
+
_initZoomMax=this.initZoomMax
|
|
41
|
+
_initZoomMin=this.initZoomMin
|
|
42
|
+
_clusterMinIconURL=this.clusterMinIconUrl
|
|
43
|
+
_clusterMedIconURL=this.clusterMedIconUrl
|
|
44
|
+
_clusterMaxIconURL=this.clusterMaxIconUrl
|
|
45
|
+
}}
|
|
46
|
+
{{~/if~}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{{#each this.text.split}}
|
|
2
|
+
{{#if this.isText}}
|
|
3
|
+
<p class="mt-6 text-base sm480:text-lg dark:text-text-dark">{{{this.text}}}</p>
|
|
4
|
+
{{/if}}
|
|
5
|
+
{{#if this.isUl}}
|
|
6
|
+
<ul class="mt-6 ml-5 text-base list-disc sm480:text-lg dark:text-text-dark">{{{this.text}}}</ul>
|
|
7
|
+
{{/if}}
|
|
8
|
+
{{#if this.isOl}}
|
|
9
|
+
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-lg dark:text-text-dark">{{{this.text}}}</ol>
|
|
10
|
+
{{/if}}
|
|
11
|
+
{{/each}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{{~#if (isStorybook)~}}
|
|
2
|
+
<div class="mt-6 italic text-gray-dark">coming soon: Podcast-episode-component</div>
|
|
3
|
+
{{~else~}}
|
|
4
|
+
{{#if this.showFullSize.isTrue }}
|
|
5
|
+
{{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
|
|
6
|
+
{{else}}
|
|
7
|
+
{{> modules/media/media_figure _addClass="copytext__box dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
|
|
8
|
+
{{/if}}
|
|
9
|
+
{{~/if~}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{{~#if (isStorybook)~}}
|
|
2
|
+
<div class="mt-6 italic text-gray-dark">coming soon: Radioplaylist-component</div>
|
|
3
|
+
{{~else~}}
|
|
4
|
+
{{#with this.toModel.songvoteParagraphBox}}
|
|
5
|
+
{{#if this.showRanking }}
|
|
6
|
+
<div class="copytext__clearBox marginTrailer--m">
|
|
7
|
+
{{{this.rankingSSI}}}
|
|
8
|
+
</div>
|
|
9
|
+
{{/if}}
|
|
10
|
+
{{/with}}
|
|
11
|
+
{{~/if~}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{{~#if (isStorybook)~}}
|
|
2
|
+
<div class="mt-6 italic text-gray-dark">coming soon: Video-component</div>
|
|
3
|
+
{{~else~}}
|
|
4
|
+
{{#if this.showFullSize.isTrue }}
|
|
5
|
+
{{> modules/media/media_figure _fullSize=true _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
6
|
+
{{else}}
|
|
7
|
+
{{> modules/media/media_figure _fullSize=false _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
8
|
+
{{/if}}
|
|
9
|
+
{{~/if~}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{{~#if (isStorybook)~}}
|
|
2
|
+
<div class="mt-6 italic text-gray-dark">coming soon: Voting-component</div>
|
|
3
|
+
{{~else~}}
|
|
4
|
+
{{#if this.isMultiVote}}
|
|
5
|
+
{{> modules/teaser/voting-teaser/multiVotingTeaser _addClass="copytext__clearBox"}}
|
|
6
|
+
{{else}}
|
|
7
|
+
{{> modules/teaser/voting-teaser/singleVotingTeaser _addClass="copytext__clearBox"}}
|
|
8
|
+
{{/if}}
|
|
9
|
+
{{~/if~}}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
{{#each this.copytextParagraph }}
|
|
2
|
+
{{{this.structuredDataSsi}}}
|
|
3
|
+
{{#if this.isHeadline}}
|
|
4
|
+
{{> components/content/copytext/components/headline }}
|
|
5
|
+
{{/if}}
|
|
6
|
+
|
|
7
|
+
{{#unless this.isInfoBox}}
|
|
8
|
+
{{~#with this.paragraphBoxItem }}
|
|
9
|
+
{{~#if this.isImage}}
|
|
10
|
+
{{> components/content/copytext/components/image }}
|
|
11
|
+
{{/if~}}
|
|
12
|
+
{{~#if this.isContentBox}}
|
|
13
|
+
{{~> components/article/components/contentbox/contentbox ~}}
|
|
14
|
+
{{/if~}}
|
|
15
|
+
{{~#if this.isAccordion}}
|
|
16
|
+
{{~> components/article/components/accordion/accordion ~}}
|
|
17
|
+
{{/if~}}
|
|
18
|
+
{{~#if this.isGallery}}
|
|
19
|
+
{{> components/content/copytext/components/gallery }}
|
|
20
|
+
{{/if~}}
|
|
21
|
+
{{~#if this.isFileDownload}}
|
|
22
|
+
{{> components/content/copytext/components/filedownload }}
|
|
23
|
+
{{/if~}}
|
|
24
|
+
{{~#if this.isMap}}
|
|
25
|
+
{{> components/content/copytext/components/map }}
|
|
26
|
+
{{/if~}}
|
|
27
|
+
{{~#if this.isWebForm}}
|
|
28
|
+
{{> components/content/copytext/components/webform }}
|
|
29
|
+
{{/if~}}
|
|
30
|
+
{{~#if this.isNewsletter}}
|
|
31
|
+
{{> components/content/copytext/components/newsletter }}
|
|
32
|
+
{{/if~}}
|
|
33
|
+
{{~#if this.isAudio}}
|
|
34
|
+
{{> components/content/copytext/components/audio }}
|
|
35
|
+
{{/if~}}
|
|
36
|
+
{{~#if this.isAudioEventLivestream}}
|
|
37
|
+
{{> components/content/copytext/components/audioeventlivestream }}
|
|
38
|
+
{{/if~}}
|
|
39
|
+
{{~#if this.isPodcastEpisode}}
|
|
40
|
+
{{> components/content/copytext/components/podcastepisode }}
|
|
41
|
+
{{/if~}}
|
|
42
|
+
{{~#if this.isVideo}}
|
|
43
|
+
{{> components/content/copytext/components/video }}
|
|
44
|
+
{{/if~}}
|
|
45
|
+
{{~#if this.isLivestream}}
|
|
46
|
+
{{> components/content/copytext/components/livestream }}
|
|
47
|
+
{{/if~}}
|
|
48
|
+
{{~#if this.isTweet}}
|
|
49
|
+
{{> components/content/copytext/components/tweet }}
|
|
50
|
+
{{~/if}}
|
|
51
|
+
{{~#if this.isRadioPlaylist}}
|
|
52
|
+
{{> components/content/copytext/components/radioplaylist }}
|
|
53
|
+
{{~/if}}
|
|
54
|
+
{{~#if this.isVoting}}
|
|
55
|
+
{{> components/content/copytext/components/voting }}
|
|
56
|
+
{{/if~}}
|
|
57
|
+
{{~#if this.isExternalService}}
|
|
58
|
+
{{> components/content/copytext/components/externalservice }}
|
|
59
|
+
{{/if~}}
|
|
60
|
+
{{~#if this.isContentNav}}
|
|
61
|
+
{{#with this.toModel.contentNavigationTeaser}}
|
|
62
|
+
{{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
|
|
63
|
+
{{/with}}
|
|
64
|
+
{{/if~}}
|
|
65
|
+
{{~/with}}
|
|
66
|
+
{{/unless}}
|
|
67
|
+
|
|
68
|
+
{{~#with this.paragraphTeaserItem }}
|
|
69
|
+
{{~#if this.isTopictag}}
|
|
70
|
+
{{#with this.toModel.genericTeaser}}
|
|
71
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
72
|
+
{{/with}}
|
|
73
|
+
{{/if~}}
|
|
74
|
+
{{~#if this.isTicker}}
|
|
75
|
+
{{#with this.toModel.genericTeaser}}
|
|
76
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
77
|
+
{{/with}}
|
|
78
|
+
{{/if~}}
|
|
79
|
+
{{~#if this.isLink}}
|
|
80
|
+
{{#with this.toModel.genericTeaser}}
|
|
81
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
82
|
+
{{/with}}
|
|
83
|
+
{{/if~}}
|
|
84
|
+
{{~#if this.isStructureNodeDocument}}
|
|
85
|
+
{{#with this.toModel.structureNodeTeaser}}
|
|
86
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
87
|
+
{{/with}}
|
|
88
|
+
{{/if~}}
|
|
89
|
+
{{~#if this.isStory}}
|
|
90
|
+
{{#with this.toModel.genericTeaser}}
|
|
91
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
92
|
+
{{/with}}
|
|
93
|
+
{{/if~}}
|
|
94
|
+
{{~#if this.isProgram}}
|
|
95
|
+
{{#with this.toModel.genericTeaser}}
|
|
96
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
97
|
+
{{/with}}
|
|
98
|
+
{{/if~}}
|
|
99
|
+
{{~#if this.isEvent}}
|
|
100
|
+
{{#with this.toModel.eventTeaser}}
|
|
101
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
102
|
+
{{/with}}
|
|
103
|
+
{{/if~}}
|
|
104
|
+
{{~/with}}
|
|
105
|
+
|
|
106
|
+
{{#if this.isParagraph}}
|
|
107
|
+
{{> components/content/copytext/components/paragraph }}
|
|
108
|
+
{{/if}}
|
|
109
|
+
|
|
110
|
+
{{#if this.isCite}}
|
|
111
|
+
{{> components/content/copytext/components/cite }}
|
|
112
|
+
{{/if}}
|
|
113
|
+
|
|
114
|
+
{{#if this.isInfoBox}}
|
|
115
|
+
{{> components/content/copytext/components/infobox }}
|
|
116
|
+
{{/if}}
|
|
117
|
+
{{#if this.isAdditionalInfo}}
|
|
118
|
+
{{> components/content/copytext/components/additionalinfo }}
|
|
119
|
+
{{/if}}
|
|
120
|
+
{{#if this.isDownloadBox}}
|
|
121
|
+
{{> components/content/copytext/components/downloadbox }}
|
|
122
|
+
{{/if}}
|
|
123
|
+
{{#if this.isFAQ}}
|
|
124
|
+
{{> components/content/copytext/components/faq }}
|
|
125
|
+
{{/if}}
|
|
126
|
+
{{#if this.isJobposting}}
|
|
127
|
+
{{> components/content/copytext/components/jobposting }}
|
|
128
|
+
{{/if}}
|
|
129
|
+
{{/each}}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ArgsTable, Meta, Story, Canvas } from '@storybook/blocks'
|
|
2
|
+
import * as CopytextStories from './copytext.stories'
|
|
3
|
+
|
|
4
|
+
<Meta of={CopytextStories} />
|
|
5
|
+
|
|
6
|
+
# Copytext
|
|
7
|
+
|
|
8
|
+
## Beschreibung
|
|
9
|
+
|
|
10
|
+
Copytext ist der Haupt-Bestandteil eines Artikels. Er enthält Text-Absätze, Zwischenüberschriften, Bilder, Audios, Videos und vieles mehr.
|
|
11
|
+
Die insgesamt 26 Sub-Komponenten werden nach und nach entwickelt. Bis dahin werden Dummies angezeigt (*"coming soon: XY-component"*).
|
|
12
|
+
|
|
13
|
+
## Verwendung
|
|
14
|
+
|
|
15
|
+
Die Copytext-Komponente wird in handlebars wie folgt eingebaut:
|
|
16
|
+
|
|
17
|
+
```html
|
|
18
|
+
{{> components/content/copytext/copytext _isWebview=true|false }}
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
<Canvas withToolbar>
|
|
22
|
+
<Story of={CopytextStories.Default} />
|
|
23
|
+
</Canvas>
|
|
24
|
+
|
|
25
|
+
<ArgsTable story="default" />
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import copytext from './copytext.hbs'
|
|
2
|
+
import copytext_json from './fixtures/copytext.json'
|
|
3
|
+
|
|
4
|
+
const Template = ({ ...args }) => {
|
|
5
|
+
return copytext({ ...args })
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export default {
|
|
9
|
+
title: 'Komponenten/Content/Copytext',
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export const Default = {
|
|
13
|
+
render: Template.bind({}),
|
|
14
|
+
name: 'default',
|
|
15
|
+
args: copytext_json,
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"copytextParagraph":[{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isHeadline":true,"text":"Speichermedien sowie Waffen und Munition sichergestellt"},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isParagraph":true,"text":{"split":[{"isText":true,"text":"In der rund 1.200 Einwohner großen Gemeinde Waldbrunn, rund 13 Kilometer vom rheinland-pfälzischen Westerburg entfernt, engagiert sich der 18-Jährige nach hr-Informationen bei der Freiwilligen Feuerwehr. Der Ortsvorsteher aus Waldbrunn beschrieb den Terrorverdächtigen als zurückhaltend, höflich und hilfsbereit."},{"isUl":true,"text":"<li>In der rund 1.200 Einwohner großen Gemeinde Waldbrunn</li><li>rund 13 Kilometer vom rheinland-pfälzischen Westerburg entfernt</li>"},{"isOl":true,"text":"<li>In der rund 1.200 Einwohner großen Gemeinde Waldbrunn</li><li>rund 13 Kilometer vom rheinland-pfälzischen Westerburg entfernt</li>"}]}},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isParagraph":true,"text":{"split":[{"isText":true,"text":"Nach der Festnahme in der vergangenen Woche hätten bereits Gespräche mit Mitschülerinnen und Mitschülern des 18 Jahre alten Oberstufenschülers stattgefunden. Auch die Eltern seien in Kenntnis gesetzt worden, sagte der Schulleiter."},{"isText":true,"text":"Nach Informationen der Rhein-Zeitung soll es im Frühjahr 2022 einen Zwischenfall an der Schule gegeben haben. Der heute 18-Jährige soll demnach einen Mitschüler beschimpft und nach einer verbalen Auseinandersetzung mit einer Flasche geschlagen haben."}]},"paragraphBoxItem":{"isImage":true,"showFullSize":{"isTrue":true}}},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isHeadline":true,"text":"Medienbericht: Flaschenangriff auf Mitschüler"},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isParagraph":true,"text":{"split":[{"isText":true,"text":"Der Mitschüler erlitt dem Bericht zufolge eine Schienbeinprellung und eine kleine Schnittwunde. Die Eltern hätten daraufhin Anzeige erstattet – eine hr-Anfrage an die zuständige Polizei blieb bislang unbeantwortet."}]}},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isCite":true,"text":"Dies ist ein Zitat"},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isInfoBox":true,"text":"Dies ist eine Infobox"},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isAdditionalInfo":true,"text":"Dies ist eine additional Info"},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isDownloadBox":true,"text":"Dies ist eine Downloadbox"},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isFAQ":true,"text":"Dies ist ein FAQ-Absatz"},{"structuredDataSsi":"<!--#include virtual='structuredDataSsiPath' -->","isJobposting":true,"text":"Dies ist ein Jobposting"}]}
|
|
@@ -1,242 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"groups": [{
|
|
3
|
-
"title": "hessenschau",
|
|
4
|
-
"columnSize": 3,
|
|
5
|
-
"columns": [{
|
|
6
|
-
"links": [{
|
|
7
|
-
"hiddenText": "hessenschau",
|
|
8
|
-
"labelText": "Startseite der hessenschau",
|
|
9
|
-
"text": "Start",
|
|
10
|
-
"url": "index.html"
|
|
11
|
-
}, {
|
|
12
|
-
"text": "Nordhessen",
|
|
13
|
-
"url": "nordhessen/index.html"
|
|
14
|
-
}, {
|
|
15
|
-
"text": "Osthessen",
|
|
16
|
-
"url": "osthessen/index.html"
|
|
17
|
-
}, {
|
|
18
|
-
"text": "Mittelhessen",
|
|
19
|
-
"url": "mittelhessen/index.html"
|
|
20
|
-
}, {
|
|
21
|
-
"text": "Rhein-Main",
|
|
22
|
-
"url": "rheinmain/index.html"
|
|
23
|
-
}, {
|
|
24
|
-
"text": "Südhessen",
|
|
25
|
-
"url": "suedhessen/index.html"
|
|
26
|
-
}]
|
|
27
|
-
}, {
|
|
28
|
-
"links": [{
|
|
29
|
-
"text": "Politik",
|
|
30
|
-
"url": "politik/index.html"
|
|
31
|
-
}, {
|
|
32
|
-
"text": "Gesellschaft",
|
|
33
|
-
"url": "gesellschaft/index.html"
|
|
34
|
-
}, {
|
|
35
|
-
"text": "Wirtschaft",
|
|
36
|
-
"url": "wirtschaft/index.html"
|
|
37
|
-
}, {
|
|
38
|
-
"text": "Kultur",
|
|
39
|
-
"url": "kultur/index.html"
|
|
40
|
-
}, {
|
|
41
|
-
"text": "Sport",
|
|
42
|
-
"url": "sport/index.html"
|
|
43
|
-
}, {
|
|
44
|
-
"text": "Panorama",
|
|
45
|
-
"url": "panorama/index.html"
|
|
46
|
-
}, {
|
|
47
|
-
"text": "Freizeit",
|
|
48
|
-
"url": "freizeit/index.html"
|
|
49
|
-
}]
|
|
50
|
-
}, {
|
|
51
|
-
"links": [{
|
|
52
|
-
"text": "Video & Podcast",
|
|
53
|
-
"url": "video-podcast/index.html"
|
|
54
|
-
}, {
|
|
55
|
-
"text": "Wetter",
|
|
56
|
-
"url": "wetter/index.html"
|
|
57
|
-
}, {
|
|
58
|
-
"text": "Verkehr",
|
|
59
|
-
"url": "verkehr/index.html"
|
|
60
|
-
}, {
|
|
61
|
-
"text": "TV-Sendung",
|
|
62
|
-
"url": "tv-sendung/index.html"
|
|
63
|
-
}, {
|
|
64
|
-
"text": "Themen",
|
|
65
|
-
"url": "themen/index.html",
|
|
66
|
-
"paragraphed": true
|
|
67
|
-
}, {
|
|
68
|
-
"text": "Archiv",
|
|
69
|
-
"url": "archiv/index.html"
|
|
70
|
-
}]
|
|
71
|
-
}]
|
|
72
|
-
}, {
|
|
73
|
-
"title": "Service",
|
|
74
|
-
"columnSize": 1,
|
|
75
|
-
"columns": [{
|
|
76
|
-
"links": [{
|
|
77
|
-
"text": "Kontakt",
|
|
78
|
-
"url": "kontakt/index.html"
|
|
79
|
-
}, {
|
|
80
|
-
"text": "Redaktion",
|
|
81
|
-
"url": "redaktion/das-informationsportal-fuer-hessen,redaktion-info-100.html"
|
|
82
|
-
}, {
|
|
83
|
-
"text": "Hilfe",
|
|
84
|
-
"url": "hilfe/index.html"
|
|
85
|
-
}, {
|
|
86
|
-
"text": "hessenschau-App",
|
|
87
|
-
"url": "hr-apps/index.html"
|
|
88
|
-
}, {
|
|
89
|
-
"text": "Newsletter",
|
|
90
|
-
"url": "newsletter/index.html"
|
|
91
|
-
}, {
|
|
92
|
-
"text": "Korrekturen",
|
|
93
|
-
"url": "unternehmen/korrekturen/index.html",
|
|
94
|
-
"site": "hr",
|
|
95
|
-
"isTargetBlank": true
|
|
96
|
-
}, {
|
|
97
|
-
"text": "hr-text",
|
|
98
|
-
"url": "https://www.hr-text.hr-fernsehen.de/ttxHtmlGenerator/index.jsp",
|
|
99
|
-
"extern": true,
|
|
100
|
-
"isTargetBlank": true
|
|
101
|
-
}, {
|
|
102
|
-
"text": "hr-ticketcenter",
|
|
103
|
-
"url": "https://www.hr-ticketcenter.de/",
|
|
104
|
-
"extern": true,
|
|
105
|
-
"isTargetBlank": true
|
|
106
|
-
}, {
|
|
107
|
-
"text": "hr werbung",
|
|
108
|
-
"url": "index.html",
|
|
109
|
-
"site": "hr-werbung",
|
|
110
|
-
"isTargetBlank": true
|
|
111
|
-
}]
|
|
112
|
-
}]
|
|
113
|
-
}],
|
|
114
|
-
"socialMedia": {
|
|
115
|
-
"title": "Social Media",
|
|
116
|
-
"columnSize": 1,
|
|
117
|
-
"columns": [{
|
|
118
|
-
"links": [{
|
|
119
|
-
"text": "twitter-ds",
|
|
120
|
-
"url": "https://twitter.com/hessenschau",
|
|
121
|
-
"extern": true,
|
|
122
|
-
"isTargetBlank": true,
|
|
123
|
-
"title": "hessenschau Twitter"
|
|
124
|
-
}, {
|
|
125
|
-
"text": "instagram-ds",
|
|
126
|
-
"url": "https://www.instagram.com/hessenschau/",
|
|
127
|
-
"extern": true,
|
|
128
|
-
"isTargetBlank": true,
|
|
129
|
-
"title": "hessenschau Instagram"
|
|
130
|
-
}, {
|
|
131
|
-
"text": "facebook-ds",
|
|
132
|
-
"url": "https://www.facebook.com/hessenschau",
|
|
133
|
-
"extern": true,
|
|
134
|
-
"isTargetBlank": true,
|
|
135
|
-
"title": "hessenschau Facebook"
|
|
136
|
-
}, {
|
|
137
|
-
"text": "youtube-ds",
|
|
138
|
-
"url": "https://www.youtube.com/c/hessenschau",
|
|
139
|
-
"extern": true,
|
|
140
|
-
"isTargetBlank": true,
|
|
141
|
-
"title": "hessenschau YouTube"
|
|
142
|
-
}, {
|
|
143
|
-
"text": "whatsapp-ds",
|
|
144
|
-
"url": "https://whatsapp.com/channel/0029VaDcqVJAu3aJgJtKhX25",
|
|
145
|
-
"extern": true,
|
|
146
|
-
"isTargetBlank": true,
|
|
147
|
-
"title": "hessenschau WhatsApp"
|
|
148
|
-
}]
|
|
149
|
-
}, {
|
|
150
|
-
"links": [{
|
|
151
|
-
"text": "push-ds",
|
|
152
|
-
"url": "push/index.html",
|
|
153
|
-
"title": "Push-Benachrichtigung in der App"
|
|
154
|
-
}, {
|
|
155
|
-
"text": "voice-ds",
|
|
156
|
-
"url": "voice/index.html",
|
|
157
|
-
"title": "hessenschau in 100 Sekunden"
|
|
158
|
-
}, {
|
|
159
|
-
"text": "kontakt-ds",
|
|
160
|
-
"url": "kontakt/index.html",
|
|
161
|
-
"title": "Zum Kontaktformular"
|
|
162
|
-
}, {
|
|
163
|
-
"text": "rss-ds",
|
|
164
|
-
"url": "rss/index.html",
|
|
165
|
-
"title": "hessenschau.de RSS-Feed"
|
|
166
|
-
}]
|
|
167
|
-
}]
|
|
168
|
-
},
|
|
169
|
-
"footerMetadata": {
|
|
170
|
-
"hrDeLink": {
|
|
171
|
-
"currentTime": {
|
|
172
|
-
"year": "2023"
|
|
173
|
-
},
|
|
174
|
-
"text": "Hessischer Rundfunk",
|
|
175
|
-
"url": "index.html",
|
|
176
|
-
"site": "hr",
|
|
177
|
-
"isTargetBlank": true,
|
|
178
|
-
"title": "Hessischer Rundfunk"
|
|
179
|
-
},
|
|
180
|
-
"ardDeLink": {
|
|
181
|
-
"text": "ARD.de",
|
|
182
|
-
"url": "https://www.ard.de/",
|
|
183
|
-
"extern": true,
|
|
184
|
-
"isTargetBlank": true,
|
|
185
|
-
"title": "ard.de"
|
|
186
|
-
},
|
|
187
|
-
"dataProtectionLink": {
|
|
188
|
-
"text": "Datenschutz",
|
|
189
|
-
"url": "https://www.hr.de/datenschutz/index.html",
|
|
190
|
-
"extern": true,
|
|
191
|
-
"isTargetBlank": true,
|
|
192
|
-
"title": "Datenschutz"
|
|
193
|
-
},
|
|
194
|
-
"imprintLink": {
|
|
195
|
-
"text": "Impressum",
|
|
196
|
-
"url": "impressum/index.html",
|
|
197
|
-
"site": "hr",
|
|
198
|
-
"isTargetBlank": true,
|
|
199
|
-
"title": "Impressum"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
"serviceList": [{
|
|
203
|
-
"key": "ard_mediathek",
|
|
204
|
-
"value": "ARD Mediathek (Video)"
|
|
205
|
-
}, {
|
|
206
|
-
"key": "arte_concert",
|
|
207
|
-
"value": "Arte Concert"
|
|
208
|
-
}, {
|
|
209
|
-
"key": "arte_concert_new",
|
|
210
|
-
"value": "Arte Concert 2.0"
|
|
211
|
-
}, {
|
|
212
|
-
"key": "datawrapper_cdn",
|
|
213
|
-
"value": "Datawrapper (Datengrafik)"
|
|
214
|
-
}, {
|
|
215
|
-
"key": "esri",
|
|
216
|
-
"value": "Esri (Notfallkarte)"
|
|
217
|
-
}, {
|
|
218
|
-
"key": "facebook_post",
|
|
219
|
-
"value": "Facebook"
|
|
220
|
-
}, {
|
|
221
|
-
"key": "flourish",
|
|
222
|
-
"value": "Flourish (Datengrafik)"
|
|
223
|
-
}, {
|
|
224
|
-
"key": "giphy",
|
|
225
|
-
"value": "Giphy (animiertes GIF)"
|
|
226
|
-
}, {
|
|
227
|
-
"key": "instagram",
|
|
228
|
-
"value": "Instagram"
|
|
229
|
-
}, {
|
|
230
|
-
"key": "twitter_post",
|
|
231
|
-
"value": "Twitter"
|
|
232
|
-
}, {
|
|
233
|
-
"key": "vimeo",
|
|
234
|
-
"value": "Vimeo (Video)"
|
|
235
|
-
}, {
|
|
236
|
-
"key": "youtube",
|
|
237
|
-
"value": "YouTube (Video)"
|
|
238
|
-
}, {
|
|
239
|
-
"key": "youtube360",
|
|
240
|
-
"value": "YouTube 360 (360° Video)"
|
|
241
|
-
}]
|
|
242
|
-
}
|
|
1
|
+
{"groups":[{"title":"hessenschau","columnSize":3,"columns":[{"links":[{"hiddenText":"hessenschau","labelText":"Startseite der hessenschau","text":"Start","url":"index.html"},{"text":"Nordhessen","url":"nordhessen/index.html"},{"text":"Osthessen","url":"osthessen/index.html"},{"text":"Mittelhessen","url":"mittelhessen/index.html"},{"text":"Rhein-Main","url":"rheinmain/index.html"},{"text":"Südhessen","url":"suedhessen/index.html"}]},{"links":[{"text":"Politik","url":"politik/index.html"},{"text":"Gesellschaft","url":"gesellschaft/index.html"},{"text":"Wirtschaft","url":"wirtschaft/index.html"},{"text":"Kultur","url":"kultur/index.html"},{"text":"Sport","url":"sport/index.html"},{"text":"Panorama","url":"panorama/index.html"},{"text":"Freizeit","url":"freizeit/index.html"}]},{"links":[{"text":"Video & Podcast","url":"video-podcast/index.html"},{"text":"Wetter","url":"wetter/index.html"},{"text":"Verkehr","url":"verkehr/index.html"},{"text":"TV-Sendung","url":"tv-sendung/index.html"},{"text":"Themen","url":"themen/index.html","paragraphed":true},{"text":"Archiv","url":"archiv/index.html"}]}]},{"title":"Service","columnSize":1,"columns":[{"links":[{"text":"Kontakt","url":"kontakt/index.html"},{"text":"Redaktion","url":"redaktion/das-informationsportal-fuer-hessen,redaktion-info-100.html"},{"text":"Hilfe","url":"hilfe/index.html"},{"text":"hessenschau-App","url":"hr-apps/index.html"},{"text":"Newsletter","url":"newsletter/index.html"},{"text":"Korrekturen","url":"unternehmen/korrekturen/index.html","site":"hr","isTargetBlank":true},{"text":"hr-text","url":"https://www.hr-text.hr-fernsehen.de/ttxHtmlGenerator/index.jsp","extern":true,"isTargetBlank":true},{"text":"hr-ticketcenter","url":"https://www.hr-ticketcenter.de/","extern":true,"isTargetBlank":true},{"text":"hr werbung","url":"index.html","site":"hr-werbung","isTargetBlank":true}]}]}],"socialMedia":{"title":"Social Media","columnSize":1,"columns":[{"links":[{"text":"twitter-ds","url":"https://twitter.com/hessenschau","extern":true,"isTargetBlank":true,"title":"hessenschau Twitter"},{"text":"instagram-ds","url":"https://www.instagram.com/hessenschau/","extern":true,"isTargetBlank":true,"title":"hessenschau Instagram"},{"text":"facebook-ds","url":"https://www.facebook.com/hessenschau","extern":true,"isTargetBlank":true,"title":"hessenschau Facebook"},{"text":"youtube-ds","url":"https://www.youtube.com/c/hessenschau","extern":true,"isTargetBlank":true,"title":"hessenschau YouTube"}]},{"links":[{"text":"push-ds","url":"push/index.html","title":"Push-Benachrichtigung in der App"},{"text":"voice-ds","url":"voice/index.html","title":"hessenschau in 100 Sekunden"},{"text":"kontakt-ds","url":"kontakt/index.html","title":"Zum Kontaktformular"},{"text":"rss-ds","url":"rss/index.html","title":"hessenschau.de RSS-Feed"}]}]},"footerMetadata":{"hrDeLink":{"currentTime":{"year":"2023"},"text":"Hessischer Rundfunk","url":"index.html","site":"hr","isTargetBlank":true,"title":"Hessischer Rundfunk"},"ardDeLink":{"text":"ARD.de","url":"https://www.ard.de/","extern":true,"isTargetBlank":true,"title":"ard.de"},"dataProtectionLink":{"text":"Datenschutz","url":"https://www.hr.de/datenschutz/index.html","extern":true,"isTargetBlank":true,"title":"Datenschutz"},"imprintLink":{"text":"Impressum","url":"impressum/index.html","site":"hr","isTargetBlank":true,"title":"Impressum"}},"serviceList":[{"key":"ard_mediathek","value":"ARD Mediathek (Video)"},{"key":"arte_concert","value":"Arte Concert"},{"key":"arte_concert_new","value":"Arte Concert 2.0"},{"key":"datawrapper_cdn","value":"Datawrapper (Datengrafik)"},{"key":"esri","value":"Esri (Notfallkarte)"},{"key":"facebook_post","value":"Facebook"},{"key":"flourish","value":"Flourish (Datengrafik)"},{"key":"giphy","value":"Giphy (animiertes GIF)"},{"key":"instagram","value":"Instagram"},{"key":"twitter_post","value":"Twitter"},{"key":"vimeo","value":"Vimeo (Video)"},{"key":"youtube","value":"YouTube (Video)"},{"key":"youtube360","value":"YouTube 360 (360° Video)"}]}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
<footer class="flex justify-center w-full text-base border-t cy-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
1
|
+
<footer class="relative flex justify-center w-full text-base border-t cy-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
2
|
+
<div class="absolute top-feature-box-height" x-data x-intersect="$store.footerIsVisible = true" x-intersect:leave="$store.footerIsVisible = false"></div>
|
|
2
3
|
<div class="flex md:container lg:px-10">
|
|
3
4
|
<span class="hidden">Footer Navigation</span>
|
|
4
5
|
|