Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions guides/plugins/plugins/content/cms/add-cms-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +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`.**

Full example: `cms-block-image-text-reversed.html.twig`
The block components are loaded in `src/Storefront/Resources/views/storefront/section/cms-section-block-container.html.twig`. This loader expects the following format for block components: `cms-block-image-text-reversed.html.twig`.

### Basic Template

Expand Down