From 4e26146da1ae655e48fdcbcb739d43cee0d59988 Mon Sep 17 00:00:00 2001 From: Nicky Gerritsen Date: Mon, 5 Jan 2026 14:29:25 +0100 Subject: [PATCH 1/2] Fix section=>block in CMS block documentation This showed `section` in the path instead of `block`. --- guides/plugins/plugins/content/cms/add-cms-block.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/plugins/plugins/content/cms/add-cms-block.md b/guides/plugins/plugins/content/cms/add-cms-block.md index 4759e0dd2..ce7b28ab7 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-block-container.html.twig`.** Full example: `cms-block-image-text-reversed.html.twig` From 8d231274e504063cbbc5f9081a7a4cba6362447d Mon Sep 17 00:00:00 2001 From: Nicky Gerritsen Date: Mon, 5 Jan 2026 16:17:30 +0100 Subject: [PATCH 2/2] Update guides/plugins/plugins/content/cms/add-cms-block.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- guides/plugins/plugins/content/cms/add-cms-block.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/plugins/plugins/content/cms/add-cms-block.md b/guides/plugins/plugins/content/cms/add-cms-block.md index ce7b28ab7..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/block/cms-block-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`