A TYPO3 extension to lock single pages or content records from being deleted
lock_element
This extension makes it possible for TYPO3 backend users to lock single pages or content records from being deleted.
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require simonschaufi/lock-element
Download and install the extension with the extension manager module in the TYPO3 backend.
We follow semantic versioning, which means, that
Pull Requests are gladly welcome! Please don’t forget to add an issue and connect it to your pull requests. This
is very helpful to understand what kind of issue the PR is going to solve.
Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We’re going
to accept only bugfixes if we can reproduce the issue.