You are here

insert_view_adv.routing.yml in Advanced Insert View 8

Same filename and directory in other branches
  1. 2.0.x insert_view_adv.routing.yml

File

insert_view_adv.routing.yml
View source
  1. insert_view_adv.editor_dialog:
  2. path: '/insert-view-wysiwyg/dialog/{filter_format}'
  3. defaults:
  4. _form: '\Drupal\insert_view_adv\Form\InsertViewDialog'
  5. _title: 'Advanced Insert View Form'
  6. options:
  7. _theme: ajax_base_page
  8. requirements:
  9. _entity_access: 'filter_format.use'
  10. insert_view_adv.editor_preview:
  11. path: '/insert-view-adv/preview/{filter_format}'
  12. defaults:
  13. _controller: '\Drupal\insert_view_adv\Controller\AdvancedInsertViewController::ajaxView'
  14. requirements:
  15. _access: 'TRUE'