doublethreedigital / duplicator
Duplicate Entries in the Statamic 3 Control Panel
Installs: 183 563
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 2
Forks: 8
Open Issues: 0
Requires
- php: ^8.1 || ^8.2
- statamic/cms: ^4.0
Requires (Dev)
- nunomaduro/collision: ^7.0
- orchestra/testbench: ^8.0
This package is auto-updated.
Last update: 2023-10-20 21:22:44 UTC
README
Duplicator
This addon has been archived. Its functionality was added to Statamic Core as part of v3.3.59 and v4.30.0.
After updating to the latest Statamic version, you may uninstall this addon from your project:
composer remove doublethreedigital/duplicator
Installation
If you're not using multi-site, please update to Statamic 3.3.59 or above instead of installing this addon.
First, require Duplicator as a Composer dependency:
composer require doublethreedigital/duplicator
Now you can start duplicating!
Usage
Collection Entries
🔥 Hot Tip: Make sure you're on the
List
entries view, not theTree
one or else you won't see theDuplicate
button.
- Go to a Collection, and view the entries listing.
- Decide on the entry you wish to duplicate. Click the three dots to toggle a dropdown and click the
Duplicate
option. - If you've got a multi-site setup, you'll be asked to select the site you wish to duplicate the entry to. Select and option and continue.
- The entry will then be duplicated!
Taxonomy Terms
- Go to a Taxonomy, and view the terms listing.
- Decide on the term you wish to duplicate. Click on the three dots to toggle a dropdown and click the
Duplicate
option. - The term will then be duplicated!
Support
No new features are being added to this addon. Currently, it's only purpose is for providing the 'Duplicate' functionality for multi-sites.
Once Statamic has implemented the Duplicate actions for multi-sites, this addon will be archived. Please leave a 👍 reaction on the Statamic feature request.