Install the CMS feature + Dynamic Multistore

Edit on GitHub

This document describes how to install the Dynamic Multistore + the CMS feature, install the required features:

NAME VERSION
Spryker Core 202410.0
CMS 202410.0

Troubleshooting

If you are using the renderCmsBlockAsTwig() Twig function in Twig templates, make sure to provide storeName name as a parameter. Otherwise, the function throws an exception.

Example:

 
{{ renderCmsBlockAsTwig(
    'template-name',
    mail.storeName,
    mail.locale.localeName,
    {mail: mail}
) }}