Update to Drupal 8.0.0 beta 14. For more information, see https://drupal.org/node/2544542
This commit is contained in:
parent
3b2511d96d
commit
81ccda77eb
2155 changed files with 54307 additions and 46870 deletions
|
@ -1,12 +1,3 @@
|
|||
system.ajax:
|
||||
path: '/system/ajax'
|
||||
defaults:
|
||||
_controller: '\Drupal\system\Controller\FormAjaxController::content'
|
||||
options:
|
||||
_theme: ajax_base_page
|
||||
requirements:
|
||||
_access: 'TRUE'
|
||||
|
||||
system.401:
|
||||
path: '/system/401'
|
||||
defaults:
|
||||
|
@ -394,7 +385,7 @@ system.theme_settings_theme:
|
|||
'<none>':
|
||||
path: ''
|
||||
options:
|
||||
_only_fragment: TRUE
|
||||
_no_path: TRUE
|
||||
requirements:
|
||||
_access: 'TRUE'
|
||||
|
||||
|
@ -463,6 +454,8 @@ system.db_update:
|
|||
_title: 'Drupal database update'
|
||||
_controller: '\Drupal\system\Controller\DbUpdateController::handle'
|
||||
op: 'info'
|
||||
options:
|
||||
_maintenance_access: TRUE
|
||||
requirements:
|
||||
_access_system_update: 'TRUE'
|
||||
|
||||
|
|
Reference in a new issue