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
- Host: GitHub
- URL: https://github.com/pluginpal/strapi-plugin-component-duplicator
- Owner: pluginpal
- License: mit
- Created: 2024-09-15T10:05:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:17:58.000Z (over 1 year ago)
- Last Synced: 2024-10-22T12:08:47.042Z (over 1 year ago)
- Language: JavaScript
- Size: 374 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Strapi component duplicator plugin
Easily duplicate your repeatable components in the Strapi admin panel.
## ⏳ 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)