- Issue created by @hablat
The following fatal error is thrown when the third party settings are added to a media field in a form display while extra_field_description module is enabled.
Cannot use object of type Drupal\Core\Render\Markup as array in claro_preprocess_fieldset__media_library_widget() (line 1582 of /core/themes/claro/claro.theme).
Issue is present on default drupal admin themes seven/claro.
The media widget plugin expects the field prefix to be an array, add a special case widget form alter hook of the module to deal with the media library widget plugin.
Active
2.0
Code