What problem does this address?
The existing FeaturedImageEdit field looks it only has one purpose - for setting the featured image:
https://github.com/WordPress/gutenberg/blob/trunk/packages/fields/src/fields/featured-image/featured-image-edit.tsx
There's not much in the implementation that means this has to be the case. I think it's worth considering updating the implementation to be a more general MediaUpload (or perhaps just Media) field that can be used more broadly. For example, setting the site logo, the use cases in #71730, and possibly more.
Status
What problem does this address?
The existing FeaturedImageEdit field looks it only has one purpose - for setting the featured image:
https://github.com/WordPress/gutenberg/blob/trunk/packages/fields/src/fields/featured-image/featured-image-edit.tsx
There's not much in the implementation that means this has to be the case. I think it's worth considering updating the implementation to be a more general
MediaUpload(or perhaps justMedia) field that can be used more broadly. For example, setting the site logo, the use cases in #71730, and possibly more.Status
customvalidation #74704Can we absorb setValue logic into Media edit? Fields: Add MediaEdit component #73537 (comment)