1.1.14 • Published 5 months ago

strapi-plugin-duplicate-button v1.1.14

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Strapi Plugin Duplicate Button

Adds a Duplicate Button to the edit view

npm.io

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.

1.1.14

5 months ago

1.1.12

10 months ago

1.1.11

11 months ago

1.1.10

11 months ago

1.1.13

9 months ago

1.1.9

12 months ago

1.1.7

1 year ago

1.1.5

1 year ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago