
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
strapi-plugin-duplicate-button
Advanced tools
Adds a Duplicate Button to the edit view
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.
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:
'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,
});
Please report any issues on GitHub.
FAQs
Did you know?
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.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.