Drupal 8.8 changed file
File to document
Document,
#3019202: Rename "File" media type to "Document" →
.
Sector ships with File entity, but core and contrib will increasingly expect Document media entities for PDF, docx etc. files.
* Run up a Simplytest.me 9.x instance, enable Media module, observe /admin/structure/media lists media types Audio, Document, Image, Remote video, Video, not file.
* Run up a Sector 9.2.8 instance, observe /admin/structure/media lists media types File, Image, Remote Video
(sidequest: note capitalisation of "Remote Video" doesn't match Drupal core "Remote video.")
* Add Document media entity per Drupal core
* Mark File media entity as deprecated
* Consider helper script to transform File entities to Document entities
* Document uses field_media_document
instead of field_media_file
.
* Changes to media-related permissions.
Closed: outdated
9.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.