An open API service indexing awesome lists of open source software.

https://github.com/pluginpal/strapi-plugin-component-duplicator

Strapi plugin for duplication of components
https://github.com/pluginpal/strapi-plugin-component-duplicator

Last synced: 9 months ago
JSON representation

Strapi plugin for duplication of components

Awesome Lists containing this project

README

          


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.

```bash
# 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:

```bash
# 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](https://strapi.io/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

- [NPM package](https://www.npmjs.com/package/strapi-plugin-component-duplicator)
- [GitHub repository](https://github.com/pluginpal/strapi-plugin-component-duplicator)

## 🌎 Community support

- For general help using Strapi, please refer to [the official Strapi documentation](https://strapi.io/documentation/).
- You can contact me on the Strapi Discord [channel](https://discord.strapi.io/).

## 📝 Resources

- [MIT License](LICENSE.md)