Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes
This commit is contained in:
parent
b11a755ba8
commit
c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions
|
|
@ -146,7 +146,7 @@ system.site_information_settings:
|
|||
path: '/admin/config/system/site-information'
|
||||
defaults:
|
||||
_form: 'Drupal\system\Form\SiteInformationForm'
|
||||
_title: 'Site information'
|
||||
_title: 'Basic site settings'
|
||||
requirements:
|
||||
_permission: 'administer site configuration'
|
||||
|
||||
|
|
@ -273,6 +273,14 @@ system.modules_list_confirm:
|
|||
requirements:
|
||||
_permission: 'administer modules'
|
||||
|
||||
system.modules_list_experimental_confirm:
|
||||
path: '/admin/modules/list/confirm-experimental'
|
||||
defaults:
|
||||
_form: 'Drupal\system\Form\ModulesListExperimentalConfirmForm'
|
||||
_title: 'Experimental modules'
|
||||
requirements:
|
||||
_permission: 'administer modules'
|
||||
|
||||
system.theme_uninstall:
|
||||
path: '/admin/appearance/uninstall'
|
||||
defaults:
|
||||
|
|
@ -437,6 +445,8 @@ system.batch_page.html:
|
|||
_format: 'html'
|
||||
options:
|
||||
_admin_route: TRUE
|
||||
# @todo Remove the '_no_big_pipe' route option when https://www.drupal.org/node/2589967 lands.
|
||||
_no_big_pipe: TRUE
|
||||
|
||||
system.batch_page.json:
|
||||
path: '/batch'
|
||||
|
|
|
|||
Reference in a new issue