Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61167, comment 19


Ignore:
Timestamp:
01/10/2025 05:22:44 PM (13 months ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61167, comment 19

    initial v1  
    44We already limit uploading unsupported filetypes in the media library, the goal here is to match that behavior in the block editor uploader.
    55
    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.
     6I 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.