GitHub

provideDaffProductMagentoExtraProductPreviewTransforms

Provides extra product preview transforms for the Magento product driver.

See DAFF_PRODUCT_MAGENTO_EXTRA_PRODUCT_PREVIEW_TRANSFORMS.

import { provideDaffProductMagentoExtraProductPreviewTransforms } from '@daffodil/product/driver/magento'
function provideDaffProductMagentoExtraProductPreviewTransforms<T extends MagentoProduct = MagentoProduct, V extends DaffProduct = DaffProduct>(...transforms: DaffMagentoProductExtraTransform<T, V>[]): Provider[]

Examples

providers: [
  ...provideDaffProductMagentoExtraProductPreviewTransforms(
    myExtraProductTransform
  )
]