{#
project: Pimcore - Devicenow
User: EBiermann
Year: 2022
#}
{% set allowed = allowed | default(['section']) %}
{{
pimcore_areablock(id, {
'allowed': allowed,
'group': {
'Structure': ['section', 'columns'],
'Text': ['wysiwyg', 'quote'],
'Image': ['image', 'imagegrid', 'gallery'],
'Relation': ['teaser', 'documentlist', 'documentslider'],
'Buttons': ['buttons'],
'Other': ['numberlist','video', 'map', 'timeline']
},
'globalParams': {
'columns': columns | default(''),
'brickMode': mode | default('structure'),
'sectionIndex': sectionIndex | default(0),
'gridIndex': gridIndex | default(0)
}
})
}}