GitHub

magentoProvideNavigationTreeTransforms

import { magentoProvideNavigationTreeTransforms } from '@daffodil/navigation/driver/magento'

Provides navigation tree transforms for the Magento navigation driver.

See MAGENTO_NAVIGATION_TREE_TRANSFORMS.

Examples

providers: [
  ...magentoProvideNavigationTreeTransforms(
    myNavigationTreeTransform
  )
]