Skip to content

OPENEUROPA-2636: Update README. #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion modules/oe_editorial_content_lock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ This module provides the ability to prevent concurrent content editing on a site
By installing this module, a user that starts to edit content on the site will lock it preventing other users from
editing it at the same time.

This lock can only be broken by the user that created it or by a user with the "Break content lock" permission, and it
This lock can only be broken by a user with the "Break content lock" permission, and it
can be done by either saving the content or by clicking the available links on the content editing page.

## Requirements
This module depends on the following contrib module:
* drupal/content_lock

## Default configuration

The module ships with default configuration that will be set when enabled. This will apply the content locking to
Expand Down