Trigger labelDelete (cart)

Description

Define a label to be displayed as the trigger to remove an item from the cart. If isLabel is set to true, this label will be displayed within the trigger template. Otherwise, this label will only appear in the title text.

Default value

itemTrigger: {
  labelDelete: 'Remove from cart'
}

Examples

itemTrigger: {
  labelDelete: 'Remove'
}