setType(\Magento\SalesRule\Model\Rule\Action\Collection::class); } /** * @return array */ public function getNewChildSelectOptions() { $actions = parent::getNewChildSelectOptions(); $actions = array_merge_recursive( $actions, [['value' => \Magento\SalesRule\Model\Rule\Action\Product::class, 'label' => __('Update the Product')]] ); return $actions; } }