Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / video_embed_field / modules / video_embed_wysiwyg / video_embed_wysiwyg.routing.yml
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'