The Sitemap module defines a block plugin with ID sitemap_syndicate
(i.e.: \Drupal\sitemap\Plugin\Block\SitemapSyndicateBlock
), which appears to exist only to display an RSS icon that links to an RSS feed.
Before commit b35b30f from 2017-03-22, the location of this RSS feed was customizable (i.e.: similar to the Feed URL config on the Frontpage sitemap plugin) — the location to link to was stored in the top-level configuration sitemap.settings.rss_front
. Now this configuration setting doesn't have a control, nor a configuration schema.
While I doubt anyone actually uses the SitemapSyndicateBlock, deleting it would be a backwards-compatibility break / regression, so we should leave that to 3.0.x. But we should also fix it here.
rss_front
configuration (both in the schema and in the block plugin class). Update the test to check that it can be changed.sitemap.settings.rss_front
exists, and if so, migrate it to the new configuration. If not, see if we can migrate it from the Frontpage sitemap plugin configuration. If not, fallback to the default.Adds the ability to set the rss_front config for the SitemapSyndicateBlock
None (only deprecations).
Migrate sitemap.settings.rss_front
config to block-specific config.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.