Skip to content
Snippets Groups Projects

Updated the Readme.md

1 file
+ 24
25
Compare changes
  • Side-by-side
  • Inline
+ 24
25
## CONTENTS OF THIS FILE
# Lock Layout Builder
- Introduction
- Requirements
- Installation
- Configuration
- Maintainers
This module provides the locking mechanism to discourage concurrent editing on layout pages(node). In other words, this restricts the other user(2) to perform any operations(add/ edit/ move/ remove/ configure) when the first user(1) already exists on the layout page, till he breaks the lock of the page.
For a full description of the module, visit the
[project page](https://www.drupal.org/project/lock_layout_builder).
## INTRODUCTION
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/lock_layout_builder).
Lock Layout Builder module provides the locking mechanism to discourage
concurrent editing of Node layout pages.
* For a full description of this module, visit the project page:
https://www.drupal.org/project/lock_layout_builder
## Table of contents
* To submit bug reports and feature suggestions, or track changes:
https://www.drupal.org/project/issues/lock_layout_builder
- Requirements
- Installation
- Configuration
- Maintainers
## REQUIREMENTS
## Requirements
This module requires the following core and module:
This module requires the following modules:
* Layout Builder (Drupal core >= 8.7.7)
* [Content locking (anti-concurrent editing)](https://www.drupal.org/project/content_lock)
- Layout Builder (Drupal core >= 8.7.7)
- [Content locking(anti-concurrent editing)](https://www.drupal.org/project/content_lock)
## INSTALLATION
## Installation
* Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/node/1897420 for further information.
Install as you would normally install a contributed Drupal module. For further
information, see
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
## CONFIGURATION
## Configuration
* No extra configuration is needed.
The module has no menu or modifiable settings. There is no configuration.
## MAINTAINERS
## Maintainers
- Ravi Kumar Singh - [rksyravi](https://www.drupal.org/u/rksyravi)
Current maintainers:
* Ravi Kumar Singh [rksyravi](https://www.drupal.org/u/rksyravi)
Loading