getEvent()->getResponse(); $types = $response->getTypes(); $types[] = [ 'value' => 'weee', 'label' => __('Fixed Product Tax'), 'hide_fields' => [ 'is_unique', 'is_required', 'frontend_class', '_scope', '_default_value', '_front_fieldset', ], ]; $response->setTypes($types); return $this; } }