Easily duplicate your repeatable components in the Strapi admin panel.
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 🎉
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.)
Feel free to fork and make a pull request of this plugin. All the input is welcome!
Give a star if this project helped you.
- For general help using Strapi, please refer to the official Strapi documentation.
- You can contact me on the Strapi Discord channel.