I am trying to enable the media_entity_browser module. It fails saying:

exception 'Drupal\Core\Config\UnmetDependenciesException' with message 'Configuration objects (embed.button.media_entity_embed) provided by media_entity_browser have unmet dependencies' in [error]
/core/lib/Drupal/Core/Config/UnmetDependenciesException.php:84

Can you please clarify which other modules have to be installed,
add them to the media_entity_browser.info.yml,
and to media_entity_browser.install (hook_requirements()).
--
Update:

  • entity_embed module is needed too
  • → but the entity EmbedButton is declared in the Embed module!?
CommentFileSizeAuthor
#5 move_button_into_optional.patch265 byteschr.fritsch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

seppelM created an issue. See original summary.

seppelM’s picture

Issue summary: View changes
demonde’s picture

I tested this module and it seems that it does not work if "Selection display plugin" is set as views as its default. It works if you set this to none.

Sam152’s picture

Thanks for logging this. There well could be some dependency issues. I haven't done any testing of this module outside the context of aGov, so I think it'll need some focused tests which install the minimum required to make this work.

chr.fritsch’s picture

Just moving the config into the optional folder should fix this

chr.fritsch’s picture

Status: Active » Needs work
chr.fritsch’s picture

Status: Needs work » Needs review
Sam152’s picture

#5 looks good. Technically you could use the browser with a field and not use entity embed via the WYSIWYG, so I think this makes sense.

Sam152’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.