I've exported some facet configurations using Features, but when I install the generated module on a fresh site, the facets are not available--even though the hook_facetapi_default_facet_settings() implementation in my feature is getting called, and I've changed the exported $facet->enabled = FALSE; values to TRUE.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

becw created an issue. See original summary.

becw’s picture

This issue has a very similar description to #1308346: Facet settings from hook_facetapi_default_facet_settings() not used, except I can verify that the default facet settings hook is being called.

Shiraz Dindar’s picture

Not sure if this will help anyone at this stage, but you need to featurize the block of given facet as well, or else features will not enable it for you on the revert, even if it is set to enabled in the feature component. Notice for each facet field there are two components (see attachment, note I pasted the wrong attachment at first and cannot delete it so see the right one. lol).

Shiraz Dindar’s picture

FileSize
154.85 KB