In #2923551: Make generators pluggable through plugins the process of link generation has become a great deal more abstract and extensible. This is however not super useful considering that the structure of the sitemap itself is hard-coded in SitemapGenerator::generateSitemapChunk().

There needs to be a way of making the sitemap structure pluggable. If we have those two plugin types (link generator and sitemap generator) and a mechanism to associate a certain link generator type to a certain sitemap (structure), and maybe someday even a pluggable UI interface, we will be able to create news sitemaps, video sitemaps and whatever-you-can-think-of sitemaps by adding plugins. I think this will future-proof this module.

Comments

gbyte.co created an issue. See original summary.

gbyte’s picture

Issue summary: View changes
gbyte’s picture

gbyte’s picture

Version: 8.x-2.x-dev » 8.x-3.x-dev
Status: Active » Fixed
gbyte’s picture

Status: Fixed » Closed (fixed)