🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

strapi-plugin-duplicate-button

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-duplicate-button

Adds a duplicate button to the edit view

2.0.0
latest
npm
Version published
Weekly downloads
1.6K
11.1%
Maintainers
0
Weekly downloads
 
Created
Source
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

#yarn
yarn add strapi-plugin-duplicate-button
#pnpm
pnpm add strapi-plugin-duplicate-button
#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:

'duplicate-button': true

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

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

Issues

Please report any issues on GitHub.

FAQs

Package last updated on 21 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts