hr-design-system-handlebars 1.33.2 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/build/handlebars/helpers/handlebar-helpers.js +21 -2
- package/config.js +1 -0
- package/dist/assets/brand/hessenschau/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -1
- package/dist/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +1 -1
- package/dist/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--footer.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--footer-desk.svg +25 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer.svg +25 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr2/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/dist/assets/brand/hr2/icons/logo/brandlogo--footer.min.svg +1 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer-desk.svg +32 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer.svg +32 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr3/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr4/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/you-fm/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/dist/assets/brand/you-fm/icons/logo/brandlogo--footer.min.svg +1 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer-desk.svg +29 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer.svg +10 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/icons/icons/svgmap/Kreis-test-weiss.svg +11 -0
- package/dist/assets/icons/icons/svgmap/hr-calendar-ds.svg +35 -0
- package/dist/assets/icons/icons/svgmap/playlist-ds.svg +14 -2
- package/dist/assets/icons/icons/svgmap/push-ds.svg +1 -2
- package/dist/assets/icons/icons/svgmap/rss-ds.svg +17 -0
- package/dist/assets/icons/icons/svgmap/tvprogramm-ds.svg +15 -0
- package/dist/assets/icons/icons/svgmap/voice-ds.svg +16 -0
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +351 -16
- package/dist/views/components/footer/page_footer.hbs +25 -0
- package/dist/views/components/footer/page_footer_column.hbs +24 -0
- package/dist/views/components/footer/page_footer_content.hbs +25 -0
- package/dist/views/components/footer/page_footer_item.hbs +15 -0
- package/dist/views/components/footer/page_footer_logo.hbs +9 -0
- package/dist/views/components/footer/page_footer_metadata.hbs +87 -0
- package/dist/views/components/footer/page_footer_nav_link.hbs +18 -0
- package/dist/views/components/footer/page_footer_search.hbs +6 -0
- package/dist/views/components/footer/page_footer_social_media.hbs +29 -0
- package/dist/views/components/page/page.hbs +1 -1
- package/dist/views/components/site_header/navigation_search/quick_search_form.hbs +3 -3
- package/dist/views/components/teaser/ticker/teaser_ticker_body.hbs +2 -2
- package/dist/views_static/components/Button.hbs +10 -0
- package/dist/views_static/components/base/image/icon.hbs +72 -0
- package/dist/views_static/components/base/image/responsive_image.hbs +50 -0
- package/dist/views_static/components/base/link.hbs +8 -0
- package/dist/views_static/components/base/loadSSI.hbs +5 -0
- package/dist/views_static/components/base/load_dynamic.hbs +47 -0
- package/dist/views_static/components/button/button.hbs +16 -0
- package/dist/views_static/components/button/components/button_icon.hbs +2 -0
- package/dist/views_static/components/button/components/button_label.hbs +1 -0
- package/dist/views_static/components/button/link_button.hbs +6 -0
- package/dist/views_static/components/button/top_topics_button.hbs +10 -0
- package/dist/views_static/components/button/utilities/button_base_classes.hbs +1 -0
- package/dist/views_static/components/button/utilities/button_dimension_classes.hbs +5 -0
- package/dist/views_static/components/button/utilities/button_on_image_classes.hbs +45 -0
- package/dist/views_static/components/button/utilities/button_variation_classes.hbs +22 -0
- package/dist/views_static/components/content_nav/content_nav.hbs +26 -0
- package/dist/views_static/components/content_nav/content_nav_container.hbs +17 -0
- package/dist/views_static/components/content_nav/content_nav_dropdown.hbs +39 -0
- package/dist/views_static/components/content_nav/content_nav_item.hbs +26 -0
- package/dist/views_static/components/content_nav/content_nav_list.hbs +32 -0
- package/dist/views_static/components/event/artist.hbs +1 -0
- package/dist/views_static/components/event/calendar/event_calendar.hbs +3 -0
- package/dist/views_static/components/event/calendar/event_calendar_content.hbs +18 -0
- package/dist/views_static/components/event/calendar/event_calendar_event_teaser.hbs +58 -0
- package/dist/views_static/components/event/calendar/event_calendar_footer.hbs +7 -0
- package/dist/views_static/components/event/calendar/event_calendar_heading.hbs +3 -0
- package/dist/views_static/components/event/calendar/event_calendar_inline.hbs +3 -0
- package/dist/views_static/components/event/calendar/event_calendar_nav.hbs +27 -0
- package/dist/views_static/components/event/calendar/event_calendar_nav_item.hbs +7 -0
- package/dist/views_static/components/event/concert_info.hbs +66 -0
- package/dist/views_static/components/event/event_details.hbs +20 -0
- package/dist/views_static/components/event/event_status.hbs +1 -0
- package/dist/views_static/components/event/event_tag.hbs +3 -0
- package/dist/views_static/components/event/event_tags.hbs +11 -0
- package/dist/views_static/components/event/event_ticket_button.hbs +32 -0
- package/dist/views_static/components/event/instant_dates.hbs +21 -0
- package/dist/views_static/components/event/label_byline.ssi.hbs +9 -0
- package/dist/views_static/components/event/stage_location.ssi.hbs +9 -0
- package/dist/views_static/components/footer/page_footer.hbs +25 -0
- package/dist/views_static/components/footer/page_footer_column.hbs +24 -0
- package/dist/views_static/components/footer/page_footer_content.hbs +25 -0
- package/dist/views_static/components/footer/page_footer_item.hbs +15 -0
- package/dist/views_static/components/footer/page_footer_logo.hbs +9 -0
- package/dist/views_static/components/footer/page_footer_metadata.hbs +87 -0
- package/dist/views_static/components/footer/page_footer_nav_link.hbs +18 -0
- package/dist/views_static/components/footer/page_footer_search.hbs +6 -0
- package/dist/views_static/components/footer/page_footer_social_media.hbs +29 -0
- package/dist/views_static/components/geoTag/geoTag.hbs +6 -0
- package/dist/views_static/components/grid/grid.hbs +12 -0
- package/dist/views_static/components/grid/grid_group.hbs +11 -0
- package/dist/views_static/components/grid/grid_group_100_item_100.hbs +14 -0
- package/dist/views_static/components/grid/grid_group_100_item_100_with_background.hbs +17 -0
- package/dist/views_static/components/grid/grid_group_100_item_25.hbs +28 -0
- package/dist/views_static/components/grid/grid_group_100_item_33.hbs +18 -0
- package/dist/views_static/components/grid/grid_group_100_item_50.hbs +15 -0
- package/dist/views_static/components/grid/grid_group_100_tabbed_25.hbs +30 -0
- package/dist/views_static/components/grid/grid_group_100_tabbed_33.hbs +22 -0
- package/dist/views_static/components/grid/grid_group_100_tabbed_50.hbs +19 -0
- package/dist/views_static/components/grid/grid_group_33_item_100.hbs +17 -0
- package/dist/views_static/components/grid/grid_group_50_item_100.hbs +15 -0
- package/dist/views_static/components/grid/grid_group_66_item_100.hbs +15 -0
- package/dist/views_static/components/grid/grid_group_highlight.hbs +9 -0
- package/dist/views_static/components/grid/grid_group_standard.hbs +3 -0
- package/dist/views_static/components/grid/grid_group_tabbed.hbs +5 -0
- package/dist/views_static/components/grid/grid_group_wrapper_classes.hbs +1 -0
- package/dist/views_static/components/grid/grid_item.hbs +3 -0
- package/dist/views_static/components/horizontal_scroll_container/horizontal_scroll_container.hbs +22 -0
- package/dist/views_static/components/horizontal_scroll_container/horizontal_scroll_container_example.hbs +9 -0
- package/dist/views_static/components/label/label.hbs +11 -0
- package/dist/views_static/components/label/label_byline.hbs +17 -0
- package/dist/views_static/components/label/label_group.hbs +3 -0
- package/dist/views_static/components/label/label_old.hbs +20 -0
- package/dist/views_static/components/mediaplayer/media_player.hbs +20 -0
- package/dist/views_static/components/mediaplayer/mediaplayer_button.hbs +10 -0
- package/dist/views_static/components/modal/modal.hbs +7 -0
- package/dist/views_static/components/multimedia/livestream/label_byline.ssi.hbs +19 -0
- package/dist/views_static/components/navigation/breadcrumb/breadcrumb.hbs +14 -0
- package/dist/views_static/components/navigation/breadcrumb/breadcrumb_items.ssi.hbs +8 -0
- package/dist/views_static/components/navigation/breadcrumb/utils/breadcrumb_link_classes.hbs +1 -0
- package/dist/views_static/components/page/page.hbs +71 -0
- package/dist/views_static/components/page/page_pagination.hbs +61 -0
- package/dist/views_static/components/page/page_players.hbs +40 -0
- package/dist/views_static/components/pagination/pagination.hbs +19 -0
- package/dist/views_static/components/pagination/pagination_button_left.hbs +3 -0
- package/dist/views_static/components/pagination/pagination_button_left_linked.hbs +4 -0
- package/dist/views_static/components/pagination/pagination_button_right.hbs +4 -0
- package/dist/views_static/components/pagination/pagination_button_right_linked.hbs +4 -0
- package/dist/views_static/components/pagination/pagination_current_page_invalid.hbs +24 -0
- package/dist/views_static/components/pagination/pagination_current_page_valid.hbs +26 -0
- package/dist/views_static/components/pagination/pagination_more_than_three_pages.hbs +77 -0
- package/dist/views_static/components/pagination/pagination_only_three_pages.hbs +69 -0
- package/dist/views_static/components/pagination/pagination_only_two_pages.hbs +37 -0
- package/dist/views_static/components/program/label_byline.ssi.hbs +9 -0
- package/dist/views_static/components/site_header/anchor_navigation/anchor_navigation.hbs +10 -0
- package/dist/views_static/components/site_header/anchor_navigation/featurebox_anchor.hbs +3 -0
- package/dist/views_static/components/site_header/brand_navigation/brand_navigation.hbs +14 -0
- package/dist/views_static/components/site_header/brand_navigation/brand_navigation_item.hbs +3 -0
- package/dist/views_static/components/site_header/burger.hbs +43 -0
- package/dist/views_static/components/site_header/header.hbs +90 -0
- package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout.hbs +55 -0
- package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout_column.hbs +7 -0
- package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout_item.hbs +12 -0
- package/dist/views_static/components/site_header/navigation_search/quick_search_button.hbs +31 -0
- package/dist/views_static/components/site_header/navigation_search/quick_search_form.hbs +134 -0
- package/dist/views_static/components/site_header/section_navigation/section_navigation.hbs +30 -0
- package/dist/views_static/components/site_header/section_navigation/section_navigation_item.hbs +127 -0
- package/dist/views_static/components/site_header/section_navigation/section_navigation_top_topics.hbs +12 -0
- package/dist/views_static/components/site_header/service_logo.hbs +29 -0
- package/dist/views_static/components/site_header/service_navigation/service_list.hbs +15 -0
- package/dist/views_static/components/site_header/service_navigation/service_navigation_item.hbs +59 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster.hbs +27 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster_byline.hbs +33 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster_item.hbs +12 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster_list.hbs +32 -0
- package/dist/views_static/components/teaser/components/teaser_av_consumption.hbs +43 -0
- package/dist/views_static/components/teaser/components/teaser_av_consumption_close_button.hbs +6 -0
- package/dist/views_static/components/teaser/components/teaser_body.hbs +40 -0
- package/dist/views_static/components/teaser/components/teaser_byline.hbs +46 -0
- package/dist/views_static/components/teaser/components/teaser_byline_airdate.hbs +34 -0
- package/dist/views_static/components/teaser/components/teaser_comments.hbs +15 -0
- package/dist/views_static/components/teaser/components/teaser_header.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_heading.hbs +17 -0
- package/dist/views_static/components/teaser/components/teaser_headline.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_image.hbs +28 -0
- package/dist/views_static/components/teaser/components/teaser_image_overlay.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_lead.hbs +7 -0
- package/dist/views_static/components/teaser/components/teaser_subline.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_text.hbs +12 -0
- package/dist/views_static/components/teaser/components/teaser_title.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_title_classes.hbs +111 -0
- package/dist/views_static/components/teaser/components/teaser_title_old.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_topline.hbs +1 -0
- package/dist/views_static/components/teaser/content_nav/teaser_content_nav.hbs +6 -0
- package/dist/views_static/components/teaser/group_teaser/group_teaser.hbs +14 -0
- package/dist/views_static/components/teaser/group_teaser/group_teaser_accented.hbs +14 -0
- package/dist/views_static/components/teaser/podcast/podcast-playlist.hbs +4 -0
- package/dist/views_static/components/teaser/podcast/podcast.hbs +3 -0
- package/dist/views_static/components/teaser/podcast/podcast_downloadbutton.hbs +9 -0
- package/dist/views_static/components/teaser/podcast/podcast_item_title.hbs +9 -0
- package/dist/views_static/components/teaser/podcast/podcast_playbutton.hbs +14 -0
- package/dist/views_static/components/teaser/podcast/podcast_player.hbs +95 -0
- package/dist/views_static/components/teaser/podcast/podcast_player_ui.hbs +97 -0
- package/dist/views_static/components/teaser/podcast/podcast_playlist_player.hbs +79 -0
- package/dist/views_static/components/teaser/podcast/podcast_playlist_shorttext.hbs +10 -0
- package/dist/views_static/components/teaser/podcast/podcast_subscribe_button.hbs +69 -0
- package/dist/views_static/components/teaser/podcast/podcast_timedisplay.hbs +5 -0
- package/dist/views_static/components/teaser/podcast/podcast_title.hbs +13 -0
- package/dist/views_static/components/teaser/stage/stage_text.hbs +42 -0
- package/dist/views_static/components/teaser/tabbox/group_tabbox.hbs +18 -0
- package/dist/views_static/components/teaser/tabbox/teaser_tabbox.hbs +22 -0
- package/dist/views_static/components/teaser/teaser_alternativ.hbs +19 -0
- package/dist/views_static/components/teaser/teaser_event_calendar.hbs +8 -0
- package/dist/views_static/components/teaser/teaser_indextext.hbs +23 -0
- package/dist/views_static/components/teaser/teaser_logic/teaser_logic.hbs +17 -0
- package/dist/views_static/components/teaser/teaser_logic/teaser_logic.ssi.hbs +12 -0
- package/dist/views_static/components/teaser/teaser_poster.hbs +31 -0
- package/dist/views_static/components/teaser/teaser_stage.hbs +24 -0
- package/dist/views_static/components/teaser/teaser_standard.hbs +29 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_alternativ.hbs +14 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_body.hbs +26 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_footer.hbs +17 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_standard.hbs +14 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_timeline.hbs +27 -0
- package/dist/views_static/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +5 -0
- package/dist/views_static/components/text/byline.hbs +3 -0
- package/dist/views_static/components/tracking/download_tracking.hbs +1 -0
- package/dist/views_static/components/tracking/navigation_tracking.hbs +1 -0
- package/gulpfile.js +44 -34
- package/package.json +1 -1
- package/src/assets/brand/hessenschau/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -1
- package/src/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +1 -1
- package/src/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--footer.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--footer-desk.svg +25 -0
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer.svg +25 -0
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr2/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/src/assets/brand/hr2/icons/logo/brandlogo--footer.min.svg +1 -0
- package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer-desk.svg +32 -0
- package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer.svg +32 -0
- package/src/assets/brand/hr2/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr3/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr4/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/you-fm/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/src/assets/brand/you-fm/icons/logo/brandlogo--footer.min.svg +1 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer-desk.svg +29 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer.svg +10 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/fixtures/footer/footer_hessenschau.json +252 -0
- package/src/assets/fixtures/footer/footer_hr1.json +245 -0
- package/src/assets/fixtures/footer/footer_hr2.json +167 -0
- package/src/assets/fixtures/footer/footer_hr3.json +260 -0
- package/src/assets/fixtures/footer/footer_hr4.json +207 -0
- package/src/assets/fixtures/footer/footer_hrinfo.json +219 -0
- package/src/assets/fixtures/footer/footer_youfm.json +276 -0
- package/src/assets/icons/icons/svgmap/Kreis-test-weiss.svg +11 -0
- package/src/assets/icons/icons/svgmap/hr-calendar-ds.svg +35 -0
- package/src/assets/icons/icons/svgmap/playlist-ds.svg +14 -2
- package/src/assets/icons/icons/svgmap/push-ds.svg +1 -2
- package/src/assets/icons/icons/svgmap/rss-ds.svg +17 -0
- package/src/assets/icons/icons/svgmap/tvprogramm-ds.svg +15 -0
- package/src/assets/icons/icons/svgmap/voice-ds.svg +16 -0
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/assets/tailwind.css +133 -2
- package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr1.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr2.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr3.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr4.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hrinfo.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_youfm.json +1 -0
- package/src/stories/views/components/footer/page_footer.data.js +9 -0
- package/src/stories/views/components/footer/page_footer.hbs +25 -0
- package/src/stories/views/components/footer/page_footer.mdx +28 -0
- package/src/stories/views/components/footer/page_footer.stories.js +30 -0
- package/src/stories/views/components/footer/page_footer_column.hbs +24 -0
- package/src/stories/views/components/footer/page_footer_content.hbs +25 -0
- package/src/stories/views/components/footer/page_footer_item.hbs +15 -0
- package/src/stories/views/components/footer/page_footer_logo.hbs +9 -0
- package/src/stories/views/components/footer/page_footer_metadata.hbs +87 -0
- package/src/stories/views/components/footer/page_footer_nav_link.hbs +18 -0
- package/src/stories/views/components/footer/page_footer_search.hbs +6 -0
- package/src/stories/views/components/footer/page_footer_social_media.hbs +29 -0
- package/src/stories/views/components/page/page.hbs +1 -1
- package/src/stories/views/components/site_header/navigation_search/quick_search_form.hbs +3 -3
- package/src/stories/views/components/teaser/ticker/teaser_ticker_body.hbs +2 -2
- package/tailwind.config.js +20 -2
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
{
|
|
2
|
+
"groups": [
|
|
3
|
+
{
|
|
4
|
+
"title": "hr3.de",
|
|
5
|
+
"columnSize": 3,
|
|
6
|
+
"columns": [
|
|
7
|
+
{
|
|
8
|
+
"links": [
|
|
9
|
+
{
|
|
10
|
+
|
|
11
|
+
"hiddenText": "hr3",
|
|
12
|
+
"labelText": "Startseite hr3",
|
|
13
|
+
"link": {
|
|
14
|
+
"text": "Start",
|
|
15
|
+
"url": "index.html"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"link": {
|
|
20
|
+
"text": "Aktionen",
|
|
21
|
+
"url": "aktionen/index.html"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"link": {
|
|
26
|
+
"text": "Events",
|
|
27
|
+
"url": "events/index.html"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"links": [
|
|
34
|
+
{
|
|
35
|
+
"link": {
|
|
36
|
+
"text": "Shows",
|
|
37
|
+
"url": "shows/index.html"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"link": {
|
|
42
|
+
"text": "Playlist",
|
|
43
|
+
"url": "playlist/index.html"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"link": {
|
|
48
|
+
"text": "Kontakt",
|
|
49
|
+
"url": "kontakt/index.html"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"links": [
|
|
56
|
+
{
|
|
57
|
+
"link": {
|
|
58
|
+
"text": "Nachrichten",
|
|
59
|
+
"url": "nachrichten/index.html"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"link": {
|
|
64
|
+
"text": "Verkehr",
|
|
65
|
+
"url": "verkehr/index.html"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"link": {
|
|
70
|
+
"text": "Wetter",
|
|
71
|
+
"url": "wetter/index.html"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"link": {
|
|
76
|
+
"text": "Die hr3 Morningshow",
|
|
77
|
+
"url": "shows/die-hr3-morningshow/index.html"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"link": {
|
|
82
|
+
"text": "hr3 Der schöne Nachmittag",
|
|
83
|
+
"url": "shows/hr3-der-schoene-nachmittag/index.html"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"title": "Service",
|
|
92
|
+
"columns": [
|
|
93
|
+
{
|
|
94
|
+
"links": [
|
|
95
|
+
{
|
|
96
|
+
"link": {
|
|
97
|
+
"text": "Service-Übersicht",
|
|
98
|
+
"url": "service/index.html"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"link": {
|
|
103
|
+
"text": "Frequenzen",
|
|
104
|
+
"url": "service/frequenzen/index.html"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"link": {
|
|
109
|
+
"text": "hr3-App",
|
|
110
|
+
"url": "hr3-app/index.html"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"extern": true,
|
|
115
|
+
"link": {
|
|
116
|
+
"text": "hr3-Ticketservice",
|
|
117
|
+
"url": "https://hr3.adticket.de/",
|
|
118
|
+
"isTargetBlank": true
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"link": {
|
|
124
|
+
"text": "Hilfe",
|
|
125
|
+
"url": "hilfe/index.html"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"extern": true,
|
|
130
|
+
"site": "hr",
|
|
131
|
+
"link": {
|
|
132
|
+
"text": "Presse hr3",
|
|
133
|
+
"url": "presse/radio/hr3/index.html",
|
|
134
|
+
"isTargetBlank": true
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"extern": true,
|
|
139
|
+
"site": "hr",
|
|
140
|
+
"link": {
|
|
141
|
+
"text": "Korrekturen",
|
|
142
|
+
"url": "unternehmen/korrekturen/index.html",
|
|
143
|
+
"isTargetBlank": true
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"extern": true,
|
|
148
|
+
"site": "hr-werbung",
|
|
149
|
+
"link": {
|
|
150
|
+
"text": "hr werbung",
|
|
151
|
+
"url": "index.html",
|
|
152
|
+
"isTargetBlank": true
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"socialMedia": {
|
|
161
|
+
"title": "Social Media",
|
|
162
|
+
"columns": [
|
|
163
|
+
{
|
|
164
|
+
"links": [
|
|
165
|
+
{
|
|
166
|
+
|
|
167
|
+
"extern": true,
|
|
168
|
+
"title": "hr3.de Facebook",
|
|
169
|
+
"link": {
|
|
170
|
+
"text": "facebook",
|
|
171
|
+
"url": "https://www.facebook.com/hr3",
|
|
172
|
+
"isTargetBlank": true
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
|
|
178
|
+
"extern": true,
|
|
179
|
+
"title": "hr3 Instagram",
|
|
180
|
+
"link": {
|
|
181
|
+
"text": "instagram",
|
|
182
|
+
"url": "https://www.instagram.com/hr3",
|
|
183
|
+
"isTargetBlank": true
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
|
|
189
|
+
"extern": true,
|
|
190
|
+
"title": "hr3 Youtube",
|
|
191
|
+
"link": {
|
|
192
|
+
"text": "youtube",
|
|
193
|
+
"url": "https://www.youtube.com/user/hr3de",
|
|
194
|
+
"isTargetBlank": true
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"links": [
|
|
202
|
+
{
|
|
203
|
+
"title": "hr3 Whatsapp",
|
|
204
|
+
"link": {
|
|
205
|
+
"text": "whatsapp",
|
|
206
|
+
"url": "whatsapp/index.html"
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"title": "Zur RSS-Seite",
|
|
212
|
+
"link": {
|
|
213
|
+
"text": "rss",
|
|
214
|
+
"url": "rss/index.html"
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"title": "Zum Kontaktformular",
|
|
220
|
+
"link": {
|
|
221
|
+
"text": "mail",
|
|
222
|
+
"url": "kontakt/index.html"
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
}
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
"footerMetadata": {
|
|
231
|
+
"hrDeLink": {
|
|
232
|
+
"text": "Hessischer Rundfunk",
|
|
233
|
+
"url": "index.html",
|
|
234
|
+
"site": "hr",
|
|
235
|
+
"targetBlank": true,
|
|
236
|
+
"title": "Hessischer Rundfunk"
|
|
237
|
+
},
|
|
238
|
+
"ardDeLink": {
|
|
239
|
+
"text": "ARD.de",
|
|
240
|
+
"url": "https://www.ard.de/",
|
|
241
|
+
"extern": true,
|
|
242
|
+
"targetBlank": true,
|
|
243
|
+
"title": "ard.de"
|
|
244
|
+
},
|
|
245
|
+
"dataProtectionLink": {
|
|
246
|
+
"text": "Datenschutz",
|
|
247
|
+
"url": "https://www.hr.de/datenschutz/index.html",
|
|
248
|
+
"extern": true,
|
|
249
|
+
"targetBlank": true,
|
|
250
|
+
"title": "Datenschutz"
|
|
251
|
+
},
|
|
252
|
+
"imprintLink": {
|
|
253
|
+
"text": "Impressum",
|
|
254
|
+
"url": "impressum/index.html",
|
|
255
|
+
"site": "hr",
|
|
256
|
+
"targetBlank": true,
|
|
257
|
+
"title": "Impressum"
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
{
|
|
2
|
+
"groups": [
|
|
3
|
+
{
|
|
4
|
+
"title": "hr4.de",
|
|
5
|
+
"columnSize": 3,
|
|
6
|
+
"columns": [
|
|
7
|
+
{
|
|
8
|
+
"links": [
|
|
9
|
+
{
|
|
10
|
+
|
|
11
|
+
"hiddenText": "hr4",
|
|
12
|
+
"labelText": "Startseite hr4",
|
|
13
|
+
"link": {
|
|
14
|
+
"text": "Start",
|
|
15
|
+
"url": "index.html"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"link": {
|
|
20
|
+
"text": "Programm",
|
|
21
|
+
"url": "programm/index.html"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"link": {
|
|
26
|
+
"text": "Im Studio",
|
|
27
|
+
"url": "im-studio/index.html"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"links": [
|
|
34
|
+
{
|
|
35
|
+
"link": {
|
|
36
|
+
"text": "Musik",
|
|
37
|
+
"url": "musik/index.html"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"link": {
|
|
42
|
+
"text": "Events",
|
|
43
|
+
"url": "events/index.html"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"link": {
|
|
48
|
+
"text": "Kontakt",
|
|
49
|
+
"url": "kontakt/index.html"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"links": [
|
|
56
|
+
{
|
|
57
|
+
"link": {
|
|
58
|
+
"text": "Titelliste",
|
|
59
|
+
"url": "musik/titelliste/index.html"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"paragraphed": true,
|
|
64
|
+
"link": {
|
|
65
|
+
"text": "Wetter",
|
|
66
|
+
"url": "wetter/index.html"
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"link": {
|
|
72
|
+
"text": "Verkehr",
|
|
73
|
+
"url": "verkehr/index.html"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"title": "Service",
|
|
82
|
+
"columns": [
|
|
83
|
+
{
|
|
84
|
+
"links": [
|
|
85
|
+
{
|
|
86
|
+
"link": {
|
|
87
|
+
"text": "Kontakt",
|
|
88
|
+
"url": "kontakt/index.html"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"link": {
|
|
93
|
+
"text": "Newsletter",
|
|
94
|
+
"url": "newsletter/index.html"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"link": {
|
|
99
|
+
"text": "Frequenzen",
|
|
100
|
+
"url": "frequenzen/index.html"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"link": {
|
|
105
|
+
"text": "hr4-App",
|
|
106
|
+
"url": "hr4-app/index.html"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"link": {
|
|
111
|
+
"text": "Hilfe",
|
|
112
|
+
"url": "hilfe/index.html"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"site": "hr",
|
|
117
|
+
"link": {
|
|
118
|
+
"text": "Presse hr4",
|
|
119
|
+
"url": "presse/radio/hr4/index.html",
|
|
120
|
+
"isTargetBlank": true
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"extern": true,
|
|
125
|
+
"link": {
|
|
126
|
+
"text": "hr4-Ticketservice",
|
|
127
|
+
"url": "https://hr4.adticket.de/",
|
|
128
|
+
"isTargetBlank": true
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"site": "hr",
|
|
133
|
+
"link" :{
|
|
134
|
+
"text": "Korrekturen",
|
|
135
|
+
"url": "unternehmen/korrekturen/index.html",
|
|
136
|
+
"isTargetBlank": true
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
|
|
141
|
+
"site": "hr-werbung",
|
|
142
|
+
"link" :{
|
|
143
|
+
"text": "hr werbung",
|
|
144
|
+
"url": "index.html",
|
|
145
|
+
"isTargetBlank": true
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"socialMedia": {
|
|
154
|
+
"title": "Social Media",
|
|
155
|
+
"columns": [
|
|
156
|
+
{
|
|
157
|
+
"links": [
|
|
158
|
+
{
|
|
159
|
+
"title": "hr4.de RSS-Feed",
|
|
160
|
+
"link": {
|
|
161
|
+
"text": "rss",
|
|
162
|
+
"url": "rss/index.html"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"title": "Zum Kontaktformular",
|
|
167
|
+
"link": {
|
|
168
|
+
"text": "mail",
|
|
169
|
+
"url": "kontakt/index.html"
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
"footerMetadata": {
|
|
178
|
+
"hrDeLink": {
|
|
179
|
+
"text": "Hessischer Rundfunk",
|
|
180
|
+
"url": "index.html",
|
|
181
|
+
"site": "hr",
|
|
182
|
+
"targetBlank": true,
|
|
183
|
+
"title": "Hessischer Rundfunk"
|
|
184
|
+
},
|
|
185
|
+
"ardDeLink": {
|
|
186
|
+
"text": "ARD.de",
|
|
187
|
+
"url": "https://www.ard.de/",
|
|
188
|
+
"extern": true,
|
|
189
|
+
"targetBlank": true,
|
|
190
|
+
"title": "ard.de"
|
|
191
|
+
},
|
|
192
|
+
"dataProtectionLink": {
|
|
193
|
+
"text": "Datenschutz",
|
|
194
|
+
"url": "https://www.hr.de/datenschutz/index.html",
|
|
195
|
+
"extern": true,
|
|
196
|
+
"targetBlank": true,
|
|
197
|
+
"title": "Datenschutz"
|
|
198
|
+
},
|
|
199
|
+
"imprintLink": {
|
|
200
|
+
"text": "Impressum",
|
|
201
|
+
"url": "impressum/index.html",
|
|
202
|
+
"site": "hr",
|
|
203
|
+
"targetBlank": true,
|
|
204
|
+
"title": "Impressum"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
{
|
|
2
|
+
"groups": [
|
|
3
|
+
{
|
|
4
|
+
"title": "hr-inforadio.de",
|
|
5
|
+
"columnSize": 3,
|
|
6
|
+
"columns": [
|
|
7
|
+
{
|
|
8
|
+
"links": [
|
|
9
|
+
{
|
|
10
|
+
|
|
11
|
+
"hiddenText": "hr-inforadio",
|
|
12
|
+
"labelText": "Startseite hr-inforadio",
|
|
13
|
+
"link": {
|
|
14
|
+
"text": "Start",
|
|
15
|
+
"url": "index.html"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"link": {
|
|
20
|
+
"text": "Programm",
|
|
21
|
+
"url": "programm/index.html"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"link": {
|
|
26
|
+
"text": "Veranstaltungen",
|
|
27
|
+
"url": "veranstaltungen/index.html"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"link": {
|
|
32
|
+
"text": "Sendezeiten",
|
|
33
|
+
"url": "sendezeiten/index.html"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"link": {
|
|
38
|
+
"text": "Frequenzen",
|
|
39
|
+
"url": "frequenzen/index.html"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"link": {
|
|
44
|
+
"text": "Kontakt",
|
|
45
|
+
"url": "kontakt/index.html"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"links": []
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"links": [
|
|
55
|
+
{
|
|
56
|
+
"link": {
|
|
57
|
+
"text": "Wetter",
|
|
58
|
+
"url": "wetter/index.html"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"link": {
|
|
63
|
+
"text": "Verkehr",
|
|
64
|
+
"url": "verkehr/index.html"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"link": {
|
|
69
|
+
"text": "Podcast",
|
|
70
|
+
"url": "podcast/index.html"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"paragraphed": true,
|
|
75
|
+
"link": {
|
|
76
|
+
"text": "Dossiers",
|
|
77
|
+
"url": "programm/dossiers/index.html"
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"link": {
|
|
83
|
+
"text": "Funkkolleg",
|
|
84
|
+
"url": "programm/funkkolleg/index.html"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"extern": true,
|
|
89
|
+
"link": {
|
|
90
|
+
"text": "BesserQwisser",
|
|
91
|
+
"url": "https://www.besserqwisser.info/",
|
|
92
|
+
"isTargetBlank": true
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"site": "hr",
|
|
97
|
+
"link": {
|
|
98
|
+
"text": "Wissen²",
|
|
99
|
+
"url": "wissen-plus/index.html",
|
|
100
|
+
"isTargetBlank": true
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"title": "Service",
|
|
110
|
+
"columns": [
|
|
111
|
+
{
|
|
112
|
+
"links": [
|
|
113
|
+
{
|
|
114
|
+
"link": {
|
|
115
|
+
"text": "hr-iNFO-App",
|
|
116
|
+
"url": "app/index.html"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"link": {
|
|
121
|
+
"text": "Livestream",
|
|
122
|
+
"url": "livestream/index.html"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"link": {
|
|
127
|
+
"text": "Hilfe",
|
|
128
|
+
"url": "hilfe/index.html"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"site": "hr",
|
|
133
|
+
"extern": true,
|
|
134
|
+
"link": {
|
|
135
|
+
"text": "Presse hr-iNFO",
|
|
136
|
+
"url": "presse/radio/hrinfo/index.html",
|
|
137
|
+
"isTargetBlank": true
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"site": "hr",
|
|
143
|
+
"extern": true,
|
|
144
|
+
"link": {
|
|
145
|
+
"text": "Korrekturen",
|
|
146
|
+
"url": "unternehmen/korrekturen/index.html",
|
|
147
|
+
"isTargetBlank": true
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"site": "hr-werbung",
|
|
152
|
+
"extern": true,
|
|
153
|
+
"link": {
|
|
154
|
+
"text": "hr werbung",
|
|
155
|
+
"url": "index.html",
|
|
156
|
+
"isTargetBlank": true
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"socialMedia": {
|
|
165
|
+
"title": "Social Media",
|
|
166
|
+
"columns": [
|
|
167
|
+
{
|
|
168
|
+
"links": [
|
|
169
|
+
{
|
|
170
|
+
"title": "hr-iNFORadio.de RSS-Feed",
|
|
171
|
+
"link": {
|
|
172
|
+
"text": "rss",
|
|
173
|
+
"url": "rss/index.html"
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"title": "Zum Kontaktformular",
|
|
179
|
+
"link": {
|
|
180
|
+
"text": "mail",
|
|
181
|
+
"url": "kontakt/index.html"
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
"footerMetadata": {
|
|
190
|
+
"hrDeLink": {
|
|
191
|
+
"text": "Hessischer Rundfunk",
|
|
192
|
+
"url": "index.html",
|
|
193
|
+
"site": "hr",
|
|
194
|
+
"targetBlank": true,
|
|
195
|
+
"title": "Hessischer Rundfunk"
|
|
196
|
+
},
|
|
197
|
+
"ardDeLink": {
|
|
198
|
+
"text": "ARD.de",
|
|
199
|
+
"url": "https://www.ard.de/",
|
|
200
|
+
"extern": true,
|
|
201
|
+
"targetBlank": true,
|
|
202
|
+
"title": "ard.de"
|
|
203
|
+
},
|
|
204
|
+
"dataProtectionLink": {
|
|
205
|
+
"text": "Datenschutz",
|
|
206
|
+
"url": "https://www.hr.de/datenschutz/index.html",
|
|
207
|
+
"extern": true,
|
|
208
|
+
"targetBlank": true,
|
|
209
|
+
"title": "Datenschutz"
|
|
210
|
+
},
|
|
211
|
+
"imprintLink": {
|
|
212
|
+
"text": "Impressum",
|
|
213
|
+
"url": "impressum/index.html",
|
|
214
|
+
"site": "hr",
|
|
215
|
+
"targetBlank": true,
|
|
216
|
+
"title": "Impressum"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|