drupal/core/modules/ckeditor5/ckeditor5.routing.yml

28 lines
857 B
YAML

ckeditor5.upload_image:
path: '/ckeditor5/upload-image/{editor}'
defaults:
_controller: '\Drupal\ckeditor5\Controller\CKEditor5ImageController::upload'
methods: [POST]
requirements:
_entity_access: 'editor.use'
_custom_access: '\Drupal\ckeditor5\Controller\CKEditor5ImageController::imageUploadEnabledAccess'
_csrf_token: 'TRUE'
options:
parameters:
editor:
type: entity:editor
ckeditor5.media_entity_metadata:
path: '/ckeditor5/{editor}/media-entity-metadata'
defaults:
_controller: '\Drupal\ckeditor5\Controller\CKEditor5MediaController::mediaEntityMetadata'
methods: [GET]
requirements:
_entity_access: 'editor.use'
_custom_access: '\Drupal\ckeditor5\Controller\CKEditor5MediaController::access'
_csrf_token: 'TRUE'
options:
parameters:
editor:
type: entity:editor