-
Notifications
You must be signed in to change notification settings - Fork 10
feat(mux): Implement Payload storage adapter for upload field support #31
Copy link
Copy link
Open
Description
Feature Request
The Mux plugin currently does not use or implement Payload's storage adapter. This limits how videos can be referenced and displayed in the admin panel.
Problem
- No upload field support: Because the plugin doesn't integrate with Payload's storage adapter, it's not possible to use
"type": "upload"fields for Mux videos. Instead, arelationshipfield has to be used. - No video thumbnails: Relationship fields do not support showing video thumbnails, making it difficult to distinguish between similarly named videos when selecting them.
- No polymorphic upload fields: It's not possible to use polymorphic upload fields (i.e., fields that reference multiple upload collections) with this plugin, limiting flexibility in content modeling.
Desired Behavior
It would be great if the plugin implemented Payload's storage adapter so that:
- Mux videos can be used with
"type": "upload"fields - Video thumbnails are displayed in the admin UI for easier identification
- Polymorphic upload fields that combine multiple upload collections (e.g., images + videos) work as expected
Happy to review and test a PR and help verify the implementation!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels