shopware-cms-elements
Installation
SKILL.md
Shopware 6 — Custom CMS Elements
See the shopware-administration skill for the admin side and the shopware skill for the map of Shopware skills.
Custom CMS Elements (Erlebniswelten)
Custom CMS elements require a PHP DataResolver, a DI registration, and an admin JS module.
PHP — Two Resolver Patterns
Pattern A — Extend TextCmsElementResolver (text/content fields):
use Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver;