prestaconcept / PrestaSitemapBundle

A symfony bundle that provides tools to build a rich application sitemap. The main goals are : simple, no databases, various namespace (eg. google image), respect constraints etc.
MIT License
347 stars 100 forks source link

Fixed access to fragmented Urlset with Generator #332

Closed yann-eugone closed 5 months ago

yann-eugone commented 5 months ago

Replaces #265

When used along with the controller, when accessing an Urlset fragment, the sitemap name is sitemap.default_1.xml and the section should be default

But for the moment, the section is default_1 which is wrong