{% if not moduleSettings.isCustomGridFramework() %}
{{ translate({ ident: "DD_VISUAL_EDITOR_WIDGET_RESPONSIVE_SETTINGS" }) }} {% set iGridSize = moduleSettings.getGridSize()|default(12) %} {% set sColumnOptions %} {% for columns in 1..iGridSize %} {% set col = loop.index %} {% endfor %} {% endset %} {% set sColumnOffsetOptions %} {% set GridOffsetSize = iGridSize - 1 %} {% for columns in 1..GridOffsetSize %} {% set col = loop.index %} {% endfor %} {% endset %} {# Small smartphone #} {# Smartphone #} {# Tablet / Default #} {# Notebook #} {# Desktop #} {# Large desktop #}
{{ translate({ ident: "DD_VISUAL_EDITOR_DEVICE" }) }} {{ translate({ ident: "DD_VISUAL_EDITOR_COLUMN_OFFSET" }) }} {{ translate({ ident: "DD_VISUAL_EDITOR_COLUMN_WIDTH" }) }} {{ translate({ ident: "DD_VISUAL_EDITOR_HIDE_DEVICE" }) }}
{{ translate({ ident: "DD_VISUAL_EDITOR_COLUMN_DEFAULT" }) }} {{ translate({ ident: "DD_VISUAL_EDITOR_COLUMN_DEFAULT" }) }}
{% endif %}