Change record status: 
Project: 
Introduced in branch: 
10.3.x
Introduced in version: 
10.3.0
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