Skip to content

DmfCmsCustomGrids

DmfCmsCustomGrids adds 11 additional grid layouts to Shopware Shopping Experiences, ready to pick from the block picker. Editors get more flexible content arrangements without writing custom grid code.

Quick facts

Composer packagedmf/sw6-plugin-cms-custom-grids
Plugin classDmf\CmsCustomGrids\DmfCmsCustomGrids
NamespaceDmf\CmsCustomGrids
Shopware~6.7.0

Installation

bash
composer require dmf/sw6-plugin-cms-custom-grids
bin/console plugin:refresh
bin/console plugin:install --activate DmfCmsCustomGrids
bin/console cache:clear

Usage

  1. Open Content → Shopping Experiences in the admin.
  2. Edit an existing Shopping Experience or create a new one.
  3. When adding a new block, the 11 additional custom grids appear in the block picker.
  4. Arrange your elements as desired and save.

Configuration

No plugin configuration. Layouts are usable immediately after activation.

Combining with other plugins

Dynamic Grid for maximum flexibility

For fully editable grids with per-viewport responsive configuration, see DmfCmsDynamicGrid. Both plugins are compatible, use DmfCmsCustomGrids for fast standard layouts and DmfCmsDynamicGrid for custom-tailored ones.

Uninstallation

bash
bin/console plugin:deactivate DmfCmsCustomGrids
bin/console plugin:uninstall DmfCmsCustomGrids