Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

strapi-regenerator

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-regenerator

A plugin for Strapi CMS that automates the triggering of update events for Strapi items, streamlining content and media management.

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
71
decreased by-2.74%
Maintainers
1
Weekly downloads
 
Created
Source

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:

npm install strapi-regenerator

Configuration

Open/create file config/plugins.js. Enable this plugin by adding:

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:

  1. Go to Settings > Administration Panel.
  2. Select Roles and choose the role you want to edit.
  3. In the Plugins tab, find Regenerator and check "Manage Plugin".

Thanks

Icon design thanks to alexanders.design

Changelog

[0.1.1] - 2024-05-06

Fixed

  • image formatting in the README.md

Changed

  • updated logo

[0.1.2] - 2024-05-06

Changed

  • added the icon for Dashboard
  • added a header layout subtitle

[0.1.3] - 2024-05-07

Changed

  • added thanks to readme

[0.1.5] - 2024-05-11

Fixed

  • an issue with the naming

[0.2.0] - 2024-05-13

Added

  • implemented update content items page

[0.2.1] - 2024-05-29

Fixed

  • added strapi as peer dependency

Keywords

FAQs

Package last updated on 29 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc