entity_clone_simple_sitemap
4 sites
No security coverage
Extends the Entity Clone module to automatically clone Simple Sitemap settings whenever entities are cloned.
Features
- Automatically clones Simple Sitemap overrides for content entities.
- Preserves global Simple Sitemap settings for config entities.
- Requires Entity Clone and Simple Sitemap modules.
Post-Installation
Once the module is installed and enabled, it works automatically—no configuration page or additional setup is required.
- When you clone an entity (node, taxonomy term, media, or any other content entity with Simple Sitemap overrides), the module ensures that all Simple Sitemap inclusion/exclusion settings from the original entity are copied to the cloned entity.
- No new content types, text formats, or other configuration changes are necessary.
- For administrators, the module is transparent: the cloned entities behave exactly like the originals in the sitemap, maintaining any overrides without manual intervention.
- Optional: If you want to verify which settings were cloned, you can enable debug logging in the subscriber to output copied overrides for testing purposes.
Additional Requirements
- Drupal 10.x or 11.x
- Entity Clone module: required to perform the actual cloning of entities.
- Simple Sitemap module (v4.2.2 or later): required to provide sitemap overrides and configuration.
Similar projects
There are no other modules that specifically combine Entity Clone and Simple Sitemap functionality.
- The Entity Clone module alone clones entities, but does not copy Simple Sitemap overrides.
- The Simple Sitemap module manages sitemap inclusion/exclusion, but has no built-in cloning support.