hr-design-system-handlebars 0.57.0 → 0.58.1
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/.storybook/preview-head.html +1 -1
- package/CHANGELOG.md +25 -0
- package/dist/assets/index.css +6 -6
- package/dist/views/components/teaser/cluster/teaser_cluster.hbs +3 -3
- package/dist/views/components/teaser/cluster/teaser_cluster_list.hbs +9 -9
- package/dist/views/components/teaser/content_nav/teaser_content_nav.hbs +6 -2
- package/dist/views/components/teaser/group_teaser/group_teaser.hbs +2 -12
- package/dist/views/components/teaser/group_teaser/group_teaser_accented.hbs +20 -0
- package/dist/views/components/teaser/podcast/podcast_player.hbs +4 -3
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_100_genre.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_100_image.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_33_genre.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_33_image.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_50_genre.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_50_image.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_extern_100.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_extern_33.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_extern_50.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_100.json +2 -2
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_33.json +2 -2
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_50.json +2 -2
- package/src/assets/fixtures/teaser/headline_list_Item.inc.json +75 -1
- package/src/assets/fixtures/teaser/teaser_cluster.inc.json +2 -3
- package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_50.json +189 -0
- package/src/assets/fixtures/teaser/teaser_groups.inc.json +4 -5
- package/src/assets/js/content_nav_alpine.js +88 -0
- package/src/assets/{vendor/js → js}/podcastPlayer.alpine.js +0 -0
- package/src/stories/views/components/teaser/cluster/teaser_cluster.hbs +3 -3
- package/src/stories/views/components/teaser/cluster/teaser_cluster_list.hbs +9 -9
- package/src/stories/views/components/teaser/content_nav/teaser_content_nav.hbs +6 -2
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre.json +1 -2
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_genre.json +1 -2
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50.json +1 -2
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_genre.json +1 -2
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_50.json +1 -2
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_100.json +1 -2
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_33.json +1 -2
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_50.json +1 -2
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_50.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_contentNav.json +1 -1
- package/src/stories/views/components/teaser/group_teaser/group.stories.mdx +7 -2
- package/src/stories/views/components/teaser/group_teaser/group_teaser.hbs +2 -12
- package/src/stories/views/components/teaser/group_teaser/group_teaser_accented.hbs +20 -0
- package/src/stories/views/components/teaser/podcast/podcast_player.hbs +4 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<script
|
|
1
|
+
<script src="https://cdn.jsdelivr.net/npm/async-alpine@0.4.x/dist/async-alpine.script.js"></script>
|
|
2
2
|
<script defer src="https://unpkg.com/@alpinejs/collapse@3.8.1/dist/cdn.min.js"></script>
|
|
3
3
|
<script defer src="https://unpkg.com/@alpine-collective/toolkit@1.0.0/dist/cdn.min.js"></script>
|
|
4
4
|
<script defer src="https://unpkg.com/alpinejs@3.8.1/dist/cdn.min.js"></script>
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v0.58.1 (Fri Sep 30 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Dpe 1677 [#330](https://github.com/mumprod/hr-design-system-handlebars/pull/330) (zouhair1 [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (zouhair1)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v0.58.0 (Fri Sep 30 2022)
|
|
15
|
+
|
|
16
|
+
#### 🚀 Enhancement
|
|
17
|
+
|
|
18
|
+
- Adds async alpine.script.js to dynamically load alpine components [#327](https://github.com/mumprod/hr-design-system-handlebars/pull/327) ([@StefanVesper](https://github.com/StefanVesper))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v0.57.0 (Tue Sep 27 2022)
|
|
2
27
|
|
|
3
28
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -1555,9 +1555,9 @@ video {
|
|
|
1555
1555
|
padding-left: 0px;
|
|
1556
1556
|
padding-right: 0px;
|
|
1557
1557
|
}
|
|
1558
|
-
.py-
|
|
1559
|
-
padding-top:
|
|
1560
|
-
padding-bottom:
|
|
1558
|
+
.py-11 {
|
|
1559
|
+
padding-top: 2.75rem;
|
|
1560
|
+
padding-bottom: 2.75rem;
|
|
1561
1561
|
}
|
|
1562
1562
|
.py-5 {
|
|
1563
1563
|
padding-top: 1.25rem;
|
|
@@ -1963,7 +1963,7 @@ video {
|
|
|
1963
1963
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
1964
1964
|
}
|
|
1965
1965
|
.counter-reset {
|
|
1966
|
-
counter-reset:
|
|
1966
|
+
counter-reset: cnt1664537329982;
|
|
1967
1967
|
}
|
|
1968
1968
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
1969
1969
|
font-size: 0.75rem;
|
|
@@ -2346,7 +2346,7 @@ video {
|
|
|
2346
2346
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2347
2347
|
}
|
|
2348
2348
|
.-ordered {
|
|
2349
|
-
counter-increment:
|
|
2349
|
+
counter-increment: cnt1664537329982 1;
|
|
2350
2350
|
}
|
|
2351
2351
|
.-ordered::before {
|
|
2352
2352
|
position: absolute;
|
|
@@ -2363,7 +2363,7 @@ video {
|
|
|
2363
2363
|
letter-spacing: .0125em;
|
|
2364
2364
|
--tw-text-opacity: 1;
|
|
2365
2365
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2366
|
-
content: counter(
|
|
2366
|
+
content: counter(cnt1664537329982);
|
|
2367
2367
|
}
|
|
2368
2368
|
/*! purgecss start ignore */
|
|
2369
2369
|
:root,
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
<span class="text-lg md:text-2xl border-blue-congress {{#if this.teaserLogo}} pl-3 ml-3 border-l-2 border-solid {{/if}}">{{this.title}}</span>
|
|
11
11
|
{{/if}}
|
|
12
12
|
</h2>
|
|
13
|
-
{{> components/teaser/cluster/teaser_cluster_list _ordered=this.
|
|
13
|
+
{{> components/teaser/cluster/teaser_cluster_list _ordered=this.isOrdered}}
|
|
14
14
|
</div>
|
|
15
|
-
{{~#with this.
|
|
15
|
+
{{~#with this.headlineListOverview}}
|
|
16
16
|
{{~#if this.link~}}
|
|
17
|
-
<div class="flex mx-5 py-
|
|
17
|
+
<div class="flex mx-5 py-11 {{~inline-switch ../this.teaserSize '["100"]' '[" justify-center md:justify-end"," justify-center"]'}}">
|
|
18
18
|
{{~> components/button/button_pseudo _color="blue" _linkTitle=this.title~}}
|
|
19
19
|
</div>
|
|
20
20
|
{{~/if~}}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
<div class="{{~#if this.
|
|
1
|
+
<div class="{{~#if this.showFirstImageOrGenreImage}}{{~inline-switch this.teaserSize '["100"]' '[" md:flex md:flex-row"]'}}{{~/if~}}">
|
|
2
2
|
{{~#if this.showGenreImage}}
|
|
3
3
|
<div class="px-0 pb-5 {{~inline-switch this.teaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3 md:ar-1-1"]'}}">
|
|
4
|
-
{{~> components/base/image/responsive_image this.genreImage type
|
|
4
|
+
{{~> components/base/image/responsive_image this.genreImage type=this.teaserType variant=this.imageVariant addClass=this.aspectRatio _addClassImg="ar__content" ~}}
|
|
5
5
|
</div>
|
|
6
6
|
{{~/if~}}
|
|
7
7
|
{{~#if this.showFirstImage}}
|
|
8
8
|
{{~#with this.firstEntry~}}
|
|
9
9
|
{{~#if this.teaserImage}}
|
|
10
10
|
<div class="px-0 pb-5 {{~inline-switch ../this.teaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3"]'}}">
|
|
11
|
-
{{~> components/base/image/responsive_image this.teaserImage type=../this.
|
|
11
|
+
{{~> components/base/image/responsive_image this.teaserImage type=../this.teaserType variant=../this.imageVariant addClass=../this.aspectRatio _addClassImg="ar__content pb-4" ~}}
|
|
12
12
|
<div class="mx-5 {{~inline-switch ../this.teaserSize '["100"]' '[" md:mx-0"]'}}">
|
|
13
|
-
{{> components/teaser/cluster/teaser_cluster_item _size=../this.teaserSize _ordered=../
|
|
13
|
+
{{> components/teaser/cluster/teaser_cluster_item _size=../this.teaserSize _ordered=../this.isOrdered _firstItem=true}}
|
|
14
14
|
</div>
|
|
15
15
|
</div>
|
|
16
16
|
{{/if~}}
|
|
17
17
|
{{~/with~}}
|
|
18
18
|
{{/if~}}
|
|
19
19
|
{{~#with this.clusterTeaserItems}}
|
|
20
|
-
{{~#if ../
|
|
20
|
+
{{~#if ../this.isOrdered}}<ol class="mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white {{~#if ../this.showGenreImage}}{{~inline-switch ../this.teaserSize '["100"]' '[" md:-pt-5 md:border-none"]'}}{{/if~}}">{{else}}<ul class="mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showGenreImage}}{{~inline-switch ../this.teaserSize '["100"]' '[" md:-pt-5 md:border-none"]'}}{{/if~}}">{{/if}}
|
|
21
21
|
{{~#each this~}}
|
|
22
|
-
<li class="{{~#if ../../
|
|
23
|
-
{{> components/teaser/cluster/teaser_cluster_item _size=../this.teaserSize _ordered=../../
|
|
22
|
+
<li class="{{~#if ../../this.isOrdered}} -ordered {{/if}} py-5 {{#if ../../this.headlineListOverview.link}} last-of-type:pb-0{{/if~}} {{~#if ../../this.showGenreImage}}{{~inline-switch ../../this.teaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
|
|
23
|
+
{{> components/teaser/cluster/teaser_cluster_item _size=../this.teaserSize _ordered=../../this.isOrdered }}
|
|
24
24
|
</li>
|
|
25
25
|
{{~/each}}
|
|
26
|
-
{{~#if ../
|
|
27
|
-
{{/with~}}
|
|
26
|
+
{{~#if ../this.isOrdered}}</ol>{{else}}</ul>{{/if~}}
|
|
27
|
+
{{/with~}}
|
|
28
28
|
</div>
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
<div
|
|
2
|
-
|
|
1
|
+
<div id="contentNavWrapper"
|
|
2
|
+
x-ignore
|
|
3
|
+
ax-load
|
|
4
|
+
ax-load-src="/js/content_nav_alpine.js"
|
|
5
|
+
x-data="contentNavigationHandler()"
|
|
6
|
+
class="col-span-12 flex gap-y-3 gap-x-4 js-load {{inline-switch this.teasersize '["100","66","50","33","25"]' '["flex-col","md:col-span-9 md:flex-row ","md:col-span-6 md:flex-row "," md:col-span-4 md:flex-row "," md:col-span-3 md:flex-row "]'}}"
|
|
3
7
|
>
|
|
4
8
|
{{> components/content_nav/content_nav _teasersize=this.teasersize }}
|
|
5
9
|
</div>
|
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
{{#>components/grid/grid_group size=this.teaserSize _backgroundColor=this.backgroundColor }}
|
|
2
|
-
{{#if this.accentedGroup}}
|
|
3
|
-
<div class="h-auto col-span-12 p-8 mx-4 rounded-tr-none rounded-bl-none bg-blue-accented rounded-3xl">
|
|
4
|
-
{{/if}}
|
|
1
|
+
{{#>components/grid/grid_group size=this.teaserSize _backgroundColor=this.backgroundColor }}
|
|
5
2
|
{{~#if this.hasGroupTitle}}
|
|
6
3
|
<h2 class="text-2xl md:text-4xl col-span-full py-0 font-headingSerif {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
|
|
7
4
|
{{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
|
|
8
5
|
{{this.groupTitle}}
|
|
9
6
|
{{~#if this.hasLink}}</a>{{/if~}}
|
|
10
7
|
</h2>
|
|
11
|
-
{{/if}}
|
|
12
|
-
{{#if this.accentedGroup}}
|
|
13
|
-
</div>
|
|
14
|
-
<div class="h-24 col-span-12 p-2 mx-4 my-0 -mt-10 rounded-tr-none rounded-bl-none md:p-4 bg-blue-accented rounded-3xl">
|
|
15
|
-
{{/if}}
|
|
8
|
+
{{/if}}
|
|
16
9
|
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
17
|
-
{{#if this.accentedGroup}}
|
|
18
|
-
</div>
|
|
19
|
-
{{/if}}
|
|
20
10
|
{{/components/grid/grid_group}}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{{#>components/grid/grid_group size=this.teaserSize _backgroundColor=this.backgroundColor }}
|
|
2
|
+
|
|
3
|
+
<div class="h-auto col-span-12 p-8 mx-4 rounded-tr-none rounded-bl-none bg-blue-accented rounded-3xl">
|
|
4
|
+
|
|
5
|
+
{{~#if this.hasGroupTitle}}
|
|
6
|
+
<h2 class="text-2xl md:text-4xl col-span-full py-0 font-headingSerif {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
|
|
7
|
+
{{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
|
|
8
|
+
{{this.groupTitle}}
|
|
9
|
+
{{~#if this.hasLink}}</a>{{/if~}}
|
|
10
|
+
</h2>
|
|
11
|
+
{{/if}}
|
|
12
|
+
|
|
13
|
+
</div>
|
|
14
|
+
<div class="h-24 col-span-12 p-2 mx-4 my-0 -mt-10 rounded-tr-none rounded-bl-none md:p-4 bg-blue-accented rounded-3xl">
|
|
15
|
+
|
|
16
|
+
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
17
|
+
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
{{/components/grid/grid_group}}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<div class="w-full col-span-12 js-load"
|
|
2
2
|
x-data="playaudio()"
|
|
3
3
|
ax-load
|
|
4
|
-
|
|
4
|
+
x-ignore
|
|
5
|
+
ax-load-src="/js/podcastPlayer.alpine.js">
|
|
5
6
|
<button x-on:keydown.tab="playAndStop" x-on:click="playAndStop" type="button" class="relative rounded-xl group cursor-pointer focus:outline-none focus:ring focus:ring-[#1F89AE]">
|
|
6
7
|
<div class="">
|
|
7
8
|
<div x-show="!currentlyPlaying" class="bg-black bg-opacity-50 rounded-full p-0.5 text-white">
|
|
@@ -21,11 +22,11 @@
|
|
|
21
22
|
<span x-text="audioDuration">06:21 Min</span>
|
|
22
23
|
</div>
|
|
23
24
|
|
|
24
|
-
<audio x-ref="audio"
|
|
25
|
+
<audio x-ref="audio" >
|
|
25
26
|
<source src="https://mp3podcasthr-a.akamaihd.net/mp3/podcast/hr2_audio/hr2_audio_20220914_95730396.mp3" type="audio/mp3" />
|
|
26
27
|
</audio>
|
|
27
28
|
|
|
28
|
-
<div class="
|
|
29
|
+
<div class="">
|
|
29
30
|
currentTime: <span x-text="currentTime"></span><br>
|
|
30
31
|
currentTimePercentage: <span x-text="currentTimePercentage"></span><br>
|
|
31
32
|
currentTimeMs: <span x-text="currentTimeMs"></span><br>
|
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": "0.
|
|
9
|
+
"version": "0.58.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@->value": "hessenschau_de"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"@->contentpath": "
|
|
21
|
+
"@->contentpath": "isOrdered",
|
|
22
22
|
"@->value": "true"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"@->contentpath": "
|
|
25
|
+
"@->contentpath": "headlineListOverview.link",
|
|
26
26
|
"@->value": ""
|
|
27
27
|
}
|
|
28
28
|
]
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@->value": "hessenschau_de"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"@->contentpath": "
|
|
21
|
+
"@->contentpath": "isOrdered",
|
|
22
22
|
"@->value": "true"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"@->contentpath": "
|
|
25
|
+
"@->contentpath": "headlineListOverview.link",
|
|
26
26
|
"@->value": ""
|
|
27
27
|
}
|
|
28
28
|
]
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@->value": "hessenschau_de"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"@->contentpath": "
|
|
21
|
+
"@->contentpath": "isOrdered",
|
|
22
22
|
"@->value": "true"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"@->contentpath": "
|
|
25
|
+
"@->contentpath": "headlineListOverview.link",
|
|
26
26
|
"@->value": ""
|
|
27
27
|
}
|
|
28
28
|
]
|
|
@@ -375,5 +375,79 @@
|
|
|
375
375
|
"date": "17.04.22",
|
|
376
376
|
"dateSeparatorTime": "17.04.22, 19:30"
|
|
377
377
|
}
|
|
378
|
-
}
|
|
378
|
+
},
|
|
379
|
+
"item6": {
|
|
380
|
+
"title": "Mann in Heusenstamm von S-Bahn erfasst - tot",
|
|
381
|
+
"url": "/teaser1",
|
|
382
|
+
"teaserImage": {
|
|
383
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
384
|
+
"@->contentpath": "cluster_3"
|
|
385
|
+
},
|
|
386
|
+
"teaserSize": "hero",
|
|
387
|
+
"showLabel": false,
|
|
388
|
+
"showProfileInfo": false,
|
|
389
|
+
"teaserInfo": {
|
|
390
|
+
"showTeaserInfo": true,
|
|
391
|
+
"showTeaserInfoSection": true,
|
|
392
|
+
"showTeaserInfoChannel": true,
|
|
393
|
+
"showTeaserInfoAll": true,
|
|
394
|
+
"showTeaserInfoDate": false,
|
|
395
|
+
"showTeaserInfoDateTime": true,
|
|
396
|
+
"showTeaserInfoProgramRef": true
|
|
397
|
+
},
|
|
398
|
+
"teaserDate": {
|
|
399
|
+
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
400
|
+
"htmlDate": "20.02.1983",
|
|
401
|
+
"date": "17.04.22",
|
|
402
|
+
"dateSeparatorTime": "17.04.22, 19:30"
|
|
403
|
+
},
|
|
404
|
+
"documentModificationDate": {
|
|
405
|
+
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
406
|
+
"htmlDate": "20.02.1983",
|
|
407
|
+
"date": "17.04.22",
|
|
408
|
+
"dateSeparatorTime": "17.04.22, 19:30"
|
|
409
|
+
},
|
|
410
|
+
"documentSection": "Panorama",
|
|
411
|
+
"isBroadcastDateHidden": false,
|
|
412
|
+
"showProfileInfoAsByline": true,
|
|
413
|
+
"profiles": "Von Petra Boberg und Christine Rütten",
|
|
414
|
+
"link": {
|
|
415
|
+
"url": "/teaser1",
|
|
416
|
+
"webviewUrl": "/teaser1#webview",
|
|
417
|
+
"isTargetBlank": false,
|
|
418
|
+
"hasIcon": false,
|
|
419
|
+
"iconName": "iconName",
|
|
420
|
+
"readMoreText": {
|
|
421
|
+
"readMoreScreenreader": "Zum Artikel",
|
|
422
|
+
"readMore": "mehr",
|
|
423
|
+
"readMoreLong": "read More Long"
|
|
424
|
+
},
|
|
425
|
+
"content": {
|
|
426
|
+
"headlineTag": "h1",
|
|
427
|
+
"headingFontVariant": "serif",
|
|
428
|
+
"imageVariant": "topteaser",
|
|
429
|
+
"isFileDownload": false,
|
|
430
|
+
"teaserImage": {
|
|
431
|
+
"@->jsoninclude": "teaser/teaser_images.inc.json",
|
|
432
|
+
"@->contentpath": "standard_1"
|
|
433
|
+
},
|
|
434
|
+
"teaserSize": "hero",
|
|
435
|
+
"isMobile1to1": false,
|
|
436
|
+
"teaserType": "standard-ds",
|
|
437
|
+
"title": "Abgeschobene Geschwister aus Syrien zurück in Wolfhagen",
|
|
438
|
+
"topline": "Überglücklich, aber ohne Mama",
|
|
439
|
+
"trackingData": {
|
|
440
|
+
"secondLevelId": "2",
|
|
441
|
+
"pageName": "hessenschau"
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"airDate": {
|
|
446
|
+
"htmlDateTime": "2022-04-17T19:30+0200",
|
|
447
|
+
"htmlDate": "20.02.1983",
|
|
448
|
+
"date": "17.04.22",
|
|
449
|
+
"dateSeparatorTime": "17.04.22, 19:30"
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
|
|
379
453
|
}
|
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
"HideTitle" : false,
|
|
7
7
|
"showGenreImage" : false,
|
|
8
8
|
"showFirstImage" : false,
|
|
9
|
-
"
|
|
10
|
-
"_ordered" : false,
|
|
9
|
+
"isOrdered" : false,
|
|
11
10
|
|
|
12
11
|
"teaserSize" : "100",
|
|
13
12
|
|
|
@@ -47,7 +46,7 @@
|
|
|
47
46
|
}
|
|
48
47
|
],
|
|
49
48
|
|
|
50
|
-
"
|
|
49
|
+
"headlineListOverview" :{
|
|
51
50
|
"title" : "Neue Beiträge auf einen Blick",
|
|
52
51
|
"link" : {
|
|
53
52
|
"url": "https://www.hessenschau.de"
|