magentoProvideCategoryExtraFragments
Provides category tree transforms for the Magento category driver.
See MAGENTO_CATEGORY_EXTRA_FRAGMENTS
.
import { magentoProvideCategoryExtraFragments } from '@daffodil/category/driver/magento'
const magentoProvideCategoryExtraFragments: undefined
Examples
providers: [
...magentoProvideCategoryExtraFragments(
myCategoryExtraFragment
)
]