ryssbowh / craft-restrict-deletions

Restrict deletion of used elements in Craft CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restrict Element deletions

This plugin can prevent deletion of elements (entries, assets, categories, products and users) if they are referenced in other elements.

The idea is taken from the plugin Restrict Asset Delete, improved to apply to all elements, and made Craft 4/5 ready.

Installation

composer require ryssbowh/craft-restrict-deletions:^3.0

Documentation

Plugin documentation website

About

Restrict deletion of used elements in Craft CMS

License:MIT License


Languages

Language:PHP 70.2%Language:Twig 29.8%