|
|
|
@@ -9,7 +9,7 @@ export const createInfobox = |
|
|
|
full = false, |
|
|
|
kicker = 'Dachzeile', |
|
|
|
headline = 'Dies ist eine Zwischenheadline mit der Maximalbefüllung von 80 Zeichen.', |
|
|
|
image = './dummy/placeholder-1-1.svg', |
|
|
|
icon = 'pictogram-tl_dr', |
|
|
|
text = 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.', |
|
|
|
ul = 'List Styles werden über externe Klasse Richtext geladen', |
|
|
|
ol = 'Lorem ipsum dolor sit', |
|
|
|
@@ -42,7 +42,7 @@ export const createInfobox = |
|
|
|
} |
|
|
|
content.appendChild(button); |
|
|
|
|
|
|
|
createImage(image, 70, 70, '', [], infobox); |
|
|
|
createElement('div', ['icon-box', icon], null, infobox); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|