GitHub

magentoProvideCategoryExtraFragments

import { magentoProvideCategoryExtraFragments } from '@daffodil/category/driver/magento'

Provides category tree transforms for the Magento category driver.

See MAGENTO_CATEGORY_EXTRA_FRAGMENTS.

Examples

providers: [
  ...magentoProvideCategoryExtraFragments(
    myCategoryExtraFragment
  )
]