hr-design-system-handlebars 1.74.14 β 1.75.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 +3 -3
- package/dist/views/components/content/copytext/components/accordion/accordion.hbs +2 -2
- package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +4 -4
- package/dist/views/components/content/copytext/copytext.hbs +1 -126
- package/dist/views/components/content/copytext/copytext_body.hbs +125 -0
- package/dist/views/components/page/story/story_article.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/accordion/accordion.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +4 -4
- package/dist/views_static/components/content/copytext/copytext.hbs +1 -126
- package/dist/views_static/components/content/copytext/copytext_body.hbs +125 -0
- package/dist/views_static/components/page/story/story_article.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/accordion/accordion.hbs +2 -2
- package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +4 -4
- package/src/stories/views/components/content/copytext/copytext.hbs +1 -126
- package/src/stories/views/components/content/copytext/copytext_body.hbs +125 -0
- package/src/stories/views/components/page/story/story_article.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.75.0 (Wed Jun 26 2024)
|
|
2
|
+
|
|
3
|
+
#### π Enhancement
|
|
4
|
+
|
|
5
|
+
- prepare copytext for accordion [#969](https://github.com/mumprod/hr-design-system-handlebars/pull/969) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.74.14 (Wed Jun 26 2024)
|
|
2
14
|
|
|
3
15
|
#### π Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3368,7 +3368,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3368
3368
|
border-bottom-color: var(--color-secondary-ds);
|
|
3369
3369
|
}
|
|
3370
3370
|
.counter-reset {
|
|
3371
|
-
counter-reset:
|
|
3371
|
+
counter-reset: cnt1719417072440;
|
|
3372
3372
|
}
|
|
3373
3373
|
.hyphens-auto {
|
|
3374
3374
|
-webkit-hyphens: auto;
|
|
@@ -3747,7 +3747,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3747
3747
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3748
3748
|
}
|
|
3749
3749
|
.-ordered {
|
|
3750
|
-
counter-increment:
|
|
3750
|
+
counter-increment: cnt1719417072440 1;
|
|
3751
3751
|
}
|
|
3752
3752
|
.-ordered::before {
|
|
3753
3753
|
position: absolute;
|
|
@@ -3763,7 +3763,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3763
3763
|
letter-spacing: .0125em;
|
|
3764
3764
|
--tw-text-opacity: 1;
|
|
3765
3765
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3766
|
-
content: counter(
|
|
3766
|
+
content: counter(cnt1719417072440);
|
|
3767
3767
|
}
|
|
3768
3768
|
/*! ****************************/
|
|
3769
3769
|
/*! DataPolicy stuff */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{#if this.title}}
|
|
2
|
-
<h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
|
|
2
|
+
<h2 class="clear-both mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
|
|
3
3
|
{{/if}}
|
|
4
|
-
<div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} mt-11{{/unless}}">
|
|
4
|
+
<div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-11{{/unless}}">
|
|
5
5
|
{{#each this.copytextParagraph }}
|
|
6
6
|
{{#if this.isHeadline}}
|
|
7
7
|
{{#unless @first}}</div></div>{{/unless}}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{{#if this.isText}}
|
|
2
|
-
<p class="
|
|
2
|
+
<p class="pt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
3
3
|
{{/if}}
|
|
4
4
|
{{#if this.isUl}}
|
|
5
|
-
<ul class="
|
|
5
|
+
<ul class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
6
|
{{/if}}
|
|
7
7
|
{{#if this.isOl}}
|
|
8
|
-
<ol class="
|
|
9
|
-
{{/if}}
|
|
8
|
+
<ol class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
|
+
{{/if}}
|
|
@@ -3,132 +3,7 @@
|
|
|
3
3
|
{{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
|
|
4
4
|
{{~/with}}
|
|
5
5
|
{{#each this.copytextParagraph }}
|
|
6
|
-
{{
|
|
7
|
-
{{> components/content/copytext/components/headline }}
|
|
8
|
-
{{/if}}
|
|
9
|
-
|
|
10
|
-
{{#unless this.isInfoBox}}
|
|
11
|
-
{{~#with this.paragraphBoxItem }}
|
|
12
|
-
{{~#if this.isImage}}
|
|
13
|
-
{{~> components/content/copytext/components/image/image _isWebview=../../_isWebview}}
|
|
14
|
-
{{/if~}}
|
|
15
|
-
{{~#if this.isContentBox}}
|
|
16
|
-
{{~> components/content/copytext/components/contentbox/contentbox ~}}
|
|
17
|
-
{{/if~}}
|
|
18
|
-
{{~#if this.isAccordion}}
|
|
19
|
-
{{~> components/content/copytext/components/accordion/accordion ~}}
|
|
20
|
-
{{/if~}}
|
|
21
|
-
{{~#if this.isGallery}}
|
|
22
|
-
{{> components/content/copytext/components/gallery }}
|
|
23
|
-
{{/if~}}
|
|
24
|
-
{{~#if this.isFileDownload}}
|
|
25
|
-
{{> components/content/copytext/components/filedownload }}
|
|
26
|
-
{{/if~}}
|
|
27
|
-
{{~#if this.isMap}}
|
|
28
|
-
{{> components/content/copytext/components/map }}
|
|
29
|
-
{{/if~}}
|
|
30
|
-
{{~#if this.isWebForm}}
|
|
31
|
-
{{> components/content/copytext/components/webform }}
|
|
32
|
-
{{/if~}}
|
|
33
|
-
{{~#if this.isNewsletter}}
|
|
34
|
-
{{> components/content/copytext/components/newsletter }}
|
|
35
|
-
{{/if~}}
|
|
36
|
-
{{~#if this.isAudio}}
|
|
37
|
-
{{> components/content/copytext/components/audio }}
|
|
38
|
-
{{/if~}}
|
|
39
|
-
{{~#if this.isAudioEventLivestream}}
|
|
40
|
-
{{> components/content/copytext/components/audioeventlivestream }}
|
|
41
|
-
{{/if~}}
|
|
42
|
-
{{~#if this.isPodcastEpisode}}
|
|
43
|
-
{{> components/content/copytext/components/podcastepisode }}
|
|
44
|
-
{{/if~}}
|
|
45
|
-
{{~#if this.isVideo}}
|
|
46
|
-
{{> components/content/copytext/components/video/video }}
|
|
47
|
-
{{/if~}}
|
|
48
|
-
{{~#if this.isLivestream}}
|
|
49
|
-
{{> components/content/copytext/components/videolivestream }}
|
|
50
|
-
{{/if~}}
|
|
51
|
-
{{~#if this.isTweet}}
|
|
52
|
-
{{> components/content/copytext/components/tweet }}
|
|
53
|
-
{{~/if}}
|
|
54
|
-
{{~#if this.isRadioPlaylist}}
|
|
55
|
-
{{> components/content/copytext/components/radioplaylist }}
|
|
56
|
-
{{~/if}}
|
|
57
|
-
{{~#if this.isVoting}}
|
|
58
|
-
{{> components/content/copytext/components/voting }}
|
|
59
|
-
{{/if~}}
|
|
60
|
-
{{~#if this.isExternalService}}
|
|
61
|
-
{{> components/content/copytext/components/externalservice }}
|
|
62
|
-
{{/if~}}
|
|
63
|
-
{{~#if this.isContentNav}}
|
|
64
|
-
{{#with this.toModel.contentNavigationTeaser}}
|
|
65
|
-
{{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
|
|
66
|
-
{{/with}}
|
|
67
|
-
{{/if~}}
|
|
68
|
-
{{~/with}}
|
|
69
|
-
{{/unless}}
|
|
70
|
-
|
|
71
|
-
{{~#with this.paragraphTeaserItem }}
|
|
72
|
-
{{~#if this.isTopictag}}
|
|
73
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
74
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
75
|
-
{{/with}}
|
|
76
|
-
{{/if~}}
|
|
77
|
-
{{~#if this.isTicker}}
|
|
78
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
79
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
80
|
-
{{/with}}
|
|
81
|
-
{{/if~}}
|
|
82
|
-
{{~#if this.isLink}}
|
|
83
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
84
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
85
|
-
{{/with}}
|
|
86
|
-
{{/if~}}
|
|
87
|
-
{{~#if this.isStructureNodeDocument}}
|
|
88
|
-
{{#with this.toModel.structureNodeTeaser}}
|
|
89
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
90
|
-
{{/with}}
|
|
91
|
-
{{/if~}}
|
|
92
|
-
{{~#if this.isStory}}
|
|
93
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
94
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
95
|
-
{{/with}}
|
|
96
|
-
{{/if~}}
|
|
97
|
-
{{~#if this.isProgram}}
|
|
98
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
99
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
100
|
-
{{/with}}
|
|
101
|
-
{{/if~}}
|
|
102
|
-
{{~#if this.isEvent}}
|
|
103
|
-
{{#with this.toModel.eventTeaser}}
|
|
104
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
105
|
-
{{/with}}
|
|
106
|
-
{{/if~}}
|
|
107
|
-
{{~/with}}
|
|
108
|
-
|
|
109
|
-
{{#if this.isParagraph}}
|
|
110
|
-
{{> components/content/copytext/components/paragraph/paragraph }}
|
|
111
|
-
{{/if}}
|
|
112
|
-
|
|
113
|
-
{{#if this.isCite}}
|
|
114
|
-
{{> components/content/copytext/components/cite }}
|
|
115
|
-
{{/if}}
|
|
116
|
-
|
|
117
|
-
{{#if this.isInfoBox}}
|
|
118
|
-
{{> components/content/copytext/components/infobox }}
|
|
119
|
-
{{/if}}
|
|
120
|
-
{{#if this.isAdditionalInfo}}
|
|
121
|
-
{{> components/content/copytext/components/additionalinfo }}
|
|
122
|
-
{{/if}}
|
|
123
|
-
{{#if this.isDownloadBox}}
|
|
124
|
-
{{> components/content/copytext/components/downloadbox/downloadbox }}
|
|
125
|
-
{{/if}}
|
|
126
|
-
{{#if this.isFAQ}}
|
|
127
|
-
{{> components/content/copytext/components/faq }}
|
|
128
|
-
{{/if}}
|
|
129
|
-
{{#if this.isJobposting}}
|
|
130
|
-
{{> components/content/copytext/components/jobposting }}
|
|
131
|
-
{{/if}}
|
|
6
|
+
{{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
|
|
132
7
|
{{/each}}
|
|
133
8
|
</div>
|
|
134
9
|
{{! Globaler Einstellungsbutton; nur fΓΌr Copytext/Externe Dienste Story;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{{#if this.isHeadline}}
|
|
2
|
+
{{> components/content/copytext/components/headline }}
|
|
3
|
+
{{/if}}
|
|
4
|
+
{{#unless this.isInfoBox}}
|
|
5
|
+
{{~#with this.paragraphBoxItem }}
|
|
6
|
+
{{~#if this.isImage}}
|
|
7
|
+
{{~> components/content/copytext/components/image/image}}
|
|
8
|
+
{{/if~}}
|
|
9
|
+
{{~#if this.isContentBox}}
|
|
10
|
+
{{~> components/content/copytext/components/contentbox/contentbox ~}}
|
|
11
|
+
{{/if~}}
|
|
12
|
+
{{~#if this.isAccordion}}
|
|
13
|
+
{{~> components/content/copytext/components/accordion/accordion ~}}
|
|
14
|
+
{{/if~}}
|
|
15
|
+
{{~#if this.isGallery}}
|
|
16
|
+
{{> components/content/copytext/components/gallery }}
|
|
17
|
+
{{/if~}}
|
|
18
|
+
{{~#if this.isFileDownload}}
|
|
19
|
+
{{> components/content/copytext/components/filedownload }}
|
|
20
|
+
{{/if~}}
|
|
21
|
+
{{~#if this.isMap}}
|
|
22
|
+
{{> components/content/copytext/components/map }}
|
|
23
|
+
{{/if~}}
|
|
24
|
+
{{~#if this.isWebForm}}
|
|
25
|
+
{{> components/content/copytext/components/webform }}
|
|
26
|
+
{{/if~}}
|
|
27
|
+
{{~#if this.isNewsletter}}
|
|
28
|
+
{{> components/content/copytext/components/newsletter }}
|
|
29
|
+
{{/if~}}
|
|
30
|
+
{{~#if this.isAudio}}
|
|
31
|
+
{{> components/content/copytext/components/audio }}
|
|
32
|
+
{{/if~}}
|
|
33
|
+
{{~#if this.isAudioEventLivestream}}
|
|
34
|
+
{{> components/content/copytext/components/audioeventlivestream }}
|
|
35
|
+
{{/if~}}
|
|
36
|
+
{{~#if this.isPodcastEpisode}}
|
|
37
|
+
{{> components/content/copytext/components/podcastepisode }}
|
|
38
|
+
{{/if~}}
|
|
39
|
+
{{~#if this.isVideo}}
|
|
40
|
+
{{> components/content/copytext/components/video/video }}
|
|
41
|
+
{{/if~}}
|
|
42
|
+
{{~#if this.isLivestream}}
|
|
43
|
+
{{> components/content/copytext/components/videolivestream }}
|
|
44
|
+
{{/if~}}
|
|
45
|
+
{{~#if this.isTweet}}
|
|
46
|
+
{{> components/content/copytext/components/tweet }}
|
|
47
|
+
{{~/if}}
|
|
48
|
+
{{~#if this.isRadioPlaylist}}
|
|
49
|
+
{{> components/content/copytext/components/radioplaylist }}
|
|
50
|
+
{{~/if}}
|
|
51
|
+
{{~#if this.isVoting}}
|
|
52
|
+
{{> components/content/copytext/components/voting }}
|
|
53
|
+
{{/if~}}
|
|
54
|
+
{{~#if this.isExternalService}}
|
|
55
|
+
{{> components/content/copytext/components/externalservice }}
|
|
56
|
+
{{/if~}}
|
|
57
|
+
{{~#if this.isContentNav}}
|
|
58
|
+
{{#with this.toModel.contentNavigationTeaser}}
|
|
59
|
+
{{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
|
|
60
|
+
{{/with}}
|
|
61
|
+
{{/if~}}
|
|
62
|
+
{{~/with}}
|
|
63
|
+
{{/unless}}
|
|
64
|
+
|
|
65
|
+
{{~#with this.paragraphTeaserItem }}
|
|
66
|
+
{{~#if this.isTopictag}}
|
|
67
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
68
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
69
|
+
{{/with}}
|
|
70
|
+
{{/if~}}
|
|
71
|
+
{{~#if this.isTicker}}
|
|
72
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
73
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
74
|
+
{{/with}}
|
|
75
|
+
{{/if~}}
|
|
76
|
+
{{~#if this.isLink}}
|
|
77
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
78
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
79
|
+
{{/with}}
|
|
80
|
+
{{/if~}}
|
|
81
|
+
{{~#if this.isStructureNodeDocument}}
|
|
82
|
+
{{#with this.toModel.structureNodeTeaser}}
|
|
83
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
84
|
+
{{/with}}
|
|
85
|
+
{{/if~}}
|
|
86
|
+
{{~#if this.isStory}}
|
|
87
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
88
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
89
|
+
{{/with}}
|
|
90
|
+
{{/if~}}
|
|
91
|
+
{{~#if this.isProgram}}
|
|
92
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
93
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
94
|
+
{{/with}}
|
|
95
|
+
{{/if~}}
|
|
96
|
+
{{~#if this.isEvent}}
|
|
97
|
+
{{#with this.toModel.eventTeaser}}
|
|
98
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
99
|
+
{{/with}}
|
|
100
|
+
{{/if~}}
|
|
101
|
+
{{~/with}}
|
|
102
|
+
|
|
103
|
+
{{#if this.isParagraph}}
|
|
104
|
+
{{> components/content/copytext/components/paragraph/paragraph }}
|
|
105
|
+
{{/if}}
|
|
106
|
+
|
|
107
|
+
{{#if this.isCite}}
|
|
108
|
+
{{> components/content/copytext/components/cite }}
|
|
109
|
+
{{/if}}
|
|
110
|
+
|
|
111
|
+
{{#if this.isInfoBox}}
|
|
112
|
+
{{> components/content/copytext/components/infobox }}
|
|
113
|
+
{{/if}}
|
|
114
|
+
{{#if this.isAdditionalInfo}}
|
|
115
|
+
{{> components/content/copytext/components/additionalinfo }}
|
|
116
|
+
{{/if}}
|
|
117
|
+
{{#if this.isDownloadBox}}
|
|
118
|
+
{{> components/content/copytext/components/downloadbox/downloadbox }}
|
|
119
|
+
{{/if}}
|
|
120
|
+
{{#if this.isFAQ}}
|
|
121
|
+
{{> components/content/copytext/components/faq }}
|
|
122
|
+
{{/if}}
|
|
123
|
+
{{#if this.isJobposting}}
|
|
124
|
+
{{> components/content/copytext/components/jobposting }}
|
|
125
|
+
{{/if}}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
_source=this.source
|
|
38
38
|
_isArchiveContent=this.isArchiveContent ~}}
|
|
39
39
|
|
|
40
|
-
{{> components/page/components/appendix _isArticle=true }}
|
|
40
|
+
{{> components/page/components/appendix _isArticle=true _webview=../../_webview-adjust_context}}
|
|
41
41
|
|
|
42
42
|
{{> components/page/components/comments }}
|
|
43
43
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{#if this.title}}
|
|
2
|
-
<h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
|
|
2
|
+
<h2 class="clear-both mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
|
|
3
3
|
{{/if}}
|
|
4
|
-
<div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} mt-11{{/unless}}">
|
|
4
|
+
<div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-11{{/unless}}">
|
|
5
5
|
{{#each this.copytextParagraph }}
|
|
6
6
|
{{#if this.isHeadline}}
|
|
7
7
|
{{#unless @first}}</div></div>{{/unless}}
|
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="
|
|
2
|
+
<p class="pt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
3
3
|
{{/if}}
|
|
4
4
|
{{#if this.isUl}}
|
|
5
|
-
<ul class="
|
|
5
|
+
<ul class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
6
|
{{/if}}
|
|
7
7
|
{{#if this.isOl}}
|
|
8
|
-
<ol class="
|
|
9
|
-
{{/if}}
|
|
8
|
+
<ol class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
|
+
{{/if}}
|
|
@@ -3,132 +3,7 @@
|
|
|
3
3
|
{{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
|
|
4
4
|
{{~/with}}
|
|
5
5
|
{{#each this.copytextParagraph }}
|
|
6
|
-
{{
|
|
7
|
-
{{> components/content/copytext/components/headline }}
|
|
8
|
-
{{/if}}
|
|
9
|
-
|
|
10
|
-
{{#unless this.isInfoBox}}
|
|
11
|
-
{{~#with this.paragraphBoxItem }}
|
|
12
|
-
{{~#if this.isImage}}
|
|
13
|
-
{{~> components/content/copytext/components/image/image _isWebview=../../_isWebview}}
|
|
14
|
-
{{/if~}}
|
|
15
|
-
{{~#if this.isContentBox}}
|
|
16
|
-
{{~> components/content/copytext/components/contentbox/contentbox ~}}
|
|
17
|
-
{{/if~}}
|
|
18
|
-
{{~#if this.isAccordion}}
|
|
19
|
-
{{~> components/content/copytext/components/accordion/accordion ~}}
|
|
20
|
-
{{/if~}}
|
|
21
|
-
{{~#if this.isGallery}}
|
|
22
|
-
{{> components/content/copytext/components/gallery }}
|
|
23
|
-
{{/if~}}
|
|
24
|
-
{{~#if this.isFileDownload}}
|
|
25
|
-
{{> components/content/copytext/components/filedownload }}
|
|
26
|
-
{{/if~}}
|
|
27
|
-
{{~#if this.isMap}}
|
|
28
|
-
{{> components/content/copytext/components/map }}
|
|
29
|
-
{{/if~}}
|
|
30
|
-
{{~#if this.isWebForm}}
|
|
31
|
-
{{> components/content/copytext/components/webform }}
|
|
32
|
-
{{/if~}}
|
|
33
|
-
{{~#if this.isNewsletter}}
|
|
34
|
-
{{> components/content/copytext/components/newsletter }}
|
|
35
|
-
{{/if~}}
|
|
36
|
-
{{~#if this.isAudio}}
|
|
37
|
-
{{> components/content/copytext/components/audio }}
|
|
38
|
-
{{/if~}}
|
|
39
|
-
{{~#if this.isAudioEventLivestream}}
|
|
40
|
-
{{> components/content/copytext/components/audioeventlivestream }}
|
|
41
|
-
{{/if~}}
|
|
42
|
-
{{~#if this.isPodcastEpisode}}
|
|
43
|
-
{{> components/content/copytext/components/podcastepisode }}
|
|
44
|
-
{{/if~}}
|
|
45
|
-
{{~#if this.isVideo}}
|
|
46
|
-
{{> components/content/copytext/components/video/video }}
|
|
47
|
-
{{/if~}}
|
|
48
|
-
{{~#if this.isLivestream}}
|
|
49
|
-
{{> components/content/copytext/components/videolivestream }}
|
|
50
|
-
{{/if~}}
|
|
51
|
-
{{~#if this.isTweet}}
|
|
52
|
-
{{> components/content/copytext/components/tweet }}
|
|
53
|
-
{{~/if}}
|
|
54
|
-
{{~#if this.isRadioPlaylist}}
|
|
55
|
-
{{> components/content/copytext/components/radioplaylist }}
|
|
56
|
-
{{~/if}}
|
|
57
|
-
{{~#if this.isVoting}}
|
|
58
|
-
{{> components/content/copytext/components/voting }}
|
|
59
|
-
{{/if~}}
|
|
60
|
-
{{~#if this.isExternalService}}
|
|
61
|
-
{{> components/content/copytext/components/externalservice }}
|
|
62
|
-
{{/if~}}
|
|
63
|
-
{{~#if this.isContentNav}}
|
|
64
|
-
{{#with this.toModel.contentNavigationTeaser}}
|
|
65
|
-
{{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
|
|
66
|
-
{{/with}}
|
|
67
|
-
{{/if~}}
|
|
68
|
-
{{~/with}}
|
|
69
|
-
{{/unless}}
|
|
70
|
-
|
|
71
|
-
{{~#with this.paragraphTeaserItem }}
|
|
72
|
-
{{~#if this.isTopictag}}
|
|
73
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
74
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
75
|
-
{{/with}}
|
|
76
|
-
{{/if~}}
|
|
77
|
-
{{~#if this.isTicker}}
|
|
78
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
79
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
80
|
-
{{/with}}
|
|
81
|
-
{{/if~}}
|
|
82
|
-
{{~#if this.isLink}}
|
|
83
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
84
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
85
|
-
{{/with}}
|
|
86
|
-
{{/if~}}
|
|
87
|
-
{{~#if this.isStructureNodeDocument}}
|
|
88
|
-
{{#with this.toModel.structureNodeTeaser}}
|
|
89
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
90
|
-
{{/with}}
|
|
91
|
-
{{/if~}}
|
|
92
|
-
{{~#if this.isStory}}
|
|
93
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
94
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
95
|
-
{{/with}}
|
|
96
|
-
{{/if~}}
|
|
97
|
-
{{~#if this.isProgram}}
|
|
98
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
99
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
100
|
-
{{/with}}
|
|
101
|
-
{{/if~}}
|
|
102
|
-
{{~#if this.isEvent}}
|
|
103
|
-
{{#with this.toModel.eventTeaser}}
|
|
104
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
105
|
-
{{/with}}
|
|
106
|
-
{{/if~}}
|
|
107
|
-
{{~/with}}
|
|
108
|
-
|
|
109
|
-
{{#if this.isParagraph}}
|
|
110
|
-
{{> components/content/copytext/components/paragraph/paragraph }}
|
|
111
|
-
{{/if}}
|
|
112
|
-
|
|
113
|
-
{{#if this.isCite}}
|
|
114
|
-
{{> components/content/copytext/components/cite }}
|
|
115
|
-
{{/if}}
|
|
116
|
-
|
|
117
|
-
{{#if this.isInfoBox}}
|
|
118
|
-
{{> components/content/copytext/components/infobox }}
|
|
119
|
-
{{/if}}
|
|
120
|
-
{{#if this.isAdditionalInfo}}
|
|
121
|
-
{{> components/content/copytext/components/additionalinfo }}
|
|
122
|
-
{{/if}}
|
|
123
|
-
{{#if this.isDownloadBox}}
|
|
124
|
-
{{> components/content/copytext/components/downloadbox/downloadbox }}
|
|
125
|
-
{{/if}}
|
|
126
|
-
{{#if this.isFAQ}}
|
|
127
|
-
{{> components/content/copytext/components/faq }}
|
|
128
|
-
{{/if}}
|
|
129
|
-
{{#if this.isJobposting}}
|
|
130
|
-
{{> components/content/copytext/components/jobposting }}
|
|
131
|
-
{{/if}}
|
|
6
|
+
{{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
|
|
132
7
|
{{/each}}
|
|
133
8
|
</div>
|
|
134
9
|
{{! Globaler Einstellungsbutton; nur fΓΌr Copytext/Externe Dienste Story;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{{#if this.isHeadline}}
|
|
2
|
+
{{> components/content/copytext/components/headline }}
|
|
3
|
+
{{/if}}
|
|
4
|
+
{{#unless this.isInfoBox}}
|
|
5
|
+
{{~#with this.paragraphBoxItem }}
|
|
6
|
+
{{~#if this.isImage}}
|
|
7
|
+
{{~> components/content/copytext/components/image/image}}
|
|
8
|
+
{{/if~}}
|
|
9
|
+
{{~#if this.isContentBox}}
|
|
10
|
+
{{~> components/content/copytext/components/contentbox/contentbox ~}}
|
|
11
|
+
{{/if~}}
|
|
12
|
+
{{~#if this.isAccordion}}
|
|
13
|
+
{{~> components/content/copytext/components/accordion/accordion ~}}
|
|
14
|
+
{{/if~}}
|
|
15
|
+
{{~#if this.isGallery}}
|
|
16
|
+
{{> components/content/copytext/components/gallery }}
|
|
17
|
+
{{/if~}}
|
|
18
|
+
{{~#if this.isFileDownload}}
|
|
19
|
+
{{> components/content/copytext/components/filedownload }}
|
|
20
|
+
{{/if~}}
|
|
21
|
+
{{~#if this.isMap}}
|
|
22
|
+
{{> components/content/copytext/components/map }}
|
|
23
|
+
{{/if~}}
|
|
24
|
+
{{~#if this.isWebForm}}
|
|
25
|
+
{{> components/content/copytext/components/webform }}
|
|
26
|
+
{{/if~}}
|
|
27
|
+
{{~#if this.isNewsletter}}
|
|
28
|
+
{{> components/content/copytext/components/newsletter }}
|
|
29
|
+
{{/if~}}
|
|
30
|
+
{{~#if this.isAudio}}
|
|
31
|
+
{{> components/content/copytext/components/audio }}
|
|
32
|
+
{{/if~}}
|
|
33
|
+
{{~#if this.isAudioEventLivestream}}
|
|
34
|
+
{{> components/content/copytext/components/audioeventlivestream }}
|
|
35
|
+
{{/if~}}
|
|
36
|
+
{{~#if this.isPodcastEpisode}}
|
|
37
|
+
{{> components/content/copytext/components/podcastepisode }}
|
|
38
|
+
{{/if~}}
|
|
39
|
+
{{~#if this.isVideo}}
|
|
40
|
+
{{> components/content/copytext/components/video/video }}
|
|
41
|
+
{{/if~}}
|
|
42
|
+
{{~#if this.isLivestream}}
|
|
43
|
+
{{> components/content/copytext/components/videolivestream }}
|
|
44
|
+
{{/if~}}
|
|
45
|
+
{{~#if this.isTweet}}
|
|
46
|
+
{{> components/content/copytext/components/tweet }}
|
|
47
|
+
{{~/if}}
|
|
48
|
+
{{~#if this.isRadioPlaylist}}
|
|
49
|
+
{{> components/content/copytext/components/radioplaylist }}
|
|
50
|
+
{{~/if}}
|
|
51
|
+
{{~#if this.isVoting}}
|
|
52
|
+
{{> components/content/copytext/components/voting }}
|
|
53
|
+
{{/if~}}
|
|
54
|
+
{{~#if this.isExternalService}}
|
|
55
|
+
{{> components/content/copytext/components/externalservice }}
|
|
56
|
+
{{/if~}}
|
|
57
|
+
{{~#if this.isContentNav}}
|
|
58
|
+
{{#with this.toModel.contentNavigationTeaser}}
|
|
59
|
+
{{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
|
|
60
|
+
{{/with}}
|
|
61
|
+
{{/if~}}
|
|
62
|
+
{{~/with}}
|
|
63
|
+
{{/unless}}
|
|
64
|
+
|
|
65
|
+
{{~#with this.paragraphTeaserItem }}
|
|
66
|
+
{{~#if this.isTopictag}}
|
|
67
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
68
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
69
|
+
{{/with}}
|
|
70
|
+
{{/if~}}
|
|
71
|
+
{{~#if this.isTicker}}
|
|
72
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
73
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
74
|
+
{{/with}}
|
|
75
|
+
{{/if~}}
|
|
76
|
+
{{~#if this.isLink}}
|
|
77
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
78
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
79
|
+
{{/with}}
|
|
80
|
+
{{/if~}}
|
|
81
|
+
{{~#if this.isStructureNodeDocument}}
|
|
82
|
+
{{#with this.toModel.structureNodeTeaser}}
|
|
83
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
84
|
+
{{/with}}
|
|
85
|
+
{{/if~}}
|
|
86
|
+
{{~#if this.isStory}}
|
|
87
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
88
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
89
|
+
{{/with}}
|
|
90
|
+
{{/if~}}
|
|
91
|
+
{{~#if this.isProgram}}
|
|
92
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
93
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
94
|
+
{{/with}}
|
|
95
|
+
{{/if~}}
|
|
96
|
+
{{~#if this.isEvent}}
|
|
97
|
+
{{#with this.toModel.eventTeaser}}
|
|
98
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
99
|
+
{{/with}}
|
|
100
|
+
{{/if~}}
|
|
101
|
+
{{~/with}}
|
|
102
|
+
|
|
103
|
+
{{#if this.isParagraph}}
|
|
104
|
+
{{> components/content/copytext/components/paragraph/paragraph }}
|
|
105
|
+
{{/if}}
|
|
106
|
+
|
|
107
|
+
{{#if this.isCite}}
|
|
108
|
+
{{> components/content/copytext/components/cite }}
|
|
109
|
+
{{/if}}
|
|
110
|
+
|
|
111
|
+
{{#if this.isInfoBox}}
|
|
112
|
+
{{> components/content/copytext/components/infobox }}
|
|
113
|
+
{{/if}}
|
|
114
|
+
{{#if this.isAdditionalInfo}}
|
|
115
|
+
{{> components/content/copytext/components/additionalinfo }}
|
|
116
|
+
{{/if}}
|
|
117
|
+
{{#if this.isDownloadBox}}
|
|
118
|
+
{{> components/content/copytext/components/downloadbox/downloadbox }}
|
|
119
|
+
{{/if}}
|
|
120
|
+
{{#if this.isFAQ}}
|
|
121
|
+
{{> components/content/copytext/components/faq }}
|
|
122
|
+
{{/if}}
|
|
123
|
+
{{#if this.isJobposting}}
|
|
124
|
+
{{> components/content/copytext/components/jobposting }}
|
|
125
|
+
{{/if}}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
_source=this.source
|
|
38
38
|
_isArchiveContent=this.isArchiveContent ~}}
|
|
39
39
|
|
|
40
|
-
{{> components/page/components/appendix _isArticle=true }}
|
|
40
|
+
{{> components/page/components/appendix _isArticle=true _webview=_webview}}
|
|
41
41
|
|
|
42
42
|
{{> components/page/components/comments }}
|
|
43
43
|
|
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.75.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{#if this.title}}
|
|
2
|
-
<h2 class="mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
|
|
2
|
+
<h2 class="clear-both mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
|
|
3
3
|
{{/if}}
|
|
4
|
-
<div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} mt-11{{/unless}}">
|
|
4
|
+
<div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-11{{/unless}}">
|
|
5
5
|
{{#each this.copytextParagraph }}
|
|
6
6
|
{{#if this.isHeadline}}
|
|
7
7
|
{{#unless @first}}</div></div>{{/unless}}
|
package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{{#if this.isText}}
|
|
2
|
-
<p class="
|
|
2
|
+
<p class="pt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
3
3
|
{{/if}}
|
|
4
4
|
{{#if this.isUl}}
|
|
5
|
-
<ul class="
|
|
5
|
+
<ul class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
6
|
{{/if}}
|
|
7
7
|
{{#if this.isOl}}
|
|
8
|
-
<ol class="
|
|
9
|
-
{{/if}}
|
|
8
|
+
<ol class="pt-6 pl-5 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
|
+
{{/if}}
|
|
@@ -3,132 +3,7 @@
|
|
|
3
3
|
{{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
|
|
4
4
|
{{~/with}}
|
|
5
5
|
{{#each this.copytextParagraph }}
|
|
6
|
-
{{
|
|
7
|
-
{{> components/content/copytext/components/headline }}
|
|
8
|
-
{{/if}}
|
|
9
|
-
|
|
10
|
-
{{#unless this.isInfoBox}}
|
|
11
|
-
{{~#with this.paragraphBoxItem }}
|
|
12
|
-
{{~#if this.isImage}}
|
|
13
|
-
{{~> components/content/copytext/components/image/image _isWebview=../../_isWebview}}
|
|
14
|
-
{{/if~}}
|
|
15
|
-
{{~#if this.isContentBox}}
|
|
16
|
-
{{~> components/content/copytext/components/contentbox/contentbox ~}}
|
|
17
|
-
{{/if~}}
|
|
18
|
-
{{~#if this.isAccordion}}
|
|
19
|
-
{{~> components/content/copytext/components/accordion/accordion ~}}
|
|
20
|
-
{{/if~}}
|
|
21
|
-
{{~#if this.isGallery}}
|
|
22
|
-
{{> components/content/copytext/components/gallery }}
|
|
23
|
-
{{/if~}}
|
|
24
|
-
{{~#if this.isFileDownload}}
|
|
25
|
-
{{> components/content/copytext/components/filedownload }}
|
|
26
|
-
{{/if~}}
|
|
27
|
-
{{~#if this.isMap}}
|
|
28
|
-
{{> components/content/copytext/components/map }}
|
|
29
|
-
{{/if~}}
|
|
30
|
-
{{~#if this.isWebForm}}
|
|
31
|
-
{{> components/content/copytext/components/webform }}
|
|
32
|
-
{{/if~}}
|
|
33
|
-
{{~#if this.isNewsletter}}
|
|
34
|
-
{{> components/content/copytext/components/newsletter }}
|
|
35
|
-
{{/if~}}
|
|
36
|
-
{{~#if this.isAudio}}
|
|
37
|
-
{{> components/content/copytext/components/audio }}
|
|
38
|
-
{{/if~}}
|
|
39
|
-
{{~#if this.isAudioEventLivestream}}
|
|
40
|
-
{{> components/content/copytext/components/audioeventlivestream }}
|
|
41
|
-
{{/if~}}
|
|
42
|
-
{{~#if this.isPodcastEpisode}}
|
|
43
|
-
{{> components/content/copytext/components/podcastepisode }}
|
|
44
|
-
{{/if~}}
|
|
45
|
-
{{~#if this.isVideo}}
|
|
46
|
-
{{> components/content/copytext/components/video/video }}
|
|
47
|
-
{{/if~}}
|
|
48
|
-
{{~#if this.isLivestream}}
|
|
49
|
-
{{> components/content/copytext/components/videolivestream }}
|
|
50
|
-
{{/if~}}
|
|
51
|
-
{{~#if this.isTweet}}
|
|
52
|
-
{{> components/content/copytext/components/tweet }}
|
|
53
|
-
{{~/if}}
|
|
54
|
-
{{~#if this.isRadioPlaylist}}
|
|
55
|
-
{{> components/content/copytext/components/radioplaylist }}
|
|
56
|
-
{{~/if}}
|
|
57
|
-
{{~#if this.isVoting}}
|
|
58
|
-
{{> components/content/copytext/components/voting }}
|
|
59
|
-
{{/if~}}
|
|
60
|
-
{{~#if this.isExternalService}}
|
|
61
|
-
{{> components/content/copytext/components/externalservice }}
|
|
62
|
-
{{/if~}}
|
|
63
|
-
{{~#if this.isContentNav}}
|
|
64
|
-
{{#with this.toModel.contentNavigationTeaser}}
|
|
65
|
-
{{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
|
|
66
|
-
{{/with}}
|
|
67
|
-
{{/if~}}
|
|
68
|
-
{{~/with}}
|
|
69
|
-
{{/unless}}
|
|
70
|
-
|
|
71
|
-
{{~#with this.paragraphTeaserItem }}
|
|
72
|
-
{{~#if this.isTopictag}}
|
|
73
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
74
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
75
|
-
{{/with}}
|
|
76
|
-
{{/if~}}
|
|
77
|
-
{{~#if this.isTicker}}
|
|
78
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
79
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
80
|
-
{{/with}}
|
|
81
|
-
{{/if~}}
|
|
82
|
-
{{~#if this.isLink}}
|
|
83
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
84
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
85
|
-
{{/with}}
|
|
86
|
-
{{/if~}}
|
|
87
|
-
{{~#if this.isStructureNodeDocument}}
|
|
88
|
-
{{#with this.toModel.structureNodeTeaser}}
|
|
89
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
90
|
-
{{/with}}
|
|
91
|
-
{{/if~}}
|
|
92
|
-
{{~#if this.isStory}}
|
|
93
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
94
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
95
|
-
{{/with}}
|
|
96
|
-
{{/if~}}
|
|
97
|
-
{{~#if this.isProgram}}
|
|
98
|
-
{{#with this.toModel.baseTeaserDS}}
|
|
99
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
100
|
-
{{/with}}
|
|
101
|
-
{{/if~}}
|
|
102
|
-
{{~#if this.isEvent}}
|
|
103
|
-
{{#with this.toModel.eventTeaser}}
|
|
104
|
-
{{> components/content/copytext/components/posterteaser }}
|
|
105
|
-
{{/with}}
|
|
106
|
-
{{/if~}}
|
|
107
|
-
{{~/with}}
|
|
108
|
-
|
|
109
|
-
{{#if this.isParagraph}}
|
|
110
|
-
{{> components/content/copytext/components/paragraph/paragraph }}
|
|
111
|
-
{{/if}}
|
|
112
|
-
|
|
113
|
-
{{#if this.isCite}}
|
|
114
|
-
{{> components/content/copytext/components/cite }}
|
|
115
|
-
{{/if}}
|
|
116
|
-
|
|
117
|
-
{{#if this.isInfoBox}}
|
|
118
|
-
{{> components/content/copytext/components/infobox }}
|
|
119
|
-
{{/if}}
|
|
120
|
-
{{#if this.isAdditionalInfo}}
|
|
121
|
-
{{> components/content/copytext/components/additionalinfo }}
|
|
122
|
-
{{/if}}
|
|
123
|
-
{{#if this.isDownloadBox}}
|
|
124
|
-
{{> components/content/copytext/components/downloadbox/downloadbox }}
|
|
125
|
-
{{/if}}
|
|
126
|
-
{{#if this.isFAQ}}
|
|
127
|
-
{{> components/content/copytext/components/faq }}
|
|
128
|
-
{{/if}}
|
|
129
|
-
{{#if this.isJobposting}}
|
|
130
|
-
{{> components/content/copytext/components/jobposting }}
|
|
131
|
-
{{/if}}
|
|
6
|
+
{{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
|
|
132
7
|
{{/each}}
|
|
133
8
|
</div>
|
|
134
9
|
{{! Globaler Einstellungsbutton; nur fΓΌr Copytext/Externe Dienste Story;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{{#if this.isHeadline}}
|
|
2
|
+
{{> components/content/copytext/components/headline }}
|
|
3
|
+
{{/if}}
|
|
4
|
+
{{#unless this.isInfoBox}}
|
|
5
|
+
{{~#with this.paragraphBoxItem }}
|
|
6
|
+
{{~#if this.isImage}}
|
|
7
|
+
{{~> components/content/copytext/components/image/image}}
|
|
8
|
+
{{/if~}}
|
|
9
|
+
{{~#if this.isContentBox}}
|
|
10
|
+
{{~> components/content/copytext/components/contentbox/contentbox ~}}
|
|
11
|
+
{{/if~}}
|
|
12
|
+
{{~#if this.isAccordion}}
|
|
13
|
+
{{~> components/content/copytext/components/accordion/accordion ~}}
|
|
14
|
+
{{/if~}}
|
|
15
|
+
{{~#if this.isGallery}}
|
|
16
|
+
{{> components/content/copytext/components/gallery }}
|
|
17
|
+
{{/if~}}
|
|
18
|
+
{{~#if this.isFileDownload}}
|
|
19
|
+
{{> components/content/copytext/components/filedownload }}
|
|
20
|
+
{{/if~}}
|
|
21
|
+
{{~#if this.isMap}}
|
|
22
|
+
{{> components/content/copytext/components/map }}
|
|
23
|
+
{{/if~}}
|
|
24
|
+
{{~#if this.isWebForm}}
|
|
25
|
+
{{> components/content/copytext/components/webform }}
|
|
26
|
+
{{/if~}}
|
|
27
|
+
{{~#if this.isNewsletter}}
|
|
28
|
+
{{> components/content/copytext/components/newsletter }}
|
|
29
|
+
{{/if~}}
|
|
30
|
+
{{~#if this.isAudio}}
|
|
31
|
+
{{> components/content/copytext/components/audio }}
|
|
32
|
+
{{/if~}}
|
|
33
|
+
{{~#if this.isAudioEventLivestream}}
|
|
34
|
+
{{> components/content/copytext/components/audioeventlivestream }}
|
|
35
|
+
{{/if~}}
|
|
36
|
+
{{~#if this.isPodcastEpisode}}
|
|
37
|
+
{{> components/content/copytext/components/podcastepisode }}
|
|
38
|
+
{{/if~}}
|
|
39
|
+
{{~#if this.isVideo}}
|
|
40
|
+
{{> components/content/copytext/components/video/video }}
|
|
41
|
+
{{/if~}}
|
|
42
|
+
{{~#if this.isLivestream}}
|
|
43
|
+
{{> components/content/copytext/components/videolivestream }}
|
|
44
|
+
{{/if~}}
|
|
45
|
+
{{~#if this.isTweet}}
|
|
46
|
+
{{> components/content/copytext/components/tweet }}
|
|
47
|
+
{{~/if}}
|
|
48
|
+
{{~#if this.isRadioPlaylist}}
|
|
49
|
+
{{> components/content/copytext/components/radioplaylist }}
|
|
50
|
+
{{~/if}}
|
|
51
|
+
{{~#if this.isVoting}}
|
|
52
|
+
{{> components/content/copytext/components/voting }}
|
|
53
|
+
{{/if~}}
|
|
54
|
+
{{~#if this.isExternalService}}
|
|
55
|
+
{{> components/content/copytext/components/externalservice }}
|
|
56
|
+
{{/if~}}
|
|
57
|
+
{{~#if this.isContentNav}}
|
|
58
|
+
{{#with this.toModel.contentNavigationTeaser}}
|
|
59
|
+
{{~> components/teaser/content_nav/teaser_content_nav _isCopytext=true ~}}
|
|
60
|
+
{{/with}}
|
|
61
|
+
{{/if~}}
|
|
62
|
+
{{~/with}}
|
|
63
|
+
{{/unless}}
|
|
64
|
+
|
|
65
|
+
{{~#with this.paragraphTeaserItem }}
|
|
66
|
+
{{~#if this.isTopictag}}
|
|
67
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
68
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
69
|
+
{{/with}}
|
|
70
|
+
{{/if~}}
|
|
71
|
+
{{~#if this.isTicker}}
|
|
72
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
73
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
74
|
+
{{/with}}
|
|
75
|
+
{{/if~}}
|
|
76
|
+
{{~#if this.isLink}}
|
|
77
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
78
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
79
|
+
{{/with}}
|
|
80
|
+
{{/if~}}
|
|
81
|
+
{{~#if this.isStructureNodeDocument}}
|
|
82
|
+
{{#with this.toModel.structureNodeTeaser}}
|
|
83
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
84
|
+
{{/with}}
|
|
85
|
+
{{/if~}}
|
|
86
|
+
{{~#if this.isStory}}
|
|
87
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
88
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
89
|
+
{{/with}}
|
|
90
|
+
{{/if~}}
|
|
91
|
+
{{~#if this.isProgram}}
|
|
92
|
+
{{#with this.toModel.baseTeaserDS}}
|
|
93
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
94
|
+
{{/with}}
|
|
95
|
+
{{/if~}}
|
|
96
|
+
{{~#if this.isEvent}}
|
|
97
|
+
{{#with this.toModel.eventTeaser}}
|
|
98
|
+
{{> components/content/copytext/components/posterteaser }}
|
|
99
|
+
{{/with}}
|
|
100
|
+
{{/if~}}
|
|
101
|
+
{{~/with}}
|
|
102
|
+
|
|
103
|
+
{{#if this.isParagraph}}
|
|
104
|
+
{{> components/content/copytext/components/paragraph/paragraph }}
|
|
105
|
+
{{/if}}
|
|
106
|
+
|
|
107
|
+
{{#if this.isCite}}
|
|
108
|
+
{{> components/content/copytext/components/cite }}
|
|
109
|
+
{{/if}}
|
|
110
|
+
|
|
111
|
+
{{#if this.isInfoBox}}
|
|
112
|
+
{{> components/content/copytext/components/infobox }}
|
|
113
|
+
{{/if}}
|
|
114
|
+
{{#if this.isAdditionalInfo}}
|
|
115
|
+
{{> components/content/copytext/components/additionalinfo }}
|
|
116
|
+
{{/if}}
|
|
117
|
+
{{#if this.isDownloadBox}}
|
|
118
|
+
{{> components/content/copytext/components/downloadbox/downloadbox }}
|
|
119
|
+
{{/if}}
|
|
120
|
+
{{#if this.isFAQ}}
|
|
121
|
+
{{> components/content/copytext/components/faq }}
|
|
122
|
+
{{/if}}
|
|
123
|
+
{{#if this.isJobposting}}
|
|
124
|
+
{{> components/content/copytext/components/jobposting }}
|
|
125
|
+
{{/if}}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
_source=this.source
|
|
38
38
|
_isArchiveContent=this.isArchiveContent ~}}
|
|
39
39
|
|
|
40
|
-
{{> components/page/components/appendix _isArticle=true }}
|
|
40
|
+
{{> components/page/components/appendix _isArticle=true _webview=_webview-adjust_context}}
|
|
41
41
|
|
|
42
42
|
{{> components/page/components/comments }}
|
|
43
43
|
|