- Issue created by @malcomio
- 🇬🇧United Kingdom malcomio
This seems to be specific to block config based on search components - the actual components are imported correctly.
Inside
\Drupal\Component\Plugin\Discovery\DiscoveryTrait::doGetDefinitionI can see that a definition has been registered ascoveo_search_component, but the value of$plugin_iddoes not match - e.g. in my case it iscoveo.search_component.content - 🇬🇧United Kingdom malcomio
If I manually edit the exported config to remove the content dependency, this error does not occur.