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
|
@@ -15,56 +15,56 @@
|
|
|
15
15
|
"hasDwellTime": true,
|
|
16
16
|
"isSingleChannel": false,
|
|
17
17
|
"backLinkUrl": "#",
|
|
18
|
-
|
|
18
|
+
|
|
19
19
|
"topictags": {
|
|
20
20
|
"topic1": {
|
|
21
|
-
"url":"#",
|
|
21
|
+
"url": "#",
|
|
22
22
|
"title": "topictag1"
|
|
23
23
|
},
|
|
24
24
|
"topic2": {
|
|
25
|
-
"url":"#",
|
|
25
|
+
"url": "#",
|
|
26
26
|
"title": "topictag2"
|
|
27
27
|
},
|
|
28
28
|
"topic3": {
|
|
29
|
-
"url":"#",
|
|
29
|
+
"url": "#",
|
|
30
30
|
"title": "topictag mit extrem langem namen"
|
|
31
31
|
},
|
|
32
32
|
"topic4": {
|
|
33
|
-
"url":"#",
|
|
33
|
+
"url": "#",
|
|
34
34
|
"title": "topic tag schnack"
|
|
35
35
|
},
|
|
36
36
|
"topic5": {
|
|
37
|
-
"url":"#",
|
|
37
|
+
"url": "#",
|
|
38
38
|
"title": "topictag2Taggigtop"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"geotag": {
|
|
42
42
|
"GeoTag1": {
|
|
43
|
-
"url":"#",
|
|
43
|
+
"url": "#",
|
|
44
44
|
"title": "geotag1"
|
|
45
45
|
},
|
|
46
46
|
"GeoTag2": {
|
|
47
|
-
"url":"#",
|
|
47
|
+
"url": "#",
|
|
48
48
|
"title": "geotag mit extrem langem namen"
|
|
49
49
|
},
|
|
50
50
|
"GeoTag3": {
|
|
51
|
-
"url":"#",
|
|
51
|
+
"url": "#",
|
|
52
52
|
"title": "Far out"
|
|
53
53
|
},
|
|
54
54
|
"GeoTag4": {
|
|
55
|
-
"url":"#",
|
|
55
|
+
"url": "#",
|
|
56
56
|
"title": "Stuttgart"
|
|
57
57
|
},
|
|
58
58
|
"GeoTag5": {
|
|
59
|
-
"url":"#",
|
|
59
|
+
"url": "#",
|
|
60
60
|
"title": "FFM"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"socialSharing": {
|
|
64
|
-
"twitterLink"
|
|
65
|
-
"whatsappLink"
|
|
66
|
-
"facebookLink"
|
|
67
|
-
"mailtoLink"
|
|
64
|
+
"twitterLink": "#",
|
|
65
|
+
"whatsappLink": "#",
|
|
66
|
+
"facebookLink": "#",
|
|
67
|
+
"mailtoLink": "#"
|
|
68
68
|
},
|
|
69
69
|
"airdateDate": {
|
|
70
70
|
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
@@ -79,10 +79,12 @@
|
|
|
79
79
|
"asPicture": false,
|
|
80
80
|
"asImage": true,
|
|
81
81
|
"fallback": "images/heiner-goebbels-102_v-1to1__medium.jpg",
|
|
82
|
-
"sources": [
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
82
|
+
"sources": [
|
|
83
|
+
{
|
|
84
|
+
"sizes": "300px",
|
|
85
|
+
"srcset": "images/heiner-goebbels-102_v-1to1__small.jpg 380w, images/heiner-goebbels-102_v-1to1__medium.jpg 480w, images/heiner-goebbels-102_v-1to1.jpg 720w, images/heiner-goebbels-102_v-1to1__large.jpg 960w"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
86
88
|
}
|
|
87
89
|
},
|
|
88
90
|
"duration": "14:35",
|
|
@@ -99,19 +101,24 @@
|
|
|
99
101
|
"podcastChannel": {
|
|
100
102
|
"title": "hr2 Doppelkopf",
|
|
101
103
|
"url": "#ChannelURL",
|
|
102
|
-
"podcastHoster": [
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
104
|
+
"podcastHoster": [
|
|
105
|
+
{
|
|
106
|
+
"podcastHosterUrl": "https://podcasts.apple.com/podcast/hr2-doppelkopf/id212822590",
|
|
107
|
+
"podcastHosterName": "ITunes"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"podcastHosterUrl": "https://podcast.hr.de/hr2_doppelkopf/podcast.xml",
|
|
111
|
+
"podcastHosterName": "RSS"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"podcastHosterUrl": "https://podcasts.google.com/feed/aHR0cHM6Ly9wb2RjYXN0LmhyLmRlL2hyMl9kb3BwZWxrb3BmL3BvZGNhc3QueG1s?hl=de",
|
|
115
|
+
"podcastHosterName": "Google Podcasts"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"podcastHosterUrl": "https://www.ardaudiothek.de/episode/hr2-doppelkopf/ich-hoere-bei-jedem-geraeusch-gleich-die-tonhoehe-oder-komponist-und-theatermacher-heiner-goebbels-erneuert-das-musiktheater/hr2-kultur/12056783/",
|
|
119
|
+
"podcastHosterName": "ARD Audiothek"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
115
122
|
},
|
|
116
123
|
"audioUrl": "https://mp3podcasthr-a.akamaihd.net/mp3/podcast/der_tag_in_hessen/der_tag_in_hessen_20230816_98732247.mp3",
|
|
117
124
|
"podcastDownloadUrl": "https://mp3podcasthr-a.akamaihd.net/mp3/podcast/der_tag_in_hessen/der_tag_in_hessen_20230816_98732247.mp3",
|
|
@@ -121,10 +128,12 @@
|
|
|
121
128
|
"asPicture": false,
|
|
122
129
|
"asImage": true,
|
|
123
130
|
"fallback": "images/heiner-goebbels-102_v-1to1__medium.jpg",
|
|
124
|
-
"sources": [
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
131
|
+
"sources": [
|
|
132
|
+
{
|
|
133
|
+
"sizes": "300px",
|
|
134
|
+
"srcset": "images/heiner-goebbels-102_v-1to1__small.jpg 380w, images/heiner-goebbels-102_v-1to1__medium.jpg 480w, images/heiner-goebbels-102_v-1to1.jpg 720w, images/heiner-goebbels-102_v-1to1__large.jpg 960w"
|
|
135
|
+
}
|
|
136
|
+
]
|
|
128
137
|
}
|
|
129
138
|
},
|
|
130
139
|
"mediaMetadata": {
|
|
@@ -215,26 +224,31 @@
|
|
|
215
224
|
"teaserLead": {
|
|
216
225
|
"isPodcast": true,
|
|
217
226
|
"toModel": {
|
|
218
|
-
"
|
|
227
|
+
"audioElementForVideoView": {
|
|
219
228
|
"isPodcast": true,
|
|
220
229
|
"ardPlayerConfig": {
|
|
221
230
|
"playerConfig": {
|
|
222
231
|
"generic": {
|
|
223
232
|
"isAutoplay": true,
|
|
224
233
|
"imageTemplateConfig": {
|
|
225
|
-
"size": [
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
234
|
+
"size": [
|
|
235
|
+
{
|
|
236
|
+
"minWidth": 0,
|
|
237
|
+
"value": "480/270"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"minWidth": 480,
|
|
241
|
+
"value": "640/360"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"minWidth": 640,
|
|
245
|
+
"value": "960/540"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"minWidth": 960,
|
|
249
|
+
"value": "1920/1080"
|
|
250
|
+
}
|
|
251
|
+
]
|
|
238
252
|
}
|
|
239
253
|
},
|
|
240
254
|
"web": {
|
|
@@ -275,24 +289,32 @@
|
|
|
275
289
|
}
|
|
276
290
|
},
|
|
277
291
|
"mediaCollection": {
|
|
278
|
-
"streams": [
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
292
|
+
"streams": [
|
|
293
|
+
{
|
|
294
|
+
"kind": "main",
|
|
295
|
+
"isAudioOnly": true,
|
|
296
|
+
"media": [
|
|
297
|
+
{
|
|
298
|
+
"url": "https://mp3podcasthr-a.akamaihd.net/mp3/podcast/derTag/derTag_20190320_81142988.mp3",
|
|
299
|
+
"mimeType": "audio/mp3",
|
|
300
|
+
"audios": [
|
|
301
|
+
{
|
|
302
|
+
"kind": "standard",
|
|
303
|
+
"languageCode": "de"
|
|
304
|
+
}
|
|
305
|
+
]
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
}
|
|
309
|
+
],
|
|
290
310
|
"meta": {
|
|
291
311
|
"durationSeconds": 3040,
|
|
292
|
-
"images": [
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
312
|
+
"images": [
|
|
313
|
+
{
|
|
314
|
+
"kind": "preview",
|
|
315
|
+
"url": "https://picsum.photos/id/101/{size}"
|
|
316
|
+
}
|
|
317
|
+
],
|
|
296
318
|
"title": "Muslim Fashion. Mehr als ein Kopftuch.",
|
|
297
319
|
"synopsis": "Wo immer die Ausstellung \"Contemporary Muslim Fashion“ ins Museum kommt, entfacht sie heftige Diskussionen. Nachdem die Schau in San Francisco für Furore sorgte, wird sie demnächst im Frankfurter Museum für Angewandte Kunst als erste Station in Europa gezeigt. Die \"Modest Fashion“, die dezente Mode, so das Schlagwort für die verhüllende, aber keineswegs unsichtbar machende Mode, spaltet das feministische Lager: Ist sie eine Momentaufnahme aktueller muslimischer Kleidungsstile aus aller Welt oder Werbung für die weibliche Verschleierung? In jedem Fall zeigt die Ausstellung, dass die Verhüllung des weiblichen Körpers und der Frisur nicht nur trist, sondern auch schön sein kann - und für manche Trägerinnen befreiend. Und sie ist durchaus politisch, diskutiert gesetzliche Kleiderordnungen und die Frage politischer Symbolik. Inzwischen wollen auch westliche Firmen von der Vielfalt muslimischer Mode profitieren. Sie haben die Konsumentinnen im Nahen Osten und Südostasien als kaufkräftige Klientel entdeckt. Dort ist ein riesiger Markt zu erschließen. Nicht selten wagen sie sich damit an die Grenzen religiöser und gesellschaftlicher Akzeptanz. Kann Mode solche Grenzen überwinden? "
|
|
298
320
|
},
|
|
@@ -312,19 +334,24 @@
|
|
|
312
334
|
"generic": {
|
|
313
335
|
"isAutoplay": true,
|
|
314
336
|
"imageTemplateConfig": {
|
|
315
|
-
"size": [
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
337
|
+
"size": [
|
|
338
|
+
{
|
|
339
|
+
"minWidth": 0,
|
|
340
|
+
"value": "480/270"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"minWidth": 480,
|
|
344
|
+
"value": "640/360"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"minWidth": 640,
|
|
348
|
+
"value": "960/540"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"minWidth": 960,
|
|
352
|
+
"value": "1920/1080"
|
|
353
|
+
}
|
|
354
|
+
]
|
|
328
355
|
}
|
|
329
356
|
},
|
|
330
357
|
"web": {
|
|
@@ -365,24 +392,32 @@
|
|
|
365
392
|
}
|
|
366
393
|
},
|
|
367
394
|
"mediaCollection": {
|
|
368
|
-
"streams": [
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
"
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
395
|
+
"streams": [
|
|
396
|
+
{
|
|
397
|
+
"kind": "main",
|
|
398
|
+
"isAudioOnly": true,
|
|
399
|
+
"media": [
|
|
400
|
+
{
|
|
401
|
+
"url": "https://mp3podcasthr-a.akamaihd.net/mp3/podcast/derTag/derTag_20190320_81142988.mp3",
|
|
402
|
+
"mimeType": "audio/mp3",
|
|
403
|
+
"audios": [
|
|
404
|
+
{
|
|
405
|
+
"kind": "standard",
|
|
406
|
+
"languageCode": "de"
|
|
407
|
+
}
|
|
408
|
+
]
|
|
409
|
+
}
|
|
410
|
+
]
|
|
411
|
+
}
|
|
412
|
+
],
|
|
380
413
|
"meta": {
|
|
381
414
|
"durationSeconds": 3040,
|
|
382
|
-
"images": [
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
415
|
+
"images": [
|
|
416
|
+
{
|
|
417
|
+
"kind": "preview",
|
|
418
|
+
"url": "https://picsum.photos/id/101/{size}"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
386
421
|
"title": "Muslim Fashion. Mehr als ein Kopftuch.",
|
|
387
422
|
"synopsis": "Wo immer die Ausstellung \"Contemporary Muslim Fashion“ ins Museum kommt, entfacht sie heftige Diskussionen. Nachdem die Schau in San Francisco für Furore sorgte, wird sie demnächst im Frankfurter Museum für Angewandte Kunst als erste Station in Europa gezeigt. Die \"Modest Fashion“, die dezente Mode, so das Schlagwort für die verhüllende, aber keineswegs unsichtbar machende Mode, spaltet das feministische Lager: Ist sie eine Momentaufnahme aktueller muslimischer Kleidungsstile aus aller Welt oder Werbung für die weibliche Verschleierung? In jedem Fall zeigt die Ausstellung, dass die Verhüllung des weiblichen Körpers und der Frisur nicht nur trist, sondern auch schön sein kann - und für manche Trägerinnen befreiend. Und sie ist durchaus politisch, diskutiert gesetzliche Kleiderordnungen und die Frage politischer Symbolik. Inzwischen wollen auch westliche Firmen von der Vielfalt muslimischer Mode profitieren. Sie haben die Konsumentinnen im Nahen Osten und Südostasien als kaufkräftige Klientel entdeckt. Dort ist ein riesiger Markt zu erschließen. Nicht selten wagen sie sich damit an die Grenzen religiöser und gesellschaftlicher Akzeptanz. Kann Mode solche Grenzen überwinden? "
|
|
388
423
|
},
|
|
@@ -422,4 +457,4 @@
|
|
|
422
457
|
}
|
|
423
458
|
}
|
|
424
459
|
}
|
|
425
|
-
}
|
|
460
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
2
|
"@->jsoninclude": "page/story/story.inc.json",
|
|
4
3
|
"@->overrides": [
|
|
5
4
|
{
|
|
6
5
|
"@->contentpath": "teaseritemDS",
|
|
7
6
|
"@->value": {
|
|
7
|
+
"isVideo": true,
|
|
8
8
|
"isLivestream": true,
|
|
9
9
|
"showFullSize": {
|
|
10
|
-
"isTrue":
|
|
10
|
+
"isTrue": true
|
|
11
11
|
},
|
|
12
12
|
"isSsi": true,
|
|
13
13
|
"label": {
|
|
@@ -24,25 +24,23 @@
|
|
|
24
24
|
"@->jsoninclude": "video/videos.inc.json",
|
|
25
25
|
"@->contentpath": "video-livestream-hr-fernsehen"
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
},
|
|
28
28
|
"mediaBacklinkToStoryTeaser": {
|
|
29
29
|
"link": {
|
|
30
30
|
"url": "/livestreamseite",
|
|
31
31
|
"isTargetBlank": false
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"readMore": "zum hr3.de Livestreamseite"
|
|
38
|
-
},
|
|
33
|
+
"readMoreScreenreader": "zum hr3.de Livestream",
|
|
34
|
+
"title": "Eröffnung der Frankfurter Buchmesse",
|
|
35
|
+
"isForeignBrand": false,
|
|
36
|
+
"readMore": "zum hr3.de Livestreamseite",
|
|
39
37
|
"hasIcon": true,
|
|
40
38
|
"iconName": "extern"
|
|
41
39
|
}
|
|
42
40
|
},
|
|
43
41
|
"teaseritem": {
|
|
44
42
|
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
45
|
-
"@->contentpath": "
|
|
43
|
+
"@->contentpath": "copytext_image_100",
|
|
46
44
|
"@->replaceToken": [
|
|
47
45
|
{
|
|
48
46
|
"@->token": "image",
|
|
@@ -53,7 +51,7 @@
|
|
|
53
51
|
|
|
54
52
|
"teaserImage": {
|
|
55
53
|
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
56
|
-
"@->contentpath": "
|
|
54
|
+
"@->contentpath": "copytext_image_100",
|
|
57
55
|
"@->replaceToken": [
|
|
58
56
|
{
|
|
59
57
|
"@->token": "image",
|
|
@@ -63,5 +61,5 @@
|
|
|
63
61
|
}
|
|
64
62
|
}
|
|
65
63
|
}
|
|
66
|
-
]
|
|
67
|
-
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
@@ -1,76 +1,76 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
2
|
"@->jsoninclude": "page/story/story.inc.json",
|
|
4
3
|
"@->overrides": [
|
|
5
4
|
{
|
|
6
5
|
"@->contentpath": "teaseritemDS",
|
|
7
6
|
"@->value": {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
"@->jsoninclude": "video/videos.inc.json",
|
|
34
|
-
"@->contentpath": "video-1"
|
|
35
|
-
}
|
|
7
|
+
"isVideo": true,
|
|
8
|
+
"isVideoOnDemand": "true",
|
|
9
|
+
"showAirdate": true,
|
|
10
|
+
"showFullSize": {
|
|
11
|
+
"isTrue": true
|
|
12
|
+
},
|
|
13
|
+
"label": {
|
|
14
|
+
"type": "video",
|
|
15
|
+
"loca": "label_video",
|
|
16
|
+
"byline": {
|
|
17
|
+
"bylineText": "03:20 Min."
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"copyright": "hessenschau",
|
|
21
|
+
"airdateDate": {
|
|
22
|
+
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
23
|
+
"htmlDate": "31.10.2022",
|
|
24
|
+
"date": "31.10.22",
|
|
25
|
+
"dateSeparatorTime": "31.10.22, 19:30"
|
|
26
|
+
},
|
|
27
|
+
"toModel": {
|
|
28
|
+
"videoElement": {
|
|
29
|
+
"ardPlayerConfig": {
|
|
30
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
31
|
+
"@->contentpath": "video-1"
|
|
36
32
|
},
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
"isTargetBlank": false
|
|
41
|
-
},
|
|
42
|
-
"content": {
|
|
43
|
-
"readMoreScreenreader": "zum hr3.de Video",
|
|
44
|
-
"title": "Musik macht deinen Tag",
|
|
45
|
-
"isForeignBrand": true,
|
|
46
|
-
"readMore": "zum hr3.de Videoseite"
|
|
47
|
-
},
|
|
48
|
-
"hasIcon": true,
|
|
49
|
-
"iconName": "extern"
|
|
33
|
+
"ardPlayerJsonConfig": {
|
|
34
|
+
"@->jsoninclude": "video/videos.inc.json",
|
|
35
|
+
"@->contentpath": "video-1"
|
|
50
36
|
}
|
|
51
37
|
},
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
65
|
-
"@->contentpath": "copytext_image_100",
|
|
66
|
-
"@->replaceToken": [
|
|
67
|
-
{
|
|
68
|
-
"@->token": "image",
|
|
69
|
-
"@->value": "lehrerin-ukraine-104"
|
|
70
|
-
}
|
|
71
|
-
]
|
|
38
|
+
"mediaBacklinkToStoryTeaser": {
|
|
39
|
+
"link": {
|
|
40
|
+
"url": "/videoseite",
|
|
41
|
+
"isTargetBlank": false
|
|
42
|
+
},
|
|
43
|
+
"readMoreScreenreader": "zum hr3.de Video",
|
|
44
|
+
"title": "Musik macht deinen Tag",
|
|
45
|
+
"isForeignBrand": true,
|
|
46
|
+
"readMore": "zur hr3.de Video-Einzelseite",
|
|
47
|
+
|
|
48
|
+
"hasIcon": true,
|
|
49
|
+
"iconName": "extern"
|
|
72
50
|
}
|
|
51
|
+
},
|
|
52
|
+
"teaseritem": {
|
|
53
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
54
|
+
"@->contentpath": "copytext_image_100",
|
|
55
|
+
"@->replaceToken": [
|
|
56
|
+
{
|
|
57
|
+
"@->token": "image",
|
|
58
|
+
"@->value": "lehrerin-ukraine-104"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
|
|
63
|
+
"teaserImage": {
|
|
64
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
65
|
+
"@->contentpath": "copytext_image_100",
|
|
66
|
+
"@->replaceToken": [
|
|
67
|
+
{
|
|
68
|
+
"@->token": "image",
|
|
69
|
+
"@->value": "lehrerin-ukraine-104"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
]
|
|
76
|
-
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"avDocument": {
|
|
22
22
|
"isAudio": true,
|
|
23
23
|
"toModel": {
|
|
24
|
-
"
|
|
24
|
+
"audioElementForVideoView": {
|
|
25
25
|
"isPodcast": false,
|
|
26
26
|
"ardPlayerConfig": {
|
|
27
27
|
"@->jsoninclude": "audio/audios.inc.json",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"avDocument": {
|
|
41
41
|
"isAudioEventLivestream": true,
|
|
42
42
|
"toModel": {
|
|
43
|
-
"
|
|
43
|
+
"audioLivestreamElementForVideoView": {
|
|
44
44
|
"ardPlayerConfig": {
|
|
45
45
|
"@->jsoninclude": "audio/audios.inc.json",
|
|
46
46
|
"@->contentpath": "audio-event-livestream"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"avDocument": {
|
|
59
59
|
"isPodcast": true,
|
|
60
60
|
"toModel": {
|
|
61
|
-
"
|
|
61
|
+
"audioElementForVideoView": {
|
|
62
62
|
"isPodcast": true,
|
|
63
63
|
"ardPlayerConfig": {
|
|
64
64
|
"@->jsoninclude": "audio/audios.inc.json",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|