hr-design-system-handlebars 1.75.6 → 1.76.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 +12 -0
- package/dist/assets/brand/hessenschau/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr-bigband/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr-fernsehen/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr-inforadio/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr-werbung/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr1/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr2/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr3/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/hr4/conf/locatags.merged.json +21 -1
- package/dist/assets/brand/you-fm/conf/locatags.merged.json +21 -1
- package/dist/assets/index.css +46 -29
- package/dist/views/components/content/content_footer/content_footer.hbs +1 -1
- package/dist/views/components/content/copytext/components/audio.hbs +5 -9
- package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +5 -9
- package/dist/views/components/content/copytext/components/image/{figcaption.hbs → collapsible_caption.hbs} +2 -11
- package/dist/views/components/content/copytext/components/image/figure.hbs +4 -1
- package/dist/views/components/content/copytext/components/image/image_caption_text.hbs +3 -0
- package/dist/views/components/content/copytext/components/image/image_copyright.hbs +3 -0
- package/dist/views/components/content/copytext/components/media/media_figure.hbs +42 -16
- package/dist/views/components/content/copytext/components/media/media_figure_byline.hbs +19 -9
- package/dist/views/components/content/copytext/components/media/media_figure_headline.hbs +4 -4
- package/dist/views/components/content/copytext/components/video/video.hbs +2 -2
- package/dist/views/components/content/copytext/components/videolivestream.hbs +2 -2
- package/dist/views/components/content/copytext/copytext.hbs +1 -1
- package/dist/views/components/content/copytext/copytext_body.hbs +2 -2
- package/dist/views/components/label/label.hbs +2 -2
- package/dist/views/components/label/label_byline.hbs +6 -10
- package/dist/views/components/mediaplayer/media_player.hbs +1 -1
- package/dist/views/components/page/story/story_article.hbs +1 -1
- package/dist/views/components/teaser/components/teaser_av_consumption.hbs +3 -3
- package/dist/views_static/components/content/content_footer/content_footer.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/audio.hbs +5 -9
- package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +5 -9
- package/dist/views_static/components/content/copytext/components/image/{figcaption.hbs → collapsible_caption.hbs} +2 -11
- package/dist/views_static/components/content/copytext/components/image/figure.hbs +4 -1
- package/dist/views_static/components/content/copytext/components/image/image_caption_text.hbs +3 -0
- package/dist/views_static/components/content/copytext/components/image/image_copyright.hbs +3 -0
- package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +42 -16
- package/dist/views_static/components/content/copytext/components/media/media_figure_byline.hbs +19 -9
- package/dist/views_static/components/content/copytext/components/media/media_figure_headline.hbs +4 -4
- package/dist/views_static/components/content/copytext/components/video/video.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/videolivestream.hbs +2 -2
- package/dist/views_static/components/content/copytext/copytext.hbs +1 -1
- package/dist/views_static/components/content/copytext/copytext_body.hbs +2 -2
- package/dist/views_static/components/label/label.hbs +2 -2
- package/dist/views_static/components/label/label_byline.hbs +6 -10
- package/dist/views_static/components/mediaplayer/media_player.hbs +1 -1
- package/dist/views_static/components/page/story/story_article.hbs +1 -1
- package/dist/views_static/components/teaser/components/teaser_av_consumption.hbs +3 -3
- package/gulpfile.js +4 -1
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +27 -8
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr1/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr2/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr3/conf/locatags.merged.json +21 -1
- package/src/assets/brand/hr4/conf/locatags.merged.json +21 -1
- package/src/assets/brand/you-fm/conf/locatags.merged.json +21 -1
- package/src/assets/css/custom-utilities.css +49 -31
- package/src/assets/fixtures/audio/audios.inc.json +59 -1
- package/src/assets/fixtures/content/copytext/copytext_audio.json +194 -0
- package/src/assets/fixtures/content/copytext/copytext_audio_livestream.json +192 -0
- package/src/assets/fixtures/content/copytext/copytext_livestream.json +16 -14
- package/src/assets/fixtures/content/copytext/copytext_video.json +12 -12
- package/src/assets/fixtures/page/podcast/podcast_player_episode.json +131 -96
- package/src/assets/fixtures/page/story/story_with_livestream.json +11 -13
- package/src/assets/fixtures/page/story/story_with_video.json +64 -64
- package/src/assets/fixtures/teaser/teaser_lead.inc.json +3 -3
- package/src/assets/fixtures/teaser/teasers.inc.json +1 -1
- package/src/assets/images/strongman-100_v-1to1__medium.jpg +0 -0
- package/src/assets/images/strongman-100_v-1to1__small.jpg +0 -0
- package/src/assets/images/strongman-100_v-1to1__xsmall.jpg +0 -0
- package/src/stories/conventions-and-datastructure.mdx +38 -1
- package/src/stories/views/components/content/content_footer/content_footer.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/audio.hbs +5 -9
- package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +5 -9
- package/src/stories/views/components/content/copytext/components/image/{figcaption.hbs → collapsible_caption.hbs} +2 -11
- package/src/stories/views/components/content/copytext/components/image/figure.hbs +4 -1
- package/src/stories/views/components/content/copytext/components/image/image_caption_text.hbs +3 -0
- package/src/stories/views/components/content/copytext/components/image/image_copyright.hbs +3 -0
- package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +42 -16
- package/src/stories/views/components/content/copytext/components/media/media_figure_byline.hbs +19 -9
- package/src/stories/views/components/content/copytext/components/media/media_figure_headline.hbs +4 -4
- package/src/stories/views/components/content/copytext/components/video/video.hbs +2 -2
- package/src/stories/views/components/content/copytext/components/videolivestream.hbs +2 -2
- package/src/stories/views/components/content/copytext/copytext.hbs +1 -1
- package/src/stories/views/components/content/copytext/copytext.stories.js +15 -2
- package/src/stories/views/components/content/copytext/copytext_body.hbs +2 -2
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio copy.json +1 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio-livestream.json +1 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio.json +1 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio_livestream.json +1 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_podcastepisode.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_video copy.json +1 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
- package/src/stories/views/components/label/label.hbs +2 -2
- package/src/stories/views/components/label/label_byline.hbs +6 -10
- package/src/stories/views/components/mediaplayer/fixtures/mediaplayer.json +1 -1
- package/src/stories/views/components/mediaplayer/media_player.hbs +1 -1
- package/src/stories/views/components/mediaplayer/mediaplayer.stories.js +32 -5
- package/src/stories/views/components/page/fixtures/page.json +1 -1
- package/src/stories/views/components/page/podcast/fixtures/podcast_player_episode.json +1 -1
- package/src/stories/views/components/page/podcast/fixtures/podcast_player_playlist.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_label.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_square_image.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_video.json +1 -1
- package/src/stories/views/components/page/story/story_article.hbs +1 -1
- package/src/stories/views/components/pagination/fixtures/page_pagination.json +1 -1
- package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +3 -3
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_Podcast_Channel.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_filter.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
- 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
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
{
|
|
2
|
+
"copytextParagraph": [
|
|
3
|
+
{
|
|
4
|
+
"isHeadline": true,
|
|
5
|
+
"text": "Copytext mit Audio"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"paragraphBoxItem": {
|
|
12
|
+
"isAudio": true,
|
|
13
|
+
"isAudioOnDemand": true,
|
|
14
|
+
"showFullSize": {
|
|
15
|
+
"isTrue": true
|
|
16
|
+
},
|
|
17
|
+
"label": {
|
|
18
|
+
"type": "audio",
|
|
19
|
+
"loca": "label_audio",
|
|
20
|
+
"byline": {
|
|
21
|
+
"bylineText": "00:39 Min."
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"copyright": "hr",
|
|
25
|
+
"audioAuthor": "Michael Pörtner",
|
|
26
|
+
"showAirdate": true,
|
|
27
|
+
"airdateDate": {
|
|
28
|
+
"htmlDateTime": "2024-06-21T14:30+0200",
|
|
29
|
+
"htmlDate": "21.06.2024",
|
|
30
|
+
"date": "21.06.24",
|
|
31
|
+
"dateSeparatorTime": "21.06.24, 14:30"
|
|
32
|
+
},
|
|
33
|
+
"toModel": {
|
|
34
|
+
"audioElement": {
|
|
35
|
+
"ardPlayerConfig": {
|
|
36
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
37
|
+
"@->contentpath": "audio-2"
|
|
38
|
+
},
|
|
39
|
+
"ardPlayerJsonConfig": {
|
|
40
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
41
|
+
"@->contentpath": "audio-2",
|
|
42
|
+
"@->overrides": [
|
|
43
|
+
{
|
|
44
|
+
"@->contentpath": "isAutoplay",
|
|
45
|
+
"@->value": false
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
49
|
+
"@->value": false
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
53
|
+
"@->value": false
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"mediaBacklinkToStoryTeaser": {
|
|
59
|
+
"link": {
|
|
60
|
+
"url": "/audioseite",
|
|
61
|
+
"isTargetBlank": false
|
|
62
|
+
},
|
|
63
|
+
"readMoreScreenreader": "zum hessenschau.de Audio",
|
|
64
|
+
"title": "Musik macht deinen Tag",
|
|
65
|
+
"isForeignBrand": false,
|
|
66
|
+
"readMore": "zur Audio-Einzelseite",
|
|
67
|
+
"hasIcon": false,
|
|
68
|
+
"iconName": "extern"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"teaseritem": {
|
|
72
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
73
|
+
"@->contentpath": "copytext_image_50",
|
|
74
|
+
"@->replaceToken": [
|
|
75
|
+
{
|
|
76
|
+
"@->token": "image",
|
|
77
|
+
"@->value": "lehrerin-ukraine-104"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
|
|
82
|
+
"teaserImage": {
|
|
83
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
84
|
+
"@->contentpath": "copytext_image_50",
|
|
85
|
+
"@->replaceToken": [
|
|
86
|
+
{
|
|
87
|
+
"@->token": "image",
|
|
88
|
+
"@->value": "lehrerin-ukraine-104"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"paragraphBoxItem": {
|
|
99
|
+
"isAudio": true,
|
|
100
|
+
"isAudioOnDemand": true,
|
|
101
|
+
"showFullSize": {
|
|
102
|
+
"isTrue": false
|
|
103
|
+
},
|
|
104
|
+
"label": {
|
|
105
|
+
"type": "audio",
|
|
106
|
+
"loca": "label_audio",
|
|
107
|
+
"byline": {
|
|
108
|
+
"bylineText": "00:20 Min."
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"audioAuthor": "Karsten Hufer",
|
|
112
|
+
"showAirdate": true,
|
|
113
|
+
"airdateDate": {
|
|
114
|
+
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
115
|
+
"htmlDate": "31.10.2022",
|
|
116
|
+
"date": "31.10.22",
|
|
117
|
+
"dateSeparatorTime": "31.10.22, 19:30"
|
|
118
|
+
},
|
|
119
|
+
"toModel": {
|
|
120
|
+
"audioElement": {
|
|
121
|
+
"ardPlayerConfig": {
|
|
122
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
123
|
+
"@->contentpath": "audio-1",
|
|
124
|
+
"@->overrides": [
|
|
125
|
+
{
|
|
126
|
+
"@->contentpath": "playerId",
|
|
127
|
+
"@->value": "2564"
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
"ardPlayerJsonConfig": {
|
|
132
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
133
|
+
"@->contentpath": "audio-1",
|
|
134
|
+
"@->overrides": [
|
|
135
|
+
{
|
|
136
|
+
"@->contentpath": "isAutoplay",
|
|
137
|
+
"@->value": false
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
141
|
+
"@->value": false
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
145
|
+
"@->value": false
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"@->contentpath": "playerId",
|
|
149
|
+
"@->value": "2564"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"mediaBacklinkToStoryTeaser": {
|
|
155
|
+
"link": {
|
|
156
|
+
"url": "/audioseite",
|
|
157
|
+
"isTargetBlank": false
|
|
158
|
+
},
|
|
159
|
+
"readMoreScreenreader": "zum Audio",
|
|
160
|
+
"title": "Musik macht deinen Tag",
|
|
161
|
+
"isForeignBrand": false,
|
|
162
|
+
"readMore": "zur Audio-Einzelseite",
|
|
163
|
+
"hasIcon": false,
|
|
164
|
+
"iconName": "extern"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"teaseritem": {
|
|
168
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
169
|
+
"@->contentpath": "copytext_image_50",
|
|
170
|
+
"@->replaceToken": [
|
|
171
|
+
{
|
|
172
|
+
"@->token": "image",
|
|
173
|
+
"@->value": "lehrerin-ukraine-104"
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
|
|
178
|
+
"teaserImage": {
|
|
179
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
180
|
+
"@->contentpath": "copytext_image_50",
|
|
181
|
+
"@->replaceToken": [
|
|
182
|
+
{
|
|
183
|
+
"@->token": "image",
|
|
184
|
+
"@->value": "lehrerin-ukraine-104"
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
}
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
{
|
|
2
|
+
"copytextParagraph": [
|
|
3
|
+
{
|
|
4
|
+
"isHeadline": true,
|
|
5
|
+
"text": "Copytext mit Audio-Livestream"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"paragraphBoxItem": {
|
|
12
|
+
"isAudio": true,
|
|
13
|
+
"isAudioEventLivestream": true,
|
|
14
|
+
"showFullSize": {
|
|
15
|
+
"isTrue": true
|
|
16
|
+
},
|
|
17
|
+
"label": {
|
|
18
|
+
"type": "livestream",
|
|
19
|
+
"loca": "label_audio_event_livestream",
|
|
20
|
+
"byline": {
|
|
21
|
+
"bylineText": "Startet am 25.06.24 um 14:00 Uhr."
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"copyright": "hr",
|
|
25
|
+
"showAirdate": false,
|
|
26
|
+
"airdateDate": {
|
|
27
|
+
"htmlDateTime": "2024-06-25T14:00+0200",
|
|
28
|
+
"htmlDate": "25.06.2024",
|
|
29
|
+
"date": "25.06.24",
|
|
30
|
+
"dateSeparatorTime": "25.06.24, 14:00"
|
|
31
|
+
},
|
|
32
|
+
"toModel": {
|
|
33
|
+
"audioLivestreamElement": {
|
|
34
|
+
"ardPlayerConfig": {
|
|
35
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
36
|
+
"@->contentpath": "audio-event-livestream"
|
|
37
|
+
},
|
|
38
|
+
"ardPlayerJsonConfig": {
|
|
39
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
40
|
+
"@->contentpath": "audio-event-livestream",
|
|
41
|
+
"@->overrides": [
|
|
42
|
+
{
|
|
43
|
+
"@->contentpath": "isAutoplay",
|
|
44
|
+
"@->value": false
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
48
|
+
"@->value": false
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
52
|
+
"@->value": false
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"mediaBacklinkToStoryTeaser": {
|
|
58
|
+
"link": {
|
|
59
|
+
"url": "/audioseite",
|
|
60
|
+
"isTargetBlank": false
|
|
61
|
+
},
|
|
62
|
+
"readMoreScreenreader": "zum hessenschau.de Audio-Livestream",
|
|
63
|
+
"title": "Musik macht deinen Tag",
|
|
64
|
+
"isForeignBrand": false,
|
|
65
|
+
"readMore": "zum Audio-Livestream",
|
|
66
|
+
"hasIcon": false,
|
|
67
|
+
"iconName": "extern"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"teaseritem": {
|
|
71
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
72
|
+
"@->contentpath": "copytext_image_50",
|
|
73
|
+
"@->replaceToken": [
|
|
74
|
+
{
|
|
75
|
+
"@->token": "image",
|
|
76
|
+
"@->value": "lehrerin-ukraine-104"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
|
|
81
|
+
"teaserImage": {
|
|
82
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
83
|
+
"@->contentpath": "copytext_image_50",
|
|
84
|
+
"@->replaceToken": [
|
|
85
|
+
{
|
|
86
|
+
"@->token": "image",
|
|
87
|
+
"@->value": "lehrerin-ukraine-104"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"paragraphBoxItem": {
|
|
98
|
+
"isAudio": true,
|
|
99
|
+
"isAudioEventLivestream": true,
|
|
100
|
+
"showFullSize": {
|
|
101
|
+
"isTrue": false
|
|
102
|
+
},
|
|
103
|
+
"label": {
|
|
104
|
+
"type": "livestream",
|
|
105
|
+
"loca": "label_audio_event_livestream",
|
|
106
|
+
"byline": {
|
|
107
|
+
"bylineText": "Jetzt Live"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"showAirdate": false,
|
|
111
|
+
"airdateDate": {
|
|
112
|
+
"htmlDateTime": "2024-06-25T08:30+0200",
|
|
113
|
+
"htmlDate": "25.06.2024",
|
|
114
|
+
"date": "25.06.24",
|
|
115
|
+
"dateSeparatorTime": "25.06.24, 08:30"
|
|
116
|
+
},
|
|
117
|
+
"toModel": {
|
|
118
|
+
"audioLivestreamElement": {
|
|
119
|
+
"ardPlayerConfig": {
|
|
120
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
121
|
+
"@->contentpath": "audio-event-livestream",
|
|
122
|
+
"@->overrides": [
|
|
123
|
+
{
|
|
124
|
+
"@->contentpath": "playerId",
|
|
125
|
+
"@->value": "2564"
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
"ardPlayerJsonConfig": {
|
|
130
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
131
|
+
"@->contentpath": "audio-event-livestream",
|
|
132
|
+
"@->overrides": [
|
|
133
|
+
{
|
|
134
|
+
"@->contentpath": "isAutoplay",
|
|
135
|
+
"@->value": false
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
139
|
+
"@->value": false
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
143
|
+
"@->value": false
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"@->contentpath": "playerId",
|
|
147
|
+
"@->value": "2564"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"mediaBacklinkToStoryTeaser": {
|
|
153
|
+
"link": {
|
|
154
|
+
"url": "/audioseite",
|
|
155
|
+
"isTargetBlank": false
|
|
156
|
+
},
|
|
157
|
+
"readMoreScreenreader": "zum Audio-Livestream",
|
|
158
|
+
"title": "Musik macht deinen Tag",
|
|
159
|
+
"isForeignBrand": false,
|
|
160
|
+
"readMore": "zum Audio-Livestream",
|
|
161
|
+
"hasIcon": false,
|
|
162
|
+
"iconName": "extern"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"teaseritem": {
|
|
166
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
167
|
+
"@->contentpath": "copytext_image_50",
|
|
168
|
+
"@->replaceToken": [
|
|
169
|
+
{
|
|
170
|
+
"@->token": "image",
|
|
171
|
+
"@->value": "lehrerin-ukraine-104"
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
|
|
176
|
+
"teaserImage": {
|
|
177
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
178
|
+
"@->contentpath": "copytext_image_50",
|
|
179
|
+
"@->replaceToken": [
|
|
180
|
+
{
|
|
181
|
+
"@->token": "image",
|
|
182
|
+
"@->value": "lehrerin-ukraine-104"
|
|
183
|
+
}
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
190
|
+
}
|
|
191
|
+
]
|
|
192
|
+
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"paragraphBoxItem": {
|
|
12
|
+
"isVideo": true,
|
|
12
13
|
"isLivestream": true,
|
|
13
14
|
"showFullSize": {
|
|
14
15
|
"isTrue": true
|
|
@@ -28,18 +29,18 @@
|
|
|
28
29
|
"@->jsoninclude": "video/videos.inc.json",
|
|
29
30
|
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
30
31
|
}
|
|
31
|
-
|
|
32
|
+
},
|
|
32
33
|
"mediaBacklinkToStoryTeaser": {
|
|
33
34
|
"link": {
|
|
34
35
|
"url": "/livestreamseite",
|
|
35
36
|
"isTargetBlank": false
|
|
36
37
|
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
|
|
39
|
+
"readMoreScreenreader": "zum hr3.de Livestream",
|
|
40
|
+
"title": "Ab 18 Uhr: Eröffnung der Frankfurter Buchmesse",
|
|
41
|
+
"isForeignBrand": true,
|
|
42
|
+
"readMore": "zum hr3.de Livestreamseite",
|
|
43
|
+
|
|
43
44
|
"hasIcon": true,
|
|
44
45
|
"iconName": "extern"
|
|
45
46
|
}
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
},
|
|
73
74
|
{
|
|
74
75
|
"paragraphBoxItem": {
|
|
76
|
+
"isVideo": true,
|
|
75
77
|
"isLivestream": true,
|
|
76
78
|
"showFullSize": {
|
|
77
79
|
"isTrue": false
|
|
@@ -91,18 +93,18 @@
|
|
|
91
93
|
"@->jsoninclude": "video/videos.inc.json",
|
|
92
94
|
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
93
95
|
}
|
|
94
|
-
|
|
96
|
+
},
|
|
95
97
|
"mediaBacklinkToStoryTeaser": {
|
|
96
98
|
"link": {
|
|
97
99
|
"url": "/livestreamseite",
|
|
98
100
|
"isTargetBlank": false
|
|
99
101
|
},
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
|
|
103
|
+
"readMoreScreenreader": "zum hr3.de Livestream",
|
|
104
|
+
"title": "Eröffnung der Frankfurter Buchmesse",
|
|
105
|
+
"isForeignBrand": false,
|
|
106
|
+
"readMore": "zum hr3.de Livestreamseite",
|
|
107
|
+
|
|
106
108
|
"hasIcon": true,
|
|
107
109
|
"iconName": "extern"
|
|
108
110
|
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
{
|
|
11
11
|
"paragraphBoxItem": {
|
|
12
12
|
"isVideo": true,
|
|
13
|
+
"isVideoOnDemand": true,
|
|
13
14
|
"showFullSize": {
|
|
14
15
|
"isTrue": true
|
|
15
16
|
},
|
|
@@ -21,6 +22,7 @@
|
|
|
21
22
|
}
|
|
22
23
|
},
|
|
23
24
|
"copyright": "hessenschau",
|
|
25
|
+
"showAirdate": true,
|
|
24
26
|
"airdateDate": {
|
|
25
27
|
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
26
28
|
"htmlDate": "31.10.2022",
|
|
@@ -43,12 +45,10 @@
|
|
|
43
45
|
"url": "/videoseite",
|
|
44
46
|
"isTargetBlank": false
|
|
45
47
|
},
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"readMore": "zum hr3.de Videoseite"
|
|
51
|
-
},
|
|
48
|
+
"readMoreScreenreader": "zum hr3.de Video",
|
|
49
|
+
"title": "Musik macht deinen Tag",
|
|
50
|
+
"isForeignBrand": true,
|
|
51
|
+
"readMore": "zur hr3.de Video-Einzelseite",
|
|
52
52
|
"hasIcon": true,
|
|
53
53
|
"iconName": "extern"
|
|
54
54
|
}
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
{
|
|
83
83
|
"paragraphBoxItem": {
|
|
84
84
|
"isVideo": true,
|
|
85
|
+
"isVideoOnDemand": true,
|
|
85
86
|
"showFullSize": {
|
|
86
87
|
"isTrue": false
|
|
87
88
|
},
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
}
|
|
94
95
|
},
|
|
95
96
|
"copyright": "hessenschau",
|
|
97
|
+
"showAirdate": true,
|
|
96
98
|
"airdateDate": {
|
|
97
99
|
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
98
100
|
"htmlDate": "31.10.2022",
|
|
@@ -115,12 +117,10 @@
|
|
|
115
117
|
"url": "/videoseite",
|
|
116
118
|
"isTargetBlank": false
|
|
117
119
|
},
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"readMore": "zum hr3.de Videoseite"
|
|
123
|
-
},
|
|
120
|
+
"readMoreScreenreader": "zum hr3.de Video",
|
|
121
|
+
"title": "Musik macht deinen Tag",
|
|
122
|
+
"isForeignBrand": false,
|
|
123
|
+
"readMore": "zur hr3.de VideoEinzel-seite",
|
|
124
124
|
"hasIcon": true,
|
|
125
125
|
"iconName": "extern"
|
|
126
126
|
}
|