GitHub

provideDaffProductMagentoExtraProductTransforms

Provides extra product preview transforms for the Magento product driver.

See DAFF_PRODUCT_MAGENTO_EXTRA_PRODUCT_TRANSFORMS.

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

Examples

providers: [
  ...provideDaffProductMagentoExtraProductTransforms(
    myExtraProductTransform
  )
]