{{ pimcore_area('content-brick-1', {
'type':'content-brick',
'params':{
'content-brick': {
'containerClasses': 'md:py-20',
'productCategory': productCategory,
'forceH1' : true,
'defaultLayout': 'text-gallery',
'defaultBackgroundColor':'bg-white',
'defaultInverted': true,
'defaultTitle' : productCategory.title ?? page.title,
'defaultHeadline' : productCategory.subtitle ?? null,
'defaultWysiwyg' : productCategory.desc ?? page.description,
'defaultGalleryItems' : productCategory.mediaGalleryItems is defined and (productCategory.mediaGalleryItems|length) > 1 ? (productCategory.mediaGalleryItems | slice(1, 4)) : null,
'defaultSecondaryLink' : {
'title': 'Bekijk de {{ productCategory }}' | trans({ '{{ productCategory }}': (productCategory.name ?? page.title) }),
'link': "#products-anchor",
'target': "",
}
}
}
}) }}
{{ pimcore_area('features', {
'type':'features-brick',
'params':{
'features-brick': {
'brickBackgroundColor': 'bg-white',
'productCategory': productCategory
}
}
}) }}
<div id="products-anchor">
{{ pimcore_area('product-category-cards-brick', {
type: 'product-category-cards-brick',
params: {
'product-category-cards-brick': {
backgroundColor: '',
containerClasses: 'container py-10 md:py-20',
showTitle: true,
defaultTitle: ('Aanbod {{ productCategory }}') | trans({'{{ productCategory }}': (productCategory.name ?? page.title) }),
fourColumns: true,
productCategories: childCategoriesObjects
}
}
}) }}
</div>
{{ pimcore_area('text-and-links-brick-1', {
'type':'text-and-links-brick',
'params':{
'text-and-links-brick': {
brickBackgroundColor: 'bg-blue-200',
style: 'normal',
}
}
}) }}
{{ pimcore_area('content-brick-2', {
'type':'content-brick',
'params': {
'content-brick': {
'layout': 'text-image',
'brickBackgroundColor': 'bg-white',
'defaultInverted': true,
}
}
}) }}
<div id="applications-anchor">
{{ pimcore_area('unique-selling-point-brick-1', {
'type':'unique-selling-point-brick',
'params': {
'unique-selling-point-brick': {
'brickBackgroundColor' : 'bg-blue-300',
'defaultTitle': ('Toepassingen {{ productCategory }}') | trans({'{{ productCategory }}': (productCategory.name ?: productCategory.key) }),
}
}
}) }}
</div>
{{ pimcore_inc(document.getProperty('whyChooseCoolworldSnippet')) }}
{{ pimcore_inc(document.getProperty('certificateSnippet')) }}
<div id="projects-anchor">
{{ pimcore_area('projects-by-product-category-brick-1', {
'type':'projects-by-product-category-brick',
'params': {
'projects-by-product-category-brick': {
'pages': pages,
'defaultBackgroundColor' : 'bg-white',
'defaultTitle': "Gerelateerde projecten"|trans,
productCategory: productCategory
}
}
}) }}
</div>
{{ pimcore_area('content-brick-3', {
'type':'content-brick',
'params':{
'content-brick': {
'layout': 'text-image',
'defaultInverted': true,
'brickBackgroundColor':'bg-gray-200',
}
}
}) }}
{{ pimcore_area('content-brick-4', {
'type':'content-brick',
'params':{
'content-brick': {
'layout': 'text-below-text',
'whiteSpaceBottom': false,
}
}
}) }}
<div id="faq-anchor">
{{ pimcore_inc(document.getProperty('faqSnippet')) }}
</div>