Strapi Regenerator plugin
!Regenerator Icon
Introduction
Regenerator is a plugin for
Strapi CMS that automates the triggering of update events for Strapi items, streamlining content and media management.
Installation
To install, run:
``bash
npm install strapi-regenerator
`
Configuration
Open/create file config/plugins.js
. Enable this plugin by adding:`
js
module.exports = {
...
'strapi-regenerator': {
enabled: true
},
}
``
Usage
- After refresh the plugin tab should appear on the Admin Dashboard.
!Dashboard Menu Plugins
- In the accessed tab you can choose the media items you want to trigger the update for.
!Select the items for regeneration
- And then trigger the update after which you will get the response to the number of updated items.
!Response
Features
For now the Regenerator only supports Media items.
Permissions
By default, only the Super Admin has permission to use this plugin. To allow other roles:
- Go to Settings > Administration Panel.
- Select Roles and choose the role you want to edit.
- In the Plugins tab, find Regenerator and check "Manage Plugin".
Thanks
Icon design thanks to
alexanders.designChangelog
$3
$3
- image formatting in the README.md
$3
- updated logo
$3
$3
- added the icon for Dashboard
- added a header layout subtitle
$3
$3
- added thanks to readme
$3
$3
- an issue with the naming
$3
$3
- implemented update content items page
$3
$3
- added strapi as peer dependency