|
|
|
@@ -7,6 +7,7 @@ import {createBlockquote} from "../../atoms/blockquote/BlockquoteComponent"; |
|
|
|
import {createContact} from "../contact/ContactComponent"; |
|
|
|
import {createPrintShare} from "../print-share/PrintShareComponent"; |
|
|
|
import {createInfobox} from "../infobox/InfoboxComponent"; |
|
|
|
import {createEventsSection} from "../../sections/events/EventsComponent"; |
|
|
|
|
|
|
|
export const createMagazineArticle = ({ |
|
|
|
addArticleComponents = true, |
|
|
|
@@ -33,6 +34,7 @@ export const createMagazineArticle = ({ |
|
|
|
createElement('p', [], lorem2, article); |
|
|
|
createElement('h2', [], 'Consectetur adipisicing elit', article); |
|
|
|
createElement('p', [], lorem2, article); |
|
|
|
article.appendChild(createEventsSection({})); |
|
|
|
article.appendChild(createBlockquote({})); |
|
|
|
article.appendChild(createContact({})); |
|
|
|
article.appendChild(createPrintShare({})); |
|
|
|
|