By smustgrave on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.3.x
Introduced in version:
10.3.0
Issue links:
Description:
New helpful links are being added to the Block Layout page.
- View blocks will now contain link to "Edit view"
- Custom blocks will now contain link to "Edit block"
- Menu will now contain link to "Edit menu"
The links are added using hook_entity_operation() implementations in the respective modules. Modules which derive block plugins from entities are encouraged to take the same approach.
Impacts:
Site builders, administrators, editors
Module developers