Closed jenlampton closed 1 year ago
I'm unable to sync config on my site with this module enabled. I see the following error:
The configuration "facetapi.settings" is not owned by any module. Try enabling the module that provides this configuration, then importing again.
This is because the $prefixes variable is not being returned in hook_config_info().
$prefixes
hook_config_info()
PR on the way!
I'm unable to sync config on my site with this module enabled. I see the following error:
This is because the
$prefixes
variable is not being returned inhook_config_info()
.PR on the way!