Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / media_library / media_library.routing.yml
diff --git a/web/core/modules/media_library/media_library.routing.yml b/web/core/modules/media_library/media_library.routing.yml
new file mode 100644 (file)
index 0000000..1724760
--- /dev/null
@@ -0,0 +1,6 @@
+media_library.upload:
+  path: '/admin/content/media-widget-upload'
+  defaults:
+    _form: '\Drupal\media_library\Form\MediaLibraryUploadForm'
+  requirements:
+    _custom_access: '\Drupal\media_library\Form\MediaLibraryUploadForm::access'