This plugin makes it easy to copy the content of an element from one site to another, with fine-grained control over what gets copied.
- Entries
- Global sets
- Assets
- Categories
- Craft Commerce products (including variant fields and titles)
When editing an element, the sidebar shows a "Copy to site" toggle. Enable it, select one or more target sites, and save — the content is copied in the background via Craft's queue.
Attention: This will overwrite all content on the selected target sites.
Select multiple entries, assets, categories, or Commerce products from the element index and use the "Copy to site" action to copy them all at once. A modal lets you choose the target sites before confirming.
Bulk copy is available for:
- Entries (section-based sources only)
- Assets
- Categories
- Craft Commerce products
When "Fields (Content)" is enabled in plugin settings, the sidebar widget shows a checkbox for each field in the element's field layout. Uncheck any field you don't want copied on that specific save. All fields are pre-selected by default.
In the plugin settings you can configure which attributes are copied globally:
| Attribute | Description |
|---|---|
| Fields (Content) | All custom field values |
| Title | The element title |
| Slug | The URL slug |
| Commerce Variants | Variant custom fields and titles |
Configure rules in the plugin settings to automatically pre-select target sites when editing specific entries. Rules can match by entry ID, type, section, site, or other criteria, and support equals / does not equal operators with AND, OR, and XOR logic.
For global sets, the copy toggle appears at the bottom of the content area. Assets are supported through the element index bulk action and the standard sidebar widget.
Variant custom fields and titles are copied when the corresponding attributes are enabled in plugin settings.
The copy is handled by a queue job (SyncElementContent), so changes may not appear immediately on target sites. The job:
- Serializes the selected fields/attributes from the source element
- Remaps linked element IDs and Link field reference tags to the target site
- Saves each target site element with propagation disabled to prevent cascading back to the source site
Craft CMS 4.5.11 or later (compatible with both Craft 4 and Craft 5).
composer require teamnovu/craft-sitecopy
