Skip to content
Snippets Groups Projects
Commit 18a03b1f authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2031467 by tim.plunkett: Fixed The Place blocks button shows on the Configure block page.

parent bc0570c8
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,11 @@ function block_menu() {
'context' => MENU_CONTEXT_NONE,
'route_name' => 'block_admin_block_delete',
);
$items['admin/structure/block/add/%/%'] = array(
'title' => 'Place block',
'type' => MENU_VISIBLE_IN_BREADCRUMB,
'route_name' => 'block_admin_add',
);
// Block administration is tied to the theme and plugin definition so
// that the plugin can appropriately attach to this URL structure.
// @todo D8: Use dynamic % arguments instead of static, hard-coded theme names
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment