backdrop-contrib / search_api

Provides a generic API for modules offering search capabilities
GNU General Public License v2.0
0 stars 5 forks source link

Unable to sync config: hook_config_info() not implemented #22

Closed jenlampton closed 2 years ago

jenlampton commented 2 years ago

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().

PR on the way!