You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to enable/disable custom providers in the config sitemap.providers. Only core providers can be enabled/disabled now.
InvalidConfigurationException
Unrecognized option "cms_sections" under "sylius_sitemap.providers". Available options are "products", "static", "taxons".
Sounds useful @elcuro, but I doubt if this shouldn't be the responsibility of the other plugin to enable/disable this, or register/unregister it. I'm trying to think of a way to handle this best while keeping configuration sane. Do you have a suggestion and are you able to provide a PR?
Allow to enable/disable custom providers in the config
sitemap.providers
. Only core providers can be enabled/disabled now.It will be useful for plugins which works with the sitemap plugin. E.g. https://github.com/BitBagCommerce/SyliusCmsPlugin/blob/master/doc/sitemap.md
The text was updated successfully, but these errors were encountered: