Powerful Strapi based Soft Delete feature, never loose content again
The Soft Delete plugin is a plugin for Strapi Headless CMS that provides a Soft Delete feature. It adds certain fields to all collection and single content types, allowing for the soft deletion of entries. The plugin also includes RBAC (Role-Based Access Control) features, allowing for different levels of access and control over the soft deleted entries. Additionally, the plugin adds a Soft Delete Explorer item to the Admin left panel, which displays the soft deleted entries and allows for their restoration or permanent deletion.
_softDeletedAt, _softDeletedById, and _softDeletedByType fields to all collection and single content types._softDeletedAt, _softDeletedById, and _softDeletedByType fields accordingly.To install the Soft Delete plugin, follow these steps:
npm install strapi-plugin-soft-delete
The Soft Delete plugin for Strapi Headless CMS adds the ability to perform soft deletes on entries. It modifies the database by adding specific fields to track soft deleted entries. The plugin also enhances the Content Manager and API functionality by implementing soft deletes instead of traditional deletes. Additionally, the RBAC features of the plugin allow for fine-grained control over viewing, restoring, and permanently deleting soft deleted entries. The Soft Delete Explorer in the Admin left panel provides a convenient interface for managing and restoring soft deleted entries. Overall, the Soft Delete plugin offers a comprehensive solution for implementing soft deletions in a Strapi project.