Active
Project:
Extra Field Description
Version:
2.0.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2024 at 23:40 UTC
Updated:
5 Dec 2024 at 23:53 UTC
Jump to comment: Most recent
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, in widget form alter hook of the module, to deal with the media library widget plugin.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
hablat commented