[FEATURE] Add possibility to configure the path to sitemap xslFile
The xsl file to create a layout for a XML sitemap can now be configured on three levels: 1. for all sitemaps 2. for all sitemaps of a certain sitemapType 3. for a specific sitemap The value is inherited until it is overwritten. If no value is specified at all, EXT:seo/Resources/Public/CSS/Sitemap.xsl is used as default like before. Resolves: #88147 Releases: master Change-Id: I1c5212a1c9fe4226100de8f4bd0f84d70b89fcf5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62121 Tested-by:Richard Haeser <richard@maxserv.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-88147-AddPossibilityToConfigureThePathToSitemapXslFile.rst 35 additions, 0 deletions...8147-AddPossibilityToConfigureThePathToSitemapXslFile.rst
- typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapRenderer.php 15 additions, 7 deletionstypo3/sysext/seo/Classes/XmlSitemap/XmlSitemapRenderer.php
- typo3/sysext/seo/Configuration/TypoScript/XmlSitemap/setup.typoscript 6 additions, 0 deletions.../seo/Configuration/TypoScript/XmlSitemap/setup.typoscript
- typo3/sysext/seo/Tests/Functional/Fixtures/sitemap-xsl1.typoscript 5 additions, 0 deletions...ext/seo/Tests/Functional/Fixtures/sitemap-xsl1.typoscript
- typo3/sysext/seo/Tests/Functional/Fixtures/sitemap-xsl2.typoscript 6 additions, 0 deletions...ext/seo/Tests/Functional/Fixtures/sitemap-xsl2.typoscript
- typo3/sysext/seo/Tests/Functional/Fixtures/sitemap-xsl3.typoscript 13 additions, 0 deletions...ext/seo/Tests/Functional/Fixtures/sitemap-xsl3.typoscript
- typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapXslTest.php 130 additions, 0 deletions...ext/seo/Tests/Functional/XmlSitemap/XmlSitemapXslTest.php
Please register or sign in to comment