This form class is responsible for creating a color picker field
| Option | Type | Default value | Description |
|---|
$builder->add('color', ColorPickerType::class, [
'required' => false,
'label' => $this->trans('Color', 'Admin.Shopparameters.Feature'),
'help' => $this->trans('Background color of this status label. Used both in backoffice and on order tracking page. HTML colors only.', 'Admin.Shopparameters.Help'),
])
