Releases: VirtoCommerce/vc-module-sitemaps
Releases · VirtoCommerce/vc-module-sitemaps
3.811.0
3.810.0
🎯 Development
- This update introduces the ability to export sitemaps to store assets.
There are two supported options: manual export from the back office and automated export via a scheduled job.
- Manual Export: Can be initiated from the back office.
- Automated Export: This is configurable through a scheduled job. By default, the automated export is disabled. To enable it, you must first activate it globally and then at the store level. The job schedule can be configured using a cron expression, with the default setting being daily at 00:00.
Global Settings:
- Enable export sitemap files by job - this check indicates whether the export to assets store assets folder should be enabled. Save all sitemap artefacts to stores/{storeId}/sitemap asset folder. By default, false.
- Export to store assets cron expression - the cron expression for export sitemap files to store assets folder by schedule. By default, '0 0 * * *' daily at 00:00.
Store Settings:
- Enable export sitemap files by job - this option allows you to export sitemap files for a store. By default, it is false. Global Settings should be enabled.
Permissions:
- sitemaps:exportToStoreAssets - allows to control ability to run export to store assets for the a role.
Screenshots: