diff --git a/guides/plugins/plugins/content/cms/add-cms-block.md b/guides/plugins/plugins/content/cms/add-cms-block.md index 4759e0dd2..beade8a5c 100644 --- a/guides/plugins/plugins/content/cms/add-cms-block.md +++ b/guides/plugins/plugins/content/cms/add-cms-block.md @@ -159,7 +159,7 @@ The Storefront template defines how your element appears on the actual storefron * **Technical name**: `image-text-reversed` (The `name` property in Step 2) * **Extension**: `.html.twig` -**Shopware is expecting the prefix as part of the full filename in `src/Storefront/Resources/views/storefront/section/cms-section-block-container.html.twig`.** +**Shopware is expecting the prefix as part of the full filename in `src/Storefront/Resources/views/storefront/block/cms-block-container.html.twig`.** Full example: `cms-block-image-text-reversed.html.twig`