When doing a config sync, I get the following error:
The configuration "search_api_facetapi.settings" is not owned by any module. Try enabling the module that provides this configuration, then importing again.
This is because the search_api_facetapi module does not declare it's config file in hook_config_info().
When doing a config sync, I get the following error:
This is because the
search_api_facetapi
module does not declare it's config file inhook_config_info()
.PR on the way!