Update core 8.3.0
This commit is contained in:
parent
da7a7918f8
commit
cd7a898e66
6144 changed files with 132297 additions and 87747 deletions
|
|
@ -71,3 +71,29 @@ image.effect_edit_form:
|
|||
|
||||
route_callbacks:
|
||||
- '\Drupal\image\Routing\ImageStyleRoutes::routes'
|
||||
|
||||
image.upload:
|
||||
path: '/quickedit/image/upload/{entity_type}/{entity}/{field_name}/{langcode}/{view_mode_id}'
|
||||
defaults:
|
||||
_controller: '\Drupal\image\Controller\QuickEditImageController::upload'
|
||||
options:
|
||||
parameters:
|
||||
entity:
|
||||
type: entity:{entity_type}
|
||||
requirements:
|
||||
_permission: 'access in-place editing'
|
||||
_access_quickedit_entity_field: 'TRUE'
|
||||
_method: 'POST'
|
||||
|
||||
image.info:
|
||||
path: '/quickedit/image/info/{entity_type}/{entity}/{field_name}/{langcode}/{view_mode_id}'
|
||||
defaults:
|
||||
_controller: '\Drupal\image\Controller\QuickEditImageController::getInfo'
|
||||
options:
|
||||
parameters:
|
||||
entity:
|
||||
type: entity:{entity_type}
|
||||
requirements:
|
||||
_permission: 'access in-place editing'
|
||||
_access_quickedit_entity_field: 'TRUE'
|
||||
_method: 'GET'
|
||||
|
|
|
|||
Reference in a new issue