Skip to content

pluginpal/strapi-plugin-component-duplicator

Repository files navigation

Strapi component duplicator plugin

Easily duplicate your repeatable components in the Strapi admin panel.

NPM Version Monthly download on NPM CI build status codecov.io

⏳ Installation

Install the plugin in your Strapi project.

# using yarn
yarn add strapi-plugin-component-duplicator

# using npm
npm install strapi-plugin-component-duplicator --save

After successful installation you have to rebuild the admin UI so it'll include this plugin. To rebuild and restart Strapi run:

# using yarn
yarn build
yarn develop

# using npm
npm run build
npm run develop

Enjoy 🎉

🖐 Requirements

Complete installation requirements are the exact same as for Strapi itself and can be found in the Strapi documentation.

Supported Strapi versions:

  • Strapi v4 (use strapi-plugin-component-duplicator@^1)

(This plugin may work with older Strapi versions, but these are not tested nor officially supported.)

🤝 Contributing

Feel free to fork and make a pull request of this plugin. All the input is welcome!

⭐️ Show your support

Give a star if this project helped you.

🔗 Links

🌎 Community support

📝 Resources