This project is not covered by Drupal’s security advisory policy.
This module is a technical preview.
Don't use in Production
Overview:
Right now it is not possible to "quick edit" layout builder inline blocks.
The problem is that the layout entity needs to get informed if a new block revision is created.
To deal with this problem the module simple loads the latest revisions of an block for draft layout entities and activates the contextual menus.
If the layout entity is not moderated it simple activates the contextual links for inline blocks.
See issue Inline blocks shouldn't be editable via the normal block content UI for more details.
Installation / configuration:
Enable the module and add following patches to your composer.json
"patches": {
"drupal/core": {
"3020876 - Contextual links of reusable content blocks are not displayed when rendering entities built via Layout Builder": "https://www.drupal.org/files/issues/2020-02-22/contextual_links_layout_builder_0.patch",
"3072231 - Custom blocks break layout builder module - Quick Edit could not associate the rendered entity field markup": "https://www.drupal.org/files/issues/2019-12-12/3072231-14-core-8-8-x.patch",
"3053887 - Add test coverage and document why inline blocks require a new revision to be created when modified, regardless of whether a new revision of the parent has been created": "https://www.drupal.org/files/issues/2019-05-21/3053887-11.patch",
"3053881 - [PP-1] Reverting entity revisions that contain custom blocks erroneously triggers EntityChangedConstraint": "https://www.drupal.org/files/issues/2019-05-13/3053881-11.patch",
"3037144 - Ensure that entity edit forms use the active variant of an entity": "https://www.drupal.org/files/issues/2019-03-06/3037144-17.patch",
"3054197 - Cannot add a custom block with a block description already used by a non-reusable block": "https://www.drupal.org/files/issues/2019-10-10/3054197-10.patch"
},
"3008924 - Callers of LayoutEntityHelperTrait::getEntitySections() do not account for the view mode": "https://www.drupal.org/files/issues/2019-06-20/3008924-5.patch"
},
Supporting organizations:
Project information
12 sites report using this module
- Created by christian.wiedemann on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
