2014-02-08 20:32:05 +00:00
|
|
|
editor.filter_xss:
|
|
|
|
path: '/editor/filter_xss/{filter_format}'
|
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\editor\EditorController::filterXss'
|
|
|
|
requirements:
|
|
|
|
_entity_access: 'filter_format.view'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
editor.field_untransformed_text:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/editor/{entity_type}/{entity}/{field_name}/{langcode}/{view_mode_id}'
|
2013-03-20 18:38:12 +00:00
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\editor\EditorController::getUntransformedText'
|
2013-12-17 11:03:15 +00:00
|
|
|
options:
|
|
|
|
_theme: ajax_base_page
|
2013-03-20 18:38:12 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'access in-place editing'
|
|
|
|
_access_edit_entity_field: 'TRUE'
|
2013-08-29 19:38:58 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
editor.image_dialog:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/editor/dialog/image/{filter_format}'
|
2013-06-28 17:41:52 +00:00
|
|
|
defaults:
|
|
|
|
_form: '\Drupal\editor\Form\EditorImageDialog'
|
|
|
|
requirements:
|
2013-08-29 19:38:58 +00:00
|
|
|
_entity_access: 'filter_format.view'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
editor.link_dialog:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/editor/dialog/link/{filter_format}'
|
2013-06-28 17:41:52 +00:00
|
|
|
defaults:
|
|
|
|
_form: '\Drupal\editor\Form\EditorLinkDialog'
|
|
|
|
requirements:
|
2013-08-29 19:38:58 +00:00
|
|
|
_entity_access: 'filter_format.view'
|