Strapi plugin logo for Duplicate Button

Duplicate Button
Plugin verified by Strapi

Adds a Duplicate Button to the edit view

thumbnail for Duplicate Button
Logo - Strapi Duplicate Button

Strapi Plugin Duplicate Button

Adds a Duplicate Button to the edit view

How to Install

Copy the following code and run from your terminal

1
2
#yarn
yarn add strapi-plugin-duplicate-button
1
2
#pnpm
pnpm add strapi-plugin-duplicate-button
1
2
#npm
npm install strapi-plugin-duplicate-button

The plugin should now be active and show the duplicate button.

How to use

After activation of the Plugin, click the Duplicate Button in the edit view.

Troubleshooting

If the duplicate button does not show up, try adding the following attribute in the config/plugins.js file:

1
'duplicate-button': true

Or if you do not have the plugins.js file yet, add the file with the following contents:

1
2
3
module.exports = () => ({
  'duplicate-button': true,
});

Issues

Please report any issues on GitHub.

Install now

npm install strapi-plugin-duplicate-button

STATS

14 GitHub stars2451 weekly downloads

Last updated

151 days ago

Strapi Version

4.0.0 and above

Author

github profile image for Johannes Lauter
Johannes Lauter

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.