Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add filter event to modify the sitemap header
issue: NEXT-19239
author: Max
author_email: [email protected]
author_github: @aragon999
---
- Added
Shopware\Core\Content\Sitemap\Event\SitemapFilterOpenTagEvent
to modify the open tag of the generated sitemap - Added EventDispatcher for Service
Shopware\Core\Content\Sitemap\Service\SitemapHandleFactory
insrc/Core/Content/DependencyInjection/sitemap.xml
- Changed
Shopware\Core\Content\Sitemap\Service\SitemapHandle
to dispatch aSitemapFilterOpenTagEvent
- Changed
Shopware\Core\Content\Sitemap\Service\SitemapHandleFactory::__construct
for dependency Injection - Changed
Shopware\Core\Content\Test\Sitemap\ServiceSitemapHandleTest