Adds a Duplicate Button to the edit view
Adds a Duplicate Button to the edit view
Copy the following code and run from your terminal
1#yarn
2yarn add strapi-plugin-duplicate-button
1#pnpm
2pnpm add strapi-plugin-duplicate-button
1#npm
2npm install strapi-plugin-duplicate-button
The plugin should now be active and show the duplicate button.
After activation of the Plugin, click the Duplicate Button in the edit view.
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:
1module.exports = () => ({
2 'duplicate-button': true,
3});
Please report any issues on GitHub.
npm install strapi-plugin-duplicate-button
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.