hr-design-system-handlebars 1.119.6 → 1.120.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 +6 -3
- package/dist/views/components/page/components/commentinfo.hbs +1 -1
- package/dist/views/components/page/components/metadata_wrapper.hbs +55 -0
- package/dist/views/components/page/components/metadatabox.hbs +4 -11
- package/dist/views/components/social_sharing/social_sharing_ticker_item.hbs +1 -1
- package/dist/views/components/ticker/ticker_item/content_footer_ticker_item.hbs +32 -0
- package/dist/views_static/components/page/components/commentinfo.hbs +1 -1
- package/dist/views_static/components/page/components/metadata_wrapper.hbs +55 -0
- package/dist/views_static/components/page/components/metadatabox.hbs +4 -11
- package/dist/views_static/components/social_sharing/social_sharing_ticker_item.hbs +1 -1
- package/dist/views_static/components/ticker/ticker_item/content_footer_ticker_item.hbs +32 -0
- package/package.json +1 -1
- package/src/assets/fixtures/content/content_footer/content_footer.json +14 -12
- package/src/assets/fixtures/page/metadatabox.inc.json +87 -40
- package/src/assets/fixtures/page/metadatabox.json +10 -1
- package/src/assets/fixtures/page/story/story.inc.json +37 -48
- package/src/assets/fixtures/ticker/ticker_item/content_footer_ticker_item.inc.json +147 -0
- package/src/assets/fixtures/ticker/ticker_item/content_footer_ticker_item.json +77 -0
- package/src/stories/views/components/page/components/commentinfo.hbs +1 -1
- package/src/stories/views/components/page/components/metadata_wrapper.hbs +55 -0
- package/src/stories/views/components/page/components/metadatabox.hbs +4 -11
- package/src/stories/views/components/page/components/metadatabox.stories.js +16 -5
- package/src/stories/views/components/page/fixtures/metadatabox.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_audio.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/social_sharing/social_sharing_ticker_item.hbs +1 -1
- package/src/stories/views/components/ticker/ticker_item/content_footer_ticker_item.hbs +32 -0
- package/src/stories/views/components/ticker/ticker_item/content_footer_ticker_item.mdx +29 -0
- package/src/stories/views/components/ticker/ticker_item/content_footer_ticker_item.stories.js +123 -0
- package/src/stories/views/components/ticker/ticker_item/fixtures/content_footer_ticker_item.json +1 -0
- package/dist/views/components/content/content_footer/content_footer_ticker_item.hbs +0 -79
- package/dist/views/components/page/components/author.hbs +0 -48
- package/dist/views_static/components/content/content_footer/content_footer_ticker_item.hbs +0 -79
- package/dist/views_static/components/page/components/author.hbs +0 -48
- package/src/stories/views/components/content/content_footer/content_footer_ticker_item.hbs +0 -79
- package/src/stories/views/components/page/components/author.hbs +0 -48
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.120.0 (Mon Oct 13 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Feature/dpe 3726 [#1306](https://github.com/mumprod/hr-design-system-handlebars/pull/1306) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.119.6 (Mon Oct 06 2025)
|
|
2
14
|
|
|
3
15
|
#### ⚠️ Pushed to `main`
|
package/dist/assets/index.css
CHANGED
|
@@ -1981,6 +1981,9 @@ article #commentList {
|
|
|
1981
1981
|
.max-w-\[480px\] {
|
|
1982
1982
|
max-width: 480px;
|
|
1983
1983
|
}
|
|
1984
|
+
.max-w-\[625px\] {
|
|
1985
|
+
max-width: 625px;
|
|
1986
|
+
}
|
|
1984
1987
|
.max-w-\[724px\] {
|
|
1985
1988
|
max-width: 724px;
|
|
1986
1989
|
}
|
|
@@ -3891,7 +3894,7 @@ article #commentList {
|
|
|
3891
3894
|
border-bottom-color: var(--color-secondary-ds);
|
|
3892
3895
|
}
|
|
3893
3896
|
.counter-reset {
|
|
3894
|
-
counter-reset:
|
|
3897
|
+
counter-reset: cnt1760361734193;
|
|
3895
3898
|
}
|
|
3896
3899
|
.animate-delay-100 {
|
|
3897
3900
|
--tw-animate-delay: 100ms;
|
|
@@ -4352,7 +4355,7 @@ html { scroll-behavior: smooth; }
|
|
|
4352
4355
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4353
4356
|
}
|
|
4354
4357
|
.-ordered {
|
|
4355
|
-
counter-increment:
|
|
4358
|
+
counter-increment: cnt1760361734193 1;
|
|
4356
4359
|
}
|
|
4357
4360
|
.-ordered::before {
|
|
4358
4361
|
position: absolute;
|
|
@@ -4370,7 +4373,7 @@ html { scroll-behavior: smooth; }
|
|
|
4370
4373
|
--tw-text-opacity: 1;
|
|
4371
4374
|
color: rgba(0, 0, 0, 1);
|
|
4372
4375
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4373
|
-
content: counter(
|
|
4376
|
+
content: counter(cnt1760361734193);
|
|
4374
4377
|
}
|
|
4375
4378
|
/*! ****************************/
|
|
4376
4379
|
/*! DataPolicy stuff */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#with this.userComments ~}}
|
|
2
|
-
<div class="
|
|
2
|
+
<div class="mt-0.5">
|
|
3
3
|
<span class="relative z-30 whitespace-nowrap">
|
|
4
4
|
{{~#if (isStorybook)~}}
|
|
5
5
|
{{> components/page/components/commentlink.ssi }}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{{#if this.editorialData.hasAuthors}}
|
|
2
|
+
{{!-- Multiple Authors --}}
|
|
3
|
+
{{#if this.editorialData.hasMultipleAuthors}}
|
|
4
|
+
{{#with this.editorialData.authorItems}}
|
|
5
|
+
<p class="text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
6
|
+
{{#each this}}
|
|
7
|
+
{{#if this.hasProfileLink}}
|
|
8
|
+
{{this.from}}
|
|
9
|
+
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
10
|
+
<span>{{../this.authorName~}}</span>{{~/components/base/link~}}
|
|
11
|
+
{{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
|
|
12
|
+
{{else}}
|
|
13
|
+
{{this.from}}
|
|
14
|
+
{{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
|
|
15
|
+
{{/if}}
|
|
16
|
+
{{/each}}
|
|
17
|
+
</p>
|
|
18
|
+
{{/with}}
|
|
19
|
+
{{~> @partial-block ~}}
|
|
20
|
+
{{else}}
|
|
21
|
+
<div class="flex items-center">
|
|
22
|
+
{{#with this.editorialData.firstAuthorItem}}
|
|
23
|
+
{{#if this.profileImage.isImage}}
|
|
24
|
+
<div class="w-10 h-10 mr-4 basis-10 grow-0">
|
|
25
|
+
{{~> components/base/image/responsive_image this.profileImage
|
|
26
|
+
_type="profile"
|
|
27
|
+
_variant="ticker"
|
|
28
|
+
_addClass=""
|
|
29
|
+
_addClassImg="ar-1-1 rounded-full"
|
|
30
|
+
_noDelay=true ~}}
|
|
31
|
+
</div>
|
|
32
|
+
{{/if}}
|
|
33
|
+
{{/with}}
|
|
34
|
+
<div class="text-xs sm480:text-sm basis-0 grow font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
35
|
+
<div>
|
|
36
|
+
{{#with this.editorialData}}
|
|
37
|
+
{{#unless _hideFrom }}{{this.firstAuthorItem.from}}{{/unless}}
|
|
38
|
+
{{#with this.firstAuthorItem}}
|
|
39
|
+
{{#if this.hasProfileLink~}}
|
|
40
|
+
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
41
|
+
<span>{{../this.authorName~}}</span>{{~/components/base/link~}}
|
|
42
|
+
{{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
|
|
43
|
+
{{else}}
|
|
44
|
+
{{~#with this.textAfterAuthor}}{{this}}{{/with~}}{{~this.delimiter}}
|
|
45
|
+
{{/if}}
|
|
46
|
+
{{/with}}
|
|
47
|
+
{{/with}}
|
|
48
|
+
</div>
|
|
49
|
+
{{~> @partial-block ~}}
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
{{/if}}
|
|
53
|
+
{{else}}
|
|
54
|
+
{{~> @partial-block ~}}
|
|
55
|
+
{{/if}}
|
|
@@ -2,19 +2,12 @@
|
|
|
2
2
|
<aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt-5 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
|
-
{{
|
|
6
|
-
|
|
7
|
-
{{#if _showDate }}
|
|
8
|
-
{{#if this.hasMoreThanOneAuthor}}
|
|
5
|
+
{{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
|
|
6
|
+
{{#if ../../_showDate-adjust_context }}
|
|
9
7
|
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
10
|
-
{{else}}
|
|
11
|
-
{{#unless this.hasOneAuthor}}
|
|
12
|
-
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
13
|
-
{{/unless}}
|
|
14
8
|
{{/if}}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
{{> components/page/components/commentinfo }}
|
|
9
|
+
{{> components/page/components/commentinfo }}
|
|
10
|
+
{{/components/page/components/metadata_wrapper }}
|
|
18
11
|
</div>
|
|
19
12
|
{{#unless _webview}}
|
|
20
13
|
{{> components/social_sharing/social_sharing_horizontal }}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{~#with this.socialSharing ~}}
|
|
2
2
|
<div
|
|
3
3
|
x-data="socialSharingHandler('tickerItem{{nextRandom}}')"
|
|
4
|
-
class="flex
|
|
4
|
+
class="flex justify-end ml-3 print:hidden grow"
|
|
5
5
|
x-init="initBrowserDetection();"
|
|
6
6
|
x-on:resize.window="$store.sharingIsOpen.ticker = false"
|
|
7
7
|
x-on:keydown.escape.prevent.stop="close()"
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<footer class="{{#if _css}}{{_css}} {{/if}}flex items-center clear-both w-full my-4 sm:my-4">
|
|
2
|
+
<div>
|
|
3
|
+
{{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
|
|
4
|
+
{{~#with this.programReferenceAlt~}}
|
|
5
|
+
{{~#if this.hasReference~}}
|
|
6
|
+
<div class="text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
7
|
+
<span>{{~loca "broadcast"}}:</span>
|
|
8
|
+
{{#if this.link}}
|
|
9
|
+
{{#>components/base/link _link=this.link _css="text-link dark:text-link-dark hover:underline"~}}
|
|
10
|
+
<span>{{~ this.programLabel ~}}</span>{{/components/base/link~}}
|
|
11
|
+
{{else~}}
|
|
12
|
+
<span>{{this.programLabel}}</span>
|
|
13
|
+
{{/if~}}
|
|
14
|
+
{{~#if this.date~}}
|
|
15
|
+
<span>, </span>
|
|
16
|
+
<time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
|
|
17
|
+
class="{{#if _isArticle}}{{else}}{{/if}} ">
|
|
18
|
+
{{#if this.displayWithTime}}
|
|
19
|
+
{{loca "date_simple_at" this.date.dateSeparatorTime}}
|
|
20
|
+
{{else}}
|
|
21
|
+
{{this.date.date}}
|
|
22
|
+
{{/if}}
|
|
23
|
+
</time>
|
|
24
|
+
|
|
25
|
+
{{/if}}
|
|
26
|
+
</div>
|
|
27
|
+
{{~/if~}}
|
|
28
|
+
{{~/with~}}
|
|
29
|
+
{{/components/page/components/metadata_wrapper }}
|
|
30
|
+
</div>
|
|
31
|
+
{{> components/social_sharing/social_sharing_ticker_item }}
|
|
32
|
+
</footer>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#with this.userComments ~}}
|
|
2
|
-
<div class="
|
|
2
|
+
<div class="mt-0.5">
|
|
3
3
|
<span class="relative z-30 whitespace-nowrap">
|
|
4
4
|
{{~#if (isStorybook)~}}
|
|
5
5
|
{{> components/page/components/commentlink.ssi }}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{{#if this.editorialData.hasAuthors}}
|
|
2
|
+
{{!-- Multiple Authors --}}
|
|
3
|
+
{{#if this.editorialData.hasMultipleAuthors}}
|
|
4
|
+
{{#with this.editorialData.authorItems}}
|
|
5
|
+
<p class="text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
6
|
+
{{#each this}}
|
|
7
|
+
{{#if this.hasProfileLink}}
|
|
8
|
+
{{this.from}}
|
|
9
|
+
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
10
|
+
<span>{{../this.authorName~}}</span>{{~/components/base/link~}}
|
|
11
|
+
{{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
|
|
12
|
+
{{else}}
|
|
13
|
+
{{this.from}}
|
|
14
|
+
{{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
|
|
15
|
+
{{/if}}
|
|
16
|
+
{{/each}}
|
|
17
|
+
</p>
|
|
18
|
+
{{/with}}
|
|
19
|
+
{{~> @partial-block ~}}
|
|
20
|
+
{{else}}
|
|
21
|
+
<div class="flex items-center">
|
|
22
|
+
{{#with this.editorialData.firstAuthorItem}}
|
|
23
|
+
{{#if this.profileImage.isImage}}
|
|
24
|
+
<div class="w-10 h-10 mr-4 basis-10 grow-0">
|
|
25
|
+
{{~> components/base/image/responsive_image this.profileImage
|
|
26
|
+
_type="profile"
|
|
27
|
+
_variant="ticker"
|
|
28
|
+
_addClass=""
|
|
29
|
+
_addClassImg="ar-1-1 rounded-full"
|
|
30
|
+
_noDelay=true ~}}
|
|
31
|
+
</div>
|
|
32
|
+
{{/if}}
|
|
33
|
+
{{/with}}
|
|
34
|
+
<div class="text-xs sm480:text-sm basis-0 grow font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
35
|
+
<div>
|
|
36
|
+
{{#with this.editorialData}}
|
|
37
|
+
{{#unless _hideFrom }}{{this.firstAuthorItem.from}}{{/unless}}
|
|
38
|
+
{{#with this.firstAuthorItem}}
|
|
39
|
+
{{#if this.hasProfileLink~}}
|
|
40
|
+
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
41
|
+
<span>{{../this.authorName~}}</span>{{~/components/base/link~}}
|
|
42
|
+
{{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
|
|
43
|
+
{{else}}
|
|
44
|
+
{{~#with this.textAfterAuthor}}{{this}}{{/with~}}{{~this.delimiter}}
|
|
45
|
+
{{/if}}
|
|
46
|
+
{{/with}}
|
|
47
|
+
{{/with}}
|
|
48
|
+
</div>
|
|
49
|
+
{{~> @partial-block ~}}
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
{{/if}}
|
|
53
|
+
{{else}}
|
|
54
|
+
{{~> @partial-block ~}}
|
|
55
|
+
{{/if}}
|
|
@@ -2,19 +2,12 @@
|
|
|
2
2
|
<aside class="hrds-metadata-box clear-both mt-4 border-y border-gray-scorpion [&+.hrds-shorttext]:mt-5 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
|
-
{{
|
|
6
|
-
|
|
7
|
-
{{#if _showDate }}
|
|
8
|
-
{{#if this.hasMoreThanOneAuthor}}
|
|
5
|
+
{{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
|
|
6
|
+
{{#if _showDate }}
|
|
9
7
|
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
10
|
-
{{else}}
|
|
11
|
-
{{#unless this.hasOneAuthor}}
|
|
12
|
-
{{> components/page/components/publicationdate _isTicker=_isTicker}}
|
|
13
|
-
{{/unless}}
|
|
14
8
|
{{/if}}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
{{> components/page/components/commentinfo }}
|
|
9
|
+
{{> components/page/components/commentinfo }}
|
|
10
|
+
{{/components/page/components/metadata_wrapper }}
|
|
18
11
|
</div>
|
|
19
12
|
{{#unless _webview}}
|
|
20
13
|
{{> components/social_sharing/social_sharing_horizontal }}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{~#with this.socialSharing ~}}
|
|
2
2
|
<div
|
|
3
3
|
x-data="socialSharingHandler('tickerItem{{nextRandom}}')"
|
|
4
|
-
class="flex
|
|
4
|
+
class="flex justify-end ml-3 print:hidden grow"
|
|
5
5
|
x-init="initBrowserDetection();"
|
|
6
6
|
x-on:resize.window="$store.sharingIsOpen.ticker = false"
|
|
7
7
|
x-on:keydown.escape.prevent.stop="close()"
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<footer class="{{#if _css}}{{_css}} {{/if}}flex items-center clear-both w-full my-4 sm:my-4">
|
|
2
|
+
<div>
|
|
3
|
+
{{#> components/page/components/metadata_wrapper _hideFrom=false _isTicker=_isTicker }}
|
|
4
|
+
{{~#with this.programReferenceAlt~}}
|
|
5
|
+
{{~#if this.hasReference~}}
|
|
6
|
+
<div class="text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
7
|
+
<span>{{~loca "broadcast"}}:</span>
|
|
8
|
+
{{#if this.link}}
|
|
9
|
+
{{#>components/base/link _link=this.link _css="text-link dark:text-link-dark hover:underline"~}}
|
|
10
|
+
<span>{{~ this.programLabel ~}}</span>{{/components/base/link~}}
|
|
11
|
+
{{else~}}
|
|
12
|
+
<span>{{this.programLabel}}</span>
|
|
13
|
+
{{/if~}}
|
|
14
|
+
{{~#if this.date~}}
|
|
15
|
+
<span>, </span>
|
|
16
|
+
<time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
|
|
17
|
+
class="{{#if _isArticle}}{{else}}{{/if}} ">
|
|
18
|
+
{{#if this.displayWithTime}}
|
|
19
|
+
{{loca "date_simple_at" this.date.dateSeparatorTime}}
|
|
20
|
+
{{else}}
|
|
21
|
+
{{this.date.date}}
|
|
22
|
+
{{/if}}
|
|
23
|
+
</time>
|
|
24
|
+
|
|
25
|
+
{{/if}}
|
|
26
|
+
</div>
|
|
27
|
+
{{~/if~}}
|
|
28
|
+
{{~/with~}}
|
|
29
|
+
{{/components/page/components/metadata_wrapper }}
|
|
30
|
+
</div>
|
|
31
|
+
{{> components/social_sharing/social_sharing_ticker_item }}
|
|
32
|
+
</footer>
|
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.120.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"_hasDwellTime": true,
|
|
11
11
|
"_isArticle": true,
|
|
12
12
|
"_copyright": "All rights reserved",
|
|
13
|
-
"_source": ["DPA","Wikipedia"],
|
|
13
|
+
"_source": ["DPA", "Wikipedia"],
|
|
14
|
+
"_author": "Anna Magel",
|
|
14
15
|
"_author": "Anna Magel",
|
|
15
16
|
"_isArchiveContent": true,
|
|
16
17
|
"editorialStaffItems": [
|
|
@@ -33,16 +34,17 @@
|
|
|
33
34
|
"delimiter": "",
|
|
34
35
|
"link": {
|
|
35
36
|
"url": "/author-url",
|
|
36
|
-
"isTargetBlank": false
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
37
|
+
"isTargetBlank": false
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"programReferenceAlt": {
|
|
42
|
+
"hasReference": true,
|
|
43
|
+
"programLabel": "Hessenschau",
|
|
44
|
+
"link": {
|
|
43
45
|
"url": "/programReference-url",
|
|
44
|
-
"isTargetBlank": false
|
|
45
|
-
|
|
46
|
+
"isTargetBlank": false
|
|
47
|
+
},
|
|
46
48
|
"name": "Testtitel",
|
|
47
49
|
"displayWithTime": true,
|
|
48
50
|
"date": {
|
|
@@ -51,6 +53,6 @@
|
|
|
51
53
|
"date": "31.10.22",
|
|
52
54
|
"time": "19:30",
|
|
53
55
|
"dateSeparatorTime": "31.10.22, 19:30"
|
|
54
|
-
}
|
|
56
|
+
}
|
|
55
57
|
}
|
|
56
|
-
}
|
|
58
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"default": {
|
|
3
3
|
"_showDate": true,
|
|
4
|
-
"
|
|
4
|
+
"hasAuthors": false,
|
|
5
|
+
"hasMultipleAuthors": false,
|
|
5
6
|
"hasDwellTime": true,
|
|
6
7
|
"documentModificationDate": {
|
|
7
8
|
"isModificationDate": false,
|
|
@@ -19,23 +20,34 @@
|
|
|
19
20
|
},
|
|
20
21
|
"with_author": {
|
|
21
22
|
"_showDate": true,
|
|
22
|
-
|
|
23
|
-
"hasMoreThanOneAuthor": false,
|
|
23
|
+
|
|
24
24
|
"hasDwellTime": true,
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
25
|
+
"editorialData": {
|
|
26
|
+
"hasOneAuthor": true,
|
|
27
|
+
"hasAuthors": true,
|
|
28
|
+
"hasMultipleAuthors": false,
|
|
29
|
+
"firstAuthorItem": {
|
|
30
|
+
"hasProfileLink": true,
|
|
31
|
+
"from": "Von",
|
|
32
|
+
"authorName": "Steffen Rebhahn",
|
|
33
|
+
"delimiter": "",
|
|
34
|
+
"link": {
|
|
35
|
+
"url": "/author-url",
|
|
36
|
+
"isTargetBlank": false
|
|
37
|
+
},
|
|
38
|
+
"textAfterAuthor": "(Redaktion hessenschau.de)",
|
|
39
|
+
"profileImage": {
|
|
40
|
+
"@->jsoninclude": "page/story/story_images.inc.json",
|
|
41
|
+
"@->contentpath": "author",
|
|
42
|
+
"@->replaceToken": [
|
|
43
|
+
{
|
|
44
|
+
"@->token": "image",
|
|
45
|
+
"@->value": "mitarbeiter-portraet-steffen-rebhahn-106"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
34
48
|
}
|
|
35
|
-
|
|
49
|
+
}
|
|
36
50
|
},
|
|
37
|
-
"authorUrl": "/author-url",
|
|
38
|
-
"webviewAuthorUrl": "webview-author-url",
|
|
39
51
|
"documentModificationDate": {
|
|
40
52
|
"isModificationDate": false,
|
|
41
53
|
"isPublicationDate": true,
|
|
@@ -50,10 +62,21 @@
|
|
|
50
62
|
"copyToClipboardLink": "/copyToClipboard-url"
|
|
51
63
|
}
|
|
52
64
|
},
|
|
53
|
-
"
|
|
65
|
+
"with_guest_author": {
|
|
54
66
|
"_showDate": true,
|
|
55
|
-
|
|
67
|
+
|
|
56
68
|
"hasDwellTime": true,
|
|
69
|
+
"editorialData": {
|
|
70
|
+
"hasOneAuthor": true,
|
|
71
|
+
"hasAuthors": true,
|
|
72
|
+
"hasMultipleAuthors": false,
|
|
73
|
+
"firstAuthorItem": {
|
|
74
|
+
"hasProfileLink": false,
|
|
75
|
+
"from": "Von",
|
|
76
|
+
"delimiter": "",
|
|
77
|
+
"textAfterAuthor": "Gast Autor"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
57
80
|
"documentModificationDate": {
|
|
58
81
|
"isModificationDate": false,
|
|
59
82
|
"isPublicationDate": true,
|
|
@@ -61,30 +84,54 @@
|
|
|
61
84
|
"date": "15.02.24",
|
|
62
85
|
"time": "19:30"
|
|
63
86
|
},
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
"
|
|
87
|
+
"socialSharing": {
|
|
88
|
+
"facebookLink": "/facebookLink-url",
|
|
89
|
+
"whatsappLink": "/whatsappLink-url",
|
|
90
|
+
"mailtoLink": "/mailtoLink-url",
|
|
91
|
+
"copyToClipboardLink": "/copyToClipboard-url"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"with_more_authors": {
|
|
95
|
+
"_showDate": true,
|
|
96
|
+
"hasAuthors": true,
|
|
97
|
+
"hasMultipleAuthors": true,
|
|
98
|
+
"hasDwellTime": true,
|
|
99
|
+
"editorialData": {
|
|
100
|
+
"hasOneAuthor": false,
|
|
101
|
+
"hasAuthors": true,
|
|
102
|
+
"hasMultipleAuthors": true,
|
|
103
|
+
"authorItems": [
|
|
104
|
+
{
|
|
105
|
+
"hasProfileLink": false,
|
|
106
|
+
"from": "Von",
|
|
107
|
+
"textAfterAuthor": "Horst Schlämmer",
|
|
108
|
+
"delimiter": ", "
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"hasProfileLink": false,
|
|
112
|
+
"from": "",
|
|
113
|
+
"textAfterAuthor": "Karl Dall",
|
|
114
|
+
"delimiter": " und "
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"hasProfileLink": true,
|
|
118
|
+
"from": "",
|
|
119
|
+
"authorName": "Peter Lustig",
|
|
120
|
+
"delimiter": "",
|
|
121
|
+
"link": {
|
|
122
|
+
"url": "/author-url",
|
|
123
|
+
"isTargetBlank": false
|
|
124
|
+
}
|
|
85
125
|
}
|
|
86
|
-
|
|
87
|
-
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"documentModificationDate": {
|
|
129
|
+
"isModificationDate": false,
|
|
130
|
+
"isPublicationDate": true,
|
|
131
|
+
"htmlDateTime": "2024-02-15T19:30+0200",
|
|
132
|
+
"date": "15.02.24",
|
|
133
|
+
"time": "19:30"
|
|
134
|
+
},
|
|
88
135
|
"socialSharing": {
|
|
89
136
|
"facebookLink": "/facebookLink-url",
|
|
90
137
|
"whatsappLink": "/whatsappLink-url",
|
|
@@ -35,6 +35,15 @@
|
|
|
35
35
|
"@->contentpath": "with_author"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
+
"metadatabox_with_one_guest_author": {
|
|
39
|
+
"config": {
|
|
40
|
+
"css": "w-[724px] mx-auto"
|
|
41
|
+
},
|
|
42
|
+
"args": {
|
|
43
|
+
"@->jsoninclude": "page/metadatabox.inc.json",
|
|
44
|
+
"@->contentpath": "with_guest_author"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
38
47
|
"metadatabox_with_one_author_and_comments": {
|
|
39
48
|
"config": {
|
|
40
49
|
"css": "w-[724px] mx-auto"
|
|
@@ -59,7 +68,7 @@
|
|
|
59
68
|
"@->contentpath": "with_author",
|
|
60
69
|
"@->overrides": [
|
|
61
70
|
{
|
|
62
|
-
"@->contentpath": "
|
|
71
|
+
"@->contentpath": "editorialData.firstAuthorItem.profileImage",
|
|
63
72
|
"@->value": {}
|
|
64
73
|
}
|
|
65
74
|
]
|