Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3485117
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3485117
Commits
18a03b1f
Commit
18a03b1f
authored
11 years ago
by
Angie Byron
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2031467
by tim.plunkett: Fixed The Place blocks button shows on the Configure block page.
parent
bc0570c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/block/block.module
+5
-0
5 additions, 0 deletions
core/modules/block/block.module
with
5 additions
and
0 deletions
core/modules/block/block.module
+
5
−
0
View file @
18a03b1f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment