simonschaufi/lock-element

Lock Element. A locked element can't be deleted.

Installs: 730

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 0

Type:typo3-cms-extension

v4.0.0 2022-03-16 01:48 UTC

This package is auto-updated.

Last update: 2024-03-27 22:34:59 UTC


README

Donate Latest Stable Version Total Downloads License TYPO3

This extension makes it possible for TYPO3 backend users to lock single pages or content records from being deleted.

Usage

Installation

Installation using Composer

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

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module in the TYPO3 backend.

Release Management

We follow semantic versioning, which means, that

  • bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
  • minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes,
  • and major updates (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.

Contribution

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.