hr-design-system-handlebars 1.50.16 → 1.50.18
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 +24 -0
- package/dist/assets/brand/_default/conf/locatags.json +1 -0
- package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/icons/icons/svgmap/copyright.svg +13 -0
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +354 -5
- package/dist/assets/js/alpine.js +4 -0
- package/dist/views/components/banner/banner.storybook.hbs +126 -0
- package/dist/views/components/banner/copyright/tooltip.hbs +17 -0
- package/dist/views/components/banner/header/additional_info.hbs +1 -0
- package/dist/views/components/banner/header/banner_image.hbs +13 -0
- package/dist/views/components/banner/header/banner_overlay.hbs +3 -0
- package/dist/views/components/banner/header/banner_wrapper.hbs +7 -0
- package/dist/views/components/banner/header/breadcrumb_wrapper.hbs +6 -0
- package/dist/views/components/banner/header/byline.hbs +1 -0
- package/dist/views/components/banner/header/headline.hbs +3 -0
- package/dist/views/components/banner/header/special_info.hbs +3 -0
- package/dist/views/components/banner/header/title_background.hbs +3 -0
- package/dist/views/components/banner/header/topline.hbs +1 -0
- package/dist/views/components/banner/structure_nav/structure_nav.hbs +34 -0
- package/dist/views/components/base/image/responsive_image.hbs +5 -4
- package/dist/views/components/content/copytext/components/additionalinfo.hbs +5 -0
- package/dist/views/components/content/copytext/components/audio.hbs +9 -0
- package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
- package/dist/views/components/content/copytext/components/cite.hbs +20 -0
- package/dist/views/components/content/copytext/components/downloadbox.hbs +5 -0
- package/dist/views/components/content/copytext/components/externalservice.hbs +61 -0
- package/dist/views/components/content/copytext/components/faq.hbs +5 -0
- package/dist/views/components/content/copytext/components/filedownload.hbs +5 -0
- package/dist/views/components/content/copytext/components/gallery.hbs +7 -0
- package/dist/views/components/content/copytext/components/headline.hbs +1 -0
- package/dist/views/components/content/copytext/components/image.hbs +41 -0
- package/dist/views/components/content/copytext/components/infobox.hbs +5 -0
- package/dist/views/components/content/copytext/components/jobposting.hbs +5 -0
- package/dist/views/components/content/copytext/components/livestream.hbs +9 -0
- package/dist/views/components/content/copytext/components/map.hbs +46 -0
- package/dist/views/components/content/copytext/components/newsletter.hbs +5 -0
- package/dist/views/components/content/copytext/components/paragraph.hbs +11 -0
- package/dist/views/components/content/copytext/components/podcastepisode.hbs +9 -0
- package/dist/views/components/content/copytext/components/posterteaser.hbs +5 -0
- package/dist/views/components/content/copytext/components/radioplaylist.hbs +11 -0
- package/dist/views/components/content/copytext/components/tweet.hbs +7 -0
- package/dist/views/components/content/copytext/components/video.hbs +9 -0
- package/dist/views/components/content/copytext/components/voting.hbs +9 -0
- package/dist/views/components/content/copytext/components/webform.hbs +5 -0
- package/dist/views/components/content/copytext/copytext.hbs +129 -0
- package/dist/views/components/footer/page_footer.hbs +2 -1
- package/dist/views/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
- package/dist/views/components/top_button/top_button.hbs +24 -0
- package/dist/views_static/components/banner/banner.storybook.hbs +126 -0
- package/dist/views_static/components/banner/copyright/tooltip.hbs +17 -0
- package/dist/views_static/components/banner/header/additional_info.hbs +1 -0
- package/dist/views_static/components/banner/header/banner_image.hbs +13 -0
- package/dist/views_static/components/banner/header/banner_overlay.hbs +3 -0
- package/dist/views_static/components/banner/header/banner_wrapper.hbs +7 -0
- package/dist/views_static/components/banner/header/breadcrumb_wrapper.hbs +6 -0
- package/dist/views_static/components/banner/header/byline.hbs +1 -0
- package/dist/views_static/components/banner/header/headline.hbs +3 -0
- package/dist/views_static/components/banner/header/special_info.hbs +3 -0
- package/dist/views_static/components/banner/header/title_background.hbs +3 -0
- package/dist/views_static/components/banner/header/topline.hbs +1 -0
- package/dist/views_static/components/banner/structure_nav/structure_nav.hbs +34 -0
- package/dist/views_static/components/base/image/responsive_image.hbs +5 -4
- package/dist/views_static/components/content/copytext/components/additionalinfo.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/audio.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/cite.hbs +20 -0
- package/dist/views_static/components/content/copytext/components/downloadbox.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/externalservice.hbs +61 -0
- package/dist/views_static/components/content/copytext/components/faq.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/filedownload.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/gallery.hbs +7 -0
- package/dist/views_static/components/content/copytext/components/headline.hbs +1 -0
- package/dist/views_static/components/content/copytext/components/image.hbs +41 -0
- package/dist/views_static/components/content/copytext/components/infobox.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/jobposting.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/livestream.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/map.hbs +46 -0
- package/dist/views_static/components/content/copytext/components/newsletter.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/paragraph.hbs +11 -0
- package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/posterteaser.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/radioplaylist.hbs +11 -0
- package/dist/views_static/components/content/copytext/components/tweet.hbs +7 -0
- package/dist/views_static/components/content/copytext/components/video.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/voting.hbs +9 -0
- package/dist/views_static/components/content/copytext/components/webform.hbs +5 -0
- package/dist/views_static/components/content/copytext/copytext.hbs +129 -0
- package/dist/views_static/components/footer/page_footer.hbs +2 -1
- package/dist/views_static/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
- package/dist/views_static/components/top_button/top_button.hbs +24 -0
- package/package.json +3 -1
- package/src/assets/brand/_default/conf/locatags.json +1 -0
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr2/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +1 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +1 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +1 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/css/custom-utilities.css +33 -0
- package/src/assets/fixtures/banner/banner.json +37 -0
- package/src/assets/fixtures/banner/bannerImages.inc.json +28 -0
- package/src/assets/fixtures/banner/structureNav.json +48 -0
- package/src/assets/fixtures/content/copytext/copytext.inc.json +100 -0
- package/src/assets/fixtures/content/copytext/copytext.json +4 -0
- package/src/assets/icons/icons/svgmap/copyright.svg +13 -0
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__medium.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__retina.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__small.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7__medium.jpg +0 -0
- package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7__small.jpg +0 -0
- package/src/assets/js/alpine.js +4 -0
- package/src/assets/tailwind.css +42 -1
- package/src/stories/views/components/banner/banner.storybook.hbs +126 -0
- package/src/stories/views/components/banner/copyright/tooltip.hbs +17 -0
- package/src/stories/views/components/banner/fixtures/banner.json +1 -0
- package/src/stories/views/components/banner/fixtures/structureNav.json +1 -0
- package/src/stories/views/components/banner/header/additional_info.hbs +1 -0
- package/src/stories/views/components/banner/header/banner_image.hbs +13 -0
- package/src/stories/views/components/banner/header/banner_overlay.hbs +3 -0
- package/src/stories/views/components/banner/header/banner_wrapper.hbs +7 -0
- package/src/stories/views/components/banner/header/breadcrumb_wrapper.hbs +6 -0
- package/src/stories/views/components/banner/header/byline.hbs +1 -0
- package/src/stories/views/components/banner/header/headline.hbs +3 -0
- package/src/stories/views/components/banner/header/special_info.hbs +3 -0
- package/src/stories/views/components/banner/header/title_background.hbs +3 -0
- package/src/stories/views/components/banner/header/topline.hbs +1 -0
- package/src/stories/views/components/banner/header.stories.js +36 -0
- package/src/stories/views/components/banner/structure_nav/structureNav.stories.js +32 -0
- package/src/stories/views/components/banner/structure_nav/structure_nav.hbs +34 -0
- package/src/stories/views/components/base/image/responsive_image.hbs +5 -4
- package/src/stories/views/components/content/copytext/components/additionalinfo.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/audio.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/cite.hbs +20 -0
- package/src/stories/views/components/content/copytext/components/downloadbox.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/externalservice.hbs +61 -0
- package/src/stories/views/components/content/copytext/components/faq.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/filedownload.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/gallery.hbs +7 -0
- package/src/stories/views/components/content/copytext/components/headline.hbs +1 -0
- package/src/stories/views/components/content/copytext/components/image.hbs +41 -0
- package/src/stories/views/components/content/copytext/components/infobox.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/jobposting.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/livestream.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/map.hbs +46 -0
- package/src/stories/views/components/content/copytext/components/newsletter.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/paragraph.hbs +11 -0
- package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/posterteaser.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/radioplaylist.hbs +11 -0
- package/src/stories/views/components/content/copytext/components/tweet.hbs +7 -0
- package/src/stories/views/components/content/copytext/components/video.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/voting.hbs +9 -0
- package/src/stories/views/components/content/copytext/components/webform.hbs +5 -0
- package/src/stories/views/components/content/copytext/copytext.hbs +129 -0
- package/src/stories/views/components/content/copytext/copytext.mdx +25 -0
- package/src/stories/views/components/content/copytext/copytext.stories.js +16 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -242
- package/src/stories/views/components/footer/page_footer.hbs +2 -1
- package/src/stories/views/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
- package/src/stories/views/components/top_button/top_button.hbs +24 -0
- package/tailwind.config.js +5 -2
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bannerImage":{
|
|
3
|
+
"@->jsoninclude": "banner/bannerImages.inc.json",
|
|
4
|
+
"@->contentpath": "banner",
|
|
5
|
+
"@->replaceToken": [
|
|
6
|
+
{
|
|
7
|
+
"@->token": "image",
|
|
8
|
+
"@->value": "rueckkehr-nach-abschiebung-102"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"structureNav":{
|
|
13
|
+
"contentNav":{
|
|
14
|
+
"@->jsoninclude": "banner/structureNav.json",
|
|
15
|
+
"@->contentpath": "contentNav"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"breadcrumbSsi":{
|
|
19
|
+
"@->jsoninclude": "navigation/breadcrumb/breadcrumb.inc.json",
|
|
20
|
+
"@->contentpath": "breadcrumb.breadcrumb.breadcrumbSsi",
|
|
21
|
+
"@->overrides": [
|
|
22
|
+
{
|
|
23
|
+
"@->contentpath": "breadcrumb",
|
|
24
|
+
"@->value": [
|
|
25
|
+
{
|
|
26
|
+
"@->jsoninclude": "navigation/breadcrumb/breadcrumb_items.inc.json",
|
|
27
|
+
"@->contentpath": "level-1"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"url": "shows",
|
|
31
|
+
"title": "Shows"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"banner": {
|
|
3
|
+
"alttext": "Lorem ipsum",
|
|
4
|
+
"copyrightWithLinks": "",
|
|
5
|
+
"responsiveImage": {
|
|
6
|
+
"asPicture": true,
|
|
7
|
+
"asImage": false,
|
|
8
|
+
"fallback": "images/{#image}_v-16to7.jpg",
|
|
9
|
+
"sources": [
|
|
10
|
+
{
|
|
11
|
+
"media": "all and (min-width: 800px)",
|
|
12
|
+
"sizes": "(min-width: 1022px) 1022px, 100vw",
|
|
13
|
+
"srcset": "images/{#image}_v-100to27__small.jpg 250w, images/{#image}_v-100to27__medium.jpg 660w, images/{#image}_v-100to27.jpg 1000w, images/{#image}_v-100to27__retina.jpg 1920w"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"media": "all and (max-width: 479px)",
|
|
17
|
+
"sizes": "100vw",
|
|
18
|
+
"srcset": "images/{#image}_v-16to9__small.jpg 320w, images/{#image}_v-16to9__medium.jpg 480w, images/{#image}_v-16to9__medium__extended.jpg 640w, images/{#image}_v-16to9.jpg 960w"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"media": "all and (max-width: 799px)",
|
|
22
|
+
"sizes": "100vw",
|
|
23
|
+
"srcset": "images/{#image}_v-16to7__small.jpg 320w, images/{#image}_v-16to7__medium.jpg 480w, images/{#image}_v-16to7.jpg 992w"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contentNav": {
|
|
3
|
+
"title": "Die hr3 Morningshow",
|
|
4
|
+
"contentNavEntries": [
|
|
5
|
+
{
|
|
6
|
+
"content":{
|
|
7
|
+
"title": "Arbeitsmarkt",
|
|
8
|
+
"link": {
|
|
9
|
+
|
|
10
|
+
"url": "/teaser1",
|
|
11
|
+
"webviewUrl": "/teaser1#webview",
|
|
12
|
+
"isTargetBlank": true,
|
|
13
|
+
"hasIcon": true,
|
|
14
|
+
"iconName": "extern"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
},
|
|
19
|
+
|
|
20
|
+
{
|
|
21
|
+
"content":{
|
|
22
|
+
"title": "Banken",
|
|
23
|
+
"link": {
|
|
24
|
+
"url": "/teaser1",
|
|
25
|
+
"webviewUrl": "/teaser1#webview",
|
|
26
|
+
"isTargetBlank": true,
|
|
27
|
+
"hasIcon": true,
|
|
28
|
+
"iconName": "extern"
|
|
29
|
+
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
{
|
|
35
|
+
"content":{
|
|
36
|
+
"title": "Energie"
|
|
37
|
+
},
|
|
38
|
+
"link": {
|
|
39
|
+
"url": "/teaser1",
|
|
40
|
+
"webviewUrl": "/teaser1#webview",
|
|
41
|
+
"isTargetBlank": true,
|
|
42
|
+
"hasIcon": true,
|
|
43
|
+
"iconName": "extern"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"copytext_1": {
|
|
3
|
+
"copytextParagraph": [
|
|
4
|
+
{
|
|
5
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
6
|
+
"isHeadline": true,
|
|
7
|
+
"text": "Speichermedien sowie Waffen und Munition sichergestellt"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
11
|
+
"isParagraph": true,
|
|
12
|
+
"text": {
|
|
13
|
+
"split": [
|
|
14
|
+
{
|
|
15
|
+
"isText": true,
|
|
16
|
+
"text": "In der rund 1.200 Einwohner großen Gemeinde Waldbrunn, rund 13 Kilometer vom rheinland-pfälzischen Westerburg entfernt, engagiert sich der 18-Jährige nach hr-Informationen bei der Freiwilligen Feuerwehr. Der Ortsvorsteher aus Waldbrunn beschrieb den Terrorverdächtigen als zurückhaltend, höflich und hilfsbereit."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"isUl": true,
|
|
20
|
+
"text": "<li>In der rund 1.200 Einwohner großen Gemeinde Waldbrunn</li><li>rund 13 Kilometer vom rheinland-pfälzischen Westerburg entfernt</li>"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"isOl": true,
|
|
24
|
+
"text": "<li>In der rund 1.200 Einwohner großen Gemeinde Waldbrunn</li><li>rund 13 Kilometer vom rheinland-pfälzischen Westerburg entfernt</li>"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
31
|
+
"isParagraph": true,
|
|
32
|
+
"text": {
|
|
33
|
+
"split": [
|
|
34
|
+
{
|
|
35
|
+
"isText": true,
|
|
36
|
+
"text": "Nach der Festnahme in der vergangenen Woche hätten bereits Gespräche mit Mitschülerinnen und Mitschülern des 18 Jahre alten Oberstufenschülers stattgefunden. Auch die Eltern seien in Kenntnis gesetzt worden, sagte der Schulleiter."
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"isText": true,
|
|
40
|
+
"text": "Nach Informationen der Rhein-Zeitung soll es im Frühjahr 2022 einen Zwischenfall an der Schule gegeben haben. Der heute 18-Jährige soll demnach einen Mitschüler beschimpft und nach einer verbalen Auseinandersetzung mit einer Flasche geschlagen haben."
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"paragraphBoxItem": {
|
|
45
|
+
"isImage": true,
|
|
46
|
+
"showFullSize": {
|
|
47
|
+
"isTrue": true
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
53
|
+
"isHeadline": true,
|
|
54
|
+
"text": "Medienbericht: Flaschenangriff auf Mitschüler"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
58
|
+
"isParagraph": true,
|
|
59
|
+
"text": {
|
|
60
|
+
"split": [
|
|
61
|
+
{
|
|
62
|
+
"isText": true,
|
|
63
|
+
"text": "Der Mitschüler erlitt dem Bericht zufolge eine Schienbeinprellung und eine kleine Schnittwunde. Die Eltern hätten daraufhin Anzeige erstattet – eine hr-Anfrage an die zuständige Polizei blieb bislang unbeantwortet."
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
70
|
+
"isCite": true,
|
|
71
|
+
"text": "Dies ist ein Zitat"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
75
|
+
"isInfoBox": true,
|
|
76
|
+
"text": "Dies ist eine Infobox"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
80
|
+
"isAdditionalInfo": true,
|
|
81
|
+
"text": "Dies ist eine additional Info"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
85
|
+
"isDownloadBox": true,
|
|
86
|
+
"text": "Dies ist eine Downloadbox"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
90
|
+
"isFAQ": true,
|
|
91
|
+
"text": "Dies ist ein FAQ-Absatz"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
|
|
95
|
+
"isJobposting": true,
|
|
96
|
+
"text": "Dies ist ein Jobposting"
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 28.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="iconmonstr" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<path d="M9.7,10.6c0.1-0.4,0.2-0.7,0.4-1c0.2-0.3,0.4-0.6,0.7-0.7c0.3-0.2,0.6-0.3,1.1-0.3c0.3,0,0.5,0.1,0.8,0.2
|
|
6
|
+
c0.2,0.1,0.5,0.3,0.6,0.4s0.3,0.4,0.4,0.6s0.2,0.5,0.2,0.8H16c0-0.6-0.1-1.1-0.3-1.5c-0.2-0.5-0.5-0.9-0.8-1.2
|
|
7
|
+
C14.4,7.5,14,7.2,13.5,7c-0.5-0.2-1.1-0.3-1.7-0.3c-0.8,0-1.5,0.1-2,0.4S8.7,7.8,8.3,8.2C8,8.7,7.7,9.3,7.5,9.9
|
|
8
|
+
c-0.2,0.6-0.3,1.3-0.3,2v0.3c0,0.7,0.1,1.3,0.3,2c0.2,0.6,0.5,1.2,0.9,1.6c0.4,0.5,0.9,0.8,1.4,1.1c0.6,0.3,1.3,0.4,2,0.4
|
|
9
|
+
c0.6,0,1.1-0.1,1.6-0.3c0.5-0.2,0.9-0.4,1.3-0.8c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.4,0.3-0.9,0.4-1.4h-2.1c0,0.3-0.1,0.5-0.2,0.7
|
|
10
|
+
s-0.3,0.4-0.4,0.6s-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.1-0.7,0.1c-0.4,0-0.8-0.1-1.1-0.3c-0.3-0.2-0.5-0.4-0.7-0.7
|
|
11
|
+
c-0.2-0.3-0.3-0.7-0.4-1.1c-0.1-0.4-0.1-0.8-0.1-1.2v-0.3C9.6,11.4,9.6,11,9.7,10.6z M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12
|
|
12
|
+
s12-5.4,12-12S18.6,0,12,0z M12,21.6c-5.3,0-9.6-4.3-9.6-9.6S6.7,2.4,12,2.4s9.6,4.3,9.6,9.6S17.3,21.6,12,21.6z"/>
|
|
13
|
+
</svg>
|