{% set filled = "" %} {% set variant = "dynamic" %} {% set id = "masonary_" ~ info.getIndex() %} {% set cols = pimcore_numeric('masonary_cols').getData() %} {% set rows = pimcore_numeric('masonary_rows').getData() %} {% set shadow = "" %} {% if pimcore_checkbox('masonary_bg_fill').isChecked() %} {% set filled = 'filled' %} {% endif %} {% if pimcore_checkbox('masonary_elevation').isChecked() %} {% set shadow = 'filled' %} {% endif %} {% if pimcore_checkbox('masonary_variant').isChecked() %} {% set variant = 'static' %} {% endif %}