Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -52,7 +52,7 @@ block.admin_display:
|
|||
_permission: 'administer blocks'
|
||||
|
||||
block.admin_display_theme:
|
||||
path: 'admin/structure/block/list/{theme}'
|
||||
path: '/admin/structure/block/list/{theme}'
|
||||
defaults:
|
||||
_controller: '\Drupal\block\Controller\BlockListController::listing'
|
||||
_title: 'Block layout'
|
||||
|
@ -61,7 +61,7 @@ block.admin_display_theme:
|
|||
_permission: 'administer blocks'
|
||||
|
||||
block.admin_library:
|
||||
path: 'admin/structure/block/library/{theme}'
|
||||
path: '/admin/structure/block/library/{theme}'
|
||||
defaults:
|
||||
_controller: '\Drupal\block\Controller\BlockLibraryController::listBlocks'
|
||||
_title: 'Place block'
|
||||
|
|
Reference in a new issue