Changes between Initial Version and Version 1 of Ticket #61167, comment 19
- Timestamp:
- 01/10/2025 05:22:44 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61167, comment 19
initial v1 4 4 We already limit uploading unsupported filetypes in the media library, the goal here is to match that behavior in the block editor uploader. 5 5 6 Services that want to offer support for additional upload types the server doesn't support can use the existing `upload_mimes` filter to enable them.6 I am iterating in the PR, we probably need to add explicit handling for each image type. Services could filter the support checks to override the default behavior.