- 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::doGetDefinition
I can see that a definition has been registered ascoveo_search_component
, but the value of$plugin_id
does 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.