
| Current Path : /var/www/html/rocksensor1/web/core/modules/ckeditor5/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/modules/ckeditor5/ckeditor5.routing.yml |
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