This module provides the locking mechanism to discourage concurrent editing on layout pages(eg: node(1), block_content(35), etc...). In other words, this restricts the other user(2) from performing 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.

Effective on the below operations:

  • Add section
  • Configure section
  • Remove section
  • Add component
  • Configure component
  • Remove component
  • Move(drag-n-drop) component

Installation and efforts required:

  • Install module composer require drupal/layout_builder_lock or drush dl layout_builder_lock or download module and place it in the module folder
  • Enable the module using drush en layout_builder_lock -y or going through UI
  • Once enabled nothing to do, just sit back and see the magic

Required modules:

Supporting organizations: 

Project information

Releases