You are here

video_embed_wysiwyg.routing.yml in Video Embed Field 8.2

Same filename and directory in other branches
  1. 8 modules/video_embed_wysiwyg/video_embed_wysiwyg.routing.yml
modules/video_embed_wysiwyg/video_embed_wysiwyg.routing.yml

File

modules/video_embed_wysiwyg/video_embed_wysiwyg.routing.yml
View source
  1. video_embed_wysiwyg.video_dialog:
  2. path: '/video-embed-wysiwyg/dialog/{filter_format}'
  3. defaults:
  4. _form: '\Drupal\video_embed_wysiwyg\Form\VideoEmbedDialog'
  5. _title: 'Video Form'
  6. options:
  7. _theme: ajax_base_page
  8. requirements:
  9. _entity_access: 'filter_format.use'
  10. _access_video_embed_wysiwyg_filter_in_use: 'TRUE'