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 package | dmf/sw6-plugin-cms-custom-grids |
| Plugin class | Dmf\CmsCustomGrids\DmfCmsCustomGrids |
| Namespace | Dmf\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:clearUsage
- Open Content → Shopping Experiences in the admin.
- Edit an existing Shopping Experience or create a new one.
- When adding a new block, the 11 additional custom grids appear in the block picker.
- 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