Fix widget configuration schema
- Added a new
entity_browser.browser.widget.base
config schema type for all widgets to extend from. - Fixed
entity_browser.browser.widget.media_image_upload
should extendentity_browser.browser.widget.upload
. - Fixed UUIDs should use type
uuid
notstring
.
Closes #3250751