hr-design-system-handlebars 1.82.11 → 1.83.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/index.css +68 -47
- package/dist/assets/js/components/dataPolicySettings/dataPolicySettingsDs.feature.js +29 -29
- package/dist/views/components/content/copytext/components/audio.hbs +2 -2
- package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
- package/dist/views/components/content/copytext/components/cite.hbs +1 -1
- package/dist/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/dist/views/components/content/copytext/components/image/image.hbs +4 -4
- package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
- package/dist/views/components/content/copytext/components/podcastepisode.hbs +1 -1
- package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
- 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/page/base/page_header.hbs +1 -1
- package/dist/views/components/page/components/metadatabox.hbs +1 -1
- package/dist/views/components/page/story/story_article.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/audio.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/cite.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/image/image.hbs +4 -4
- package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
- package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
- 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/page/base/page_header.hbs +1 -1
- package/dist/views_static/components/page/components/metadatabox.hbs +1 -1
- package/dist/views_static/components/page/story/story_article.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/css/custom-utilities.css +21 -14
- package/src/assets/fixtures/content/copytext/copytext_audio.json +116 -0
- package/src/assets/fixtures/content/copytext/copytext_audio_livestream.json +115 -0
- package/src/assets/fixtures/content/copytext/copytext_cite.json +65 -7
- package/src/assets/fixtures/content/copytext/copytext_downloadbox.json +83 -11
- package/src/assets/fixtures/content/copytext/copytext_filedownload.json +86 -15
- package/src/assets/fixtures/content/copytext/copytext_image.json +92 -0
- package/src/assets/fixtures/content/copytext/copytext_infobox.json +65 -16
- package/src/assets/fixtures/content/copytext/copytext_livestream.json +84 -0
- package/src/assets/fixtures/content/copytext/copytext_media_components.json +1291 -0
- package/src/assets/fixtures/content/copytext/copytext_non_media_components.json +1058 -0
- package/src/assets/fixtures/content/copytext/copytext_podcastepisode.json +84 -0
- package/src/assets/fixtures/content/copytext/copytext_posterteaser.json +82 -7
- package/src/assets/fixtures/content/copytext/copytext_video.json +161 -0
- package/src/stories/views/components/content/copytext/components/audio.hbs +2 -2
- package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
- package/src/stories/views/components/content/copytext/components/cite.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/image/image.hbs +4 -4
- package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
- package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
- 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.stories.js +21 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio_livestream.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_cite.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_downloadbox.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_filedownload.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_image.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_infobox.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_media_components.json +1 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_non_media_components.json +1 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_podcastepisode.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_posterteaser.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
- package/src/stories/views/components/dataPolicySettings/dataPolicySettingsDs.feature.js +29 -29
- package/src/stories/views/components/page/base/page_header.hbs +1 -1
- package/src/stories/views/components/page/components/metadatabox.hbs +1 -1
- package/src/stories/views/components/page/story/story_article.hbs +1 -1
- package/tailwind.config.js +1 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{#if this.showPortrait.isTrue }}
|
|
2
2
|
{{#if this.showFullSize.isTrue }}
|
|
3
3
|
{{> components/content/copytext/components/image/figure
|
|
4
|
-
_cssClass="mt-12 mb-8
|
|
4
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
5
5
|
_cssClassCaption="mx-5 sm:mx-0"
|
|
6
6
|
_type="story"
|
|
7
7
|
_variant="100-copytext-portrait"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
_isWebview=_isWebview}}
|
|
10
10
|
{{else}}
|
|
11
11
|
{{> components/content/copytext/components/image/figure
|
|
12
|
-
_cssClass="mt-12 mb-8
|
|
12
|
+
_cssClass="hr-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
|
|
13
13
|
_cssClassCaption="mx-5 sm:mx-0"
|
|
14
14
|
_type="story"
|
|
15
15
|
_variant="copytext-portrait"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
{{else}}
|
|
20
20
|
{{#if this.showFullSize.isTrue}}
|
|
21
21
|
{{> components/content/copytext/components/image/figure
|
|
22
|
-
_cssClass="mt-12 mb-8
|
|
22
|
+
_cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
|
|
23
23
|
_cssClassCaption="mx-5 sm:mx-0"
|
|
24
24
|
_type="story"
|
|
25
25
|
_variant="100-copytext"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
_isWebview=_isWebview}}
|
|
28
28
|
{{else}}
|
|
29
29
|
{{> components/content/copytext/components/image/figure
|
|
30
|
-
_cssClass="mt-12 mb-8
|
|
30
|
+
_cssClass="hr-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
|
|
31
31
|
_cssClassCaption="mx-5 sm:mx-0"
|
|
32
32
|
_type="story"
|
|
33
33
|
_variant="copytext"
|
package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{{#if this.isText}}
|
|
2
|
-
<p class="mt-4
|
|
2
|
+
<p class="mt-4 sm:mt-5 text-lg leading-normal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
|
|
3
3
|
{{/if}}
|
|
4
4
|
{{#if this.isUl}}
|
|
5
|
-
<ul class="pl-9 mt-4
|
|
5
|
+
<ul class="pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
6
|
{{/if}}
|
|
7
7
|
{{#if this.isOl}}
|
|
8
|
-
<ol class="pl-9 mt-4
|
|
8
|
+
<ol class="pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
9
|
{{/if}}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="{{#if this.showFullSize.isTrue }}clear-both mt-12 mb-8 sm:mt-14 sm:mb-14{{else}}sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
|
|
1
|
+
<div class="{{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
|
|
2
2
|
{{> components/teaser/podcast/podcast _headlineTag="h3" _isCopytext=true }}
|
|
3
3
|
</div>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="w-
|
|
1
|
+
<div class="article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hr-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
|
|
2
2
|
{{> components/teaser/teaser_poster _isCopytext=true }}
|
|
3
3
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#if this.showFullSize.isTrue }}
|
|
2
|
-
{{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width
|
|
2
|
+
{{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
3
3
|
{{else}}
|
|
4
|
-
{{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="print:hidden article-full-width sm:article-narrow mt-12 mb-
|
|
4
|
+
{{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="hr-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
5
5
|
{{/if}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#if this.showFullSize.isTrue }}
|
|
2
|
-
{{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width
|
|
2
|
+
{{> components/content/copytext/components/media/media_figure _fullSize=true _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
|
|
3
3
|
{{else}}
|
|
4
|
-
{{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="print:hidden article-full-width sm:article-narrow mt-12 mb-
|
|
4
|
+
{{> components/content/copytext/components/media/media_figure _fullSize=false _addClass="hr-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
|
|
5
5
|
{{/if}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#unless this.hideMetadatabox}}
|
|
2
|
-
<aside class="clear-both mt-
|
|
2
|
+
<aside class="clear-both mt-4 border-y border-gray-scorpion dark:border-text-dark sm:mt-5">
|
|
3
3
|
<div class="flex clear-both w-full my-4 sm:my-4">
|
|
4
4
|
<div class="self-center">
|
|
5
5
|
{{> components/page/components/author _hideFrom=false }}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
{{#with this.teaseritemDS }}
|
|
11
11
|
{{#if this.isImage}}
|
|
12
12
|
{{> components/content/copytext/components/image/figure
|
|
13
|
-
_cssClass="article-full-width md:article-breakout mt-
|
|
13
|
+
_cssClass="article-full-width md:article-breakout mt-5 sm:mt-7 "
|
|
14
14
|
_cssClassCaption="mx-5 md:mx-0"
|
|
15
15
|
_type="story"
|
|
16
16
|
_variant=(if this.showSquareImage.isTrue "100-top-sb-1x1" "100-top-sb")
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.83.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
/*! ****************************/
|
|
7
7
|
/*! Aspect Ratio with fallback */
|
|
8
8
|
/*! ****************************/
|
|
9
|
-
.ar-auto,
|
|
9
|
+
.ar-auto,
|
|
10
|
+
.ar-auto > img {
|
|
10
11
|
aspect-ratio: auto;
|
|
11
12
|
}
|
|
12
13
|
|
|
@@ -24,7 +25,8 @@
|
|
|
24
25
|
}
|
|
25
26
|
}
|
|
26
27
|
|
|
27
|
-
.ar-16-9,
|
|
28
|
+
.ar-16-9,
|
|
29
|
+
.ar-16-9 > img {
|
|
28
30
|
aspect-ratio: 16 / 9;
|
|
29
31
|
}
|
|
30
32
|
|
|
@@ -42,7 +44,8 @@
|
|
|
42
44
|
}
|
|
43
45
|
}
|
|
44
46
|
|
|
45
|
-
.ar-16-7,
|
|
47
|
+
.ar-16-7,
|
|
48
|
+
.ar-16-7 > img {
|
|
46
49
|
aspect-ratio: 16 / 7;
|
|
47
50
|
}
|
|
48
51
|
|
|
@@ -60,7 +63,8 @@
|
|
|
60
63
|
}
|
|
61
64
|
}
|
|
62
65
|
|
|
63
|
-
.ar-4-3,
|
|
66
|
+
.ar-4-3,
|
|
67
|
+
.ar-4-3 > img {
|
|
64
68
|
aspect-ratio: 4 / 3;
|
|
65
69
|
}
|
|
66
70
|
|
|
@@ -78,7 +82,8 @@
|
|
|
78
82
|
}
|
|
79
83
|
}
|
|
80
84
|
|
|
81
|
-
.ar-4-1,
|
|
85
|
+
.ar-4-1,
|
|
86
|
+
.ar-4-1 > img {
|
|
82
87
|
aspect-ratio: 4 / 1;
|
|
83
88
|
}
|
|
84
89
|
|
|
@@ -96,7 +101,8 @@
|
|
|
96
101
|
}
|
|
97
102
|
}
|
|
98
103
|
|
|
99
|
-
.ar-1-1,
|
|
104
|
+
.ar-1-1,
|
|
105
|
+
.ar-1-1 > img {
|
|
100
106
|
aspect-ratio: 1 / 1;
|
|
101
107
|
}
|
|
102
108
|
|
|
@@ -113,7 +119,8 @@
|
|
|
113
119
|
clear: both;
|
|
114
120
|
}
|
|
115
121
|
}
|
|
116
|
-
.ar-100-27,
|
|
122
|
+
.ar-100-27,
|
|
123
|
+
.ar-100-27 > img {
|
|
117
124
|
aspect-ratio: 100 / 27.1;
|
|
118
125
|
}
|
|
119
126
|
|
|
@@ -131,7 +138,8 @@
|
|
|
131
138
|
}
|
|
132
139
|
}
|
|
133
140
|
|
|
134
|
-
.ar-9-16,
|
|
141
|
+
.ar-9-16,
|
|
142
|
+
.ar-9-16 > img {
|
|
135
143
|
aspect-ratio: 9 / 16;
|
|
136
144
|
}
|
|
137
145
|
@supports not (aspect-ratio: 9 / 16) {
|
|
@@ -148,7 +156,8 @@
|
|
|
148
156
|
}
|
|
149
157
|
}
|
|
150
158
|
|
|
151
|
-
.ar-7-16,
|
|
159
|
+
.ar-7-16,
|
|
160
|
+
.ar-7-16 > img {
|
|
152
161
|
aspect-ratio: 7 / 16;
|
|
153
162
|
}
|
|
154
163
|
@supports not (aspect-ratio: 7 / 16) {
|
|
@@ -200,10 +209,8 @@
|
|
|
200
209
|
grid-template-columns:
|
|
201
210
|
[full-width-start] minmax(var(--mobile-padding), var(--desktop-padding))
|
|
202
211
|
[content-start] minmax(0, var(--breakout-size))
|
|
203
|
-
[narrow-start] min(
|
|
204
|
-
|
|
205
|
-
var(--narrow-max-width)
|
|
206
|
-
) [narrow-end]
|
|
212
|
+
[narrow-start] min(100% - (var(--mobile-padding) * 2), var(--narrow-max-width))
|
|
213
|
+
[narrow-end]
|
|
207
214
|
minmax(0, var(--breakout-size)) [content-end]
|
|
208
215
|
minmax(var(--mobile-padding), var(--desktop-padding)) [full-width-end];
|
|
209
216
|
grid-column: main;
|
|
@@ -220,7 +227,7 @@
|
|
|
220
227
|
.article-narrow {
|
|
221
228
|
grid-column: narrow;
|
|
222
229
|
}
|
|
223
|
-
.copytextWrapper > :not(.article-breakout, .article-full-width) {
|
|
230
|
+
.copytextWrapper > :not(.article-breakout, .article-full-width, .xs\:article-full-width) {
|
|
224
231
|
grid-column: narrow;
|
|
225
232
|
}
|
|
226
233
|
|
|
@@ -91,6 +91,10 @@
|
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
+
{
|
|
95
|
+
"isHeadline": true,
|
|
96
|
+
"text": "Zwischenüberschrift unter Audio"
|
|
97
|
+
},
|
|
94
98
|
{
|
|
95
99
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
96
100
|
},
|
|
@@ -187,6 +191,118 @@
|
|
|
187
191
|
}
|
|
188
192
|
}
|
|
189
193
|
},
|
|
194
|
+
{
|
|
195
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"isHeadline": true,
|
|
199
|
+
"text": "Audio in halber Breite unter Bild in voller Breite"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"paragraphBoxItem": {
|
|
203
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
204
|
+
"@->contentpath": "copytext_image_100",
|
|
205
|
+
"@->replaceToken": [
|
|
206
|
+
{
|
|
207
|
+
"@->token": "image",
|
|
208
|
+
"@->value": "buchmesse-fahnen-102"
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"paragraphBoxItem": {
|
|
215
|
+
"isAudio": true,
|
|
216
|
+
"isAudioOnDemand": true,
|
|
217
|
+
"showFullSize": {
|
|
218
|
+
"isTrue": false
|
|
219
|
+
},
|
|
220
|
+
"label": {
|
|
221
|
+
"type": "audio",
|
|
222
|
+
"loca": "label_audio",
|
|
223
|
+
"byline": {
|
|
224
|
+
"bylineText": "00:20 Min."
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"audioAuthor": "Karsten Hufer",
|
|
228
|
+
"showAirdate": true,
|
|
229
|
+
"airdateDate": {
|
|
230
|
+
"htmlDateTime": "2022-10-31T19:30+0200",
|
|
231
|
+
"htmlDate": "31.10.2022",
|
|
232
|
+
"date": "31.10.22",
|
|
233
|
+
"dateSeparatorTime": "31.10.22, 19:30"
|
|
234
|
+
},
|
|
235
|
+
"toModel": {
|
|
236
|
+
"audioElement": {
|
|
237
|
+
"ardPlayerConfig": {
|
|
238
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
239
|
+
"@->contentpath": "audio-1",
|
|
240
|
+
"@->overrides": [
|
|
241
|
+
{
|
|
242
|
+
"@->contentpath": "playerId",
|
|
243
|
+
"@->value": "2567"
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
"ardPlayerJsonConfig": {
|
|
248
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
249
|
+
"@->contentpath": "audio-1",
|
|
250
|
+
"@->overrides": [
|
|
251
|
+
{
|
|
252
|
+
"@->contentpath": "isAutoplay",
|
|
253
|
+
"@->value": false
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
257
|
+
"@->value": false
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
261
|
+
"@->value": false
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"@->contentpath": "playerId",
|
|
265
|
+
"@->value": "2567"
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"mediaBacklinkToStoryTeaser": {
|
|
271
|
+
"link": {
|
|
272
|
+
"url": "/audioseite",
|
|
273
|
+
"isTargetBlank": false
|
|
274
|
+
},
|
|
275
|
+
"readMoreScreenreader": "zum Audio",
|
|
276
|
+
"title": "Musik macht deinen Tag",
|
|
277
|
+
"isForeignBrand": false,
|
|
278
|
+
"readMore": "zur Audio-Einzelseite",
|
|
279
|
+
"hasIcon": false,
|
|
280
|
+
"iconName": "extern"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"teaseritem": {
|
|
284
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
285
|
+
"@->contentpath": "copytext_image_50",
|
|
286
|
+
"@->replaceToken": [
|
|
287
|
+
{
|
|
288
|
+
"@->token": "image",
|
|
289
|
+
"@->value": "lehrerin-ukraine-104"
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
|
|
294
|
+
"teaserImage": {
|
|
295
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
296
|
+
"@->contentpath": "copytext_image_50",
|
|
297
|
+
"@->replaceToken": [
|
|
298
|
+
{
|
|
299
|
+
"@->token": "image",
|
|
300
|
+
"@->value": "lehrerin-ukraine-104"
|
|
301
|
+
}
|
|
302
|
+
]
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
},
|
|
190
306
|
{
|
|
191
307
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
192
308
|
}
|
|
@@ -90,6 +90,10 @@
|
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
+
{
|
|
94
|
+
"isHeadline": true,
|
|
95
|
+
"text": "Zwischenüberschrift unter Audio Event-Livestream"
|
|
96
|
+
},
|
|
93
97
|
{
|
|
94
98
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
95
99
|
},
|
|
@@ -185,6 +189,117 @@
|
|
|
185
189
|
}
|
|
186
190
|
}
|
|
187
191
|
},
|
|
192
|
+
{
|
|
193
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"isHeadline": true,
|
|
197
|
+
"text": "Audio-Livestream in halber Breite unter Bild in voller Breite"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"paragraphBoxItem": {
|
|
201
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
202
|
+
"@->contentpath": "copytext_image_100",
|
|
203
|
+
"@->replaceToken": [
|
|
204
|
+
{
|
|
205
|
+
"@->token": "image",
|
|
206
|
+
"@->value": "buchmesse-fahnen-102"
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"paragraphBoxItem": {
|
|
213
|
+
"isAudio": true,
|
|
214
|
+
"isAudioEventLivestream": true,
|
|
215
|
+
"showFullSize": {
|
|
216
|
+
"isTrue": false
|
|
217
|
+
},
|
|
218
|
+
"label": {
|
|
219
|
+
"type": "livestream",
|
|
220
|
+
"loca": "label_audio_event_livestream",
|
|
221
|
+
"byline": {
|
|
222
|
+
"bylineText": "Jetzt Live"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"showAirdate": false,
|
|
226
|
+
"airdateDate": {
|
|
227
|
+
"htmlDateTime": "2024-06-25T08:30+0200",
|
|
228
|
+
"htmlDate": "25.06.2024",
|
|
229
|
+
"date": "25.06.24",
|
|
230
|
+
"dateSeparatorTime": "25.06.24, 08:30"
|
|
231
|
+
},
|
|
232
|
+
"toModel": {
|
|
233
|
+
"audioLivestreamElement": {
|
|
234
|
+
"ardPlayerConfig": {
|
|
235
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
236
|
+
"@->contentpath": "audio-event-livestream",
|
|
237
|
+
"@->overrides": [
|
|
238
|
+
{
|
|
239
|
+
"@->contentpath": "playerId",
|
|
240
|
+
"@->value": "2567"
|
|
241
|
+
}
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
"ardPlayerJsonConfig": {
|
|
245
|
+
"@->jsoninclude": "audio/audios.inc.json",
|
|
246
|
+
"@->contentpath": "audio-event-livestream",
|
|
247
|
+
"@->overrides": [
|
|
248
|
+
{
|
|
249
|
+
"@->contentpath": "isAutoplay",
|
|
250
|
+
"@->value": false
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"@->contentpath": "playerConfig.generic.isAutoplay",
|
|
254
|
+
"@->value": false
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"@->contentpath": "playerConfig.web.isForcedVideoView",
|
|
258
|
+
"@->value": false
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"@->contentpath": "playerId",
|
|
262
|
+
"@->value": "2567"
|
|
263
|
+
}
|
|
264
|
+
]
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"mediaBacklinkToStoryTeaser": {
|
|
268
|
+
"link": {
|
|
269
|
+
"url": "/audioseite",
|
|
270
|
+
"isTargetBlank": false
|
|
271
|
+
},
|
|
272
|
+
"readMoreScreenreader": "zum Audio-Livestream",
|
|
273
|
+
"title": "Musik macht deinen Tag",
|
|
274
|
+
"isForeignBrand": false,
|
|
275
|
+
"readMore": "zum Audio-Livestream",
|
|
276
|
+
"hasIcon": false,
|
|
277
|
+
"iconName": "extern"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"teaseritem": {
|
|
281
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
282
|
+
"@->contentpath": "copytext_image_50",
|
|
283
|
+
"@->replaceToken": [
|
|
284
|
+
{
|
|
285
|
+
"@->token": "image",
|
|
286
|
+
"@->value": "lehrerin-ukraine-104"
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
|
|
291
|
+
"teaserImage": {
|
|
292
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
293
|
+
"@->contentpath": "copytext_image_50",
|
|
294
|
+
"@->replaceToken": [
|
|
295
|
+
{
|
|
296
|
+
"@->token": "image",
|
|
297
|
+
"@->value": "lehrerin-ukraine-104"
|
|
298
|
+
}
|
|
299
|
+
]
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
},
|
|
188
303
|
{
|
|
189
304
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
190
305
|
}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"isCite": true,
|
|
12
|
-
"text":"Wenn ich mein Leben noch einmal leben könnte, würde ich die gleichen Fehler machen. Aber ein bisschen früher damit ich mehr davon habe.",
|
|
12
|
+
"text": "Wenn ich mein Leben noch einmal leben könnte, würde ich die gleichen Fehler machen. Aber ein bisschen früher damit ich mehr davon habe.",
|
|
13
13
|
"paragraphProperties": [
|
|
14
14
|
{
|
|
15
|
-
"showFullSize":true,
|
|
16
|
-
"citeAuthor":"Marlene Dietrich"
|
|
15
|
+
"showFullSize": true,
|
|
16
|
+
"citeAuthor": "Marlene Dietrich"
|
|
17
17
|
}
|
|
18
18
|
]
|
|
19
19
|
},
|
|
@@ -22,11 +22,69 @@
|
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"isCite": true,
|
|
25
|
-
"text":"Wenn ich mein Leben noch einmal leben könnte, würde ich die gleichen Fehler machen. Aber ein bisschen früher damit ich mehr davon habe.",
|
|
25
|
+
"text": "Wenn ich mein Leben noch einmal leben könnte, würde ich die gleichen Fehler machen. Aber ein bisschen früher damit ich mehr davon habe.",
|
|
26
26
|
"paragraphProperties": [
|
|
27
27
|
{
|
|
28
|
-
"showFullSize":false,
|
|
29
|
-
"citeAuthor":"Marlene Dietrich"
|
|
28
|
+
"showFullSize": false,
|
|
29
|
+
"citeAuthor": "Marlene Dietrich"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"isHeadline": true,
|
|
38
|
+
"text": "Zitat in voller Breite unter Bild in voller Breite"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"paragraphBoxItem": {
|
|
42
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
43
|
+
"@->contentpath": "copytext_image_100",
|
|
44
|
+
"@->replaceToken": [
|
|
45
|
+
{
|
|
46
|
+
"@->token": "image",
|
|
47
|
+
"@->value": "buchmesse-fahnen-102"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"isCite": true,
|
|
54
|
+
"text": "Wenn ich mein Leben noch einmal leben könnte, würde ich die gleichen Fehler machen. Aber ein bisschen früher damit ich mehr davon habe.",
|
|
55
|
+
"paragraphProperties": [
|
|
56
|
+
{
|
|
57
|
+
"showFullSize": true,
|
|
58
|
+
"citeAuthor": "Marlene Dietrich"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"isHeadline": true,
|
|
67
|
+
"text": "Zitat in halber Breite unter Bild in voller Breite"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"paragraphBoxItem": {
|
|
71
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
72
|
+
"@->contentpath": "copytext_image_100",
|
|
73
|
+
"@->replaceToken": [
|
|
74
|
+
{
|
|
75
|
+
"@->token": "image",
|
|
76
|
+
"@->value": "buchmesse-fahnen-102"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"isCite": true,
|
|
83
|
+
"text": "Wenn ich mein Leben noch einmal leben könnte, würde ich die gleichen Fehler machen. Aber ein bisschen früher damit ich mehr davon habe.",
|
|
84
|
+
"paragraphProperties": [
|
|
85
|
+
{
|
|
86
|
+
"showFullSize": false,
|
|
87
|
+
"citeAuthor": "Marlene Dietrich"
|
|
30
88
|
}
|
|
31
89
|
]
|
|
32
90
|
},
|
|
@@ -34,4 +92,4 @@
|
|
|
34
92
|
"@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
|
|
35
93
|
}
|
|
36
94
|
]
|
|
37
|
-
}
|
|
95
|
+
}
|