GitHub

provideDaffProductCompositeMagentoExtraOptionTransforms

function

import { provideDaffProductCompositeMagentoExtraOptionTransforms } from '@daffodil/product-composite/driver/magento'

Provides extra product preview transforms for the Magento product driver.

See DAFF_PRODUCT_COMPOSITE_MAGENTO_EXTRA_OPTION_TRANSFORMS.

Parameters

Parametertransforms: MagentoBundleProductOptionExtraTransform[]
Description

Examples

providers: [
  ...provideDaffProductCompositeMagentoExtraOptionTransforms(
    myExtraProductTransform
  )
]

providers: [
  ...provideDaffProductCompositeMagentoExtraOptionTransforms(
    myExtraProductTransform
  )
]