- Issue created by @darkdim
- First commit to issue fork.
- Status changed to Fixed
11 months ago 2:39pm 31 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.
$data = $form_state->getValues();
if (!isset($data['field_metatag'])) {
$response->addCommand(new MessageCommand('field_metatag is missing.', NULL, ['type' => 'error'], TRUE));
return $response;
}
I think it makes sense to add the field name to the configuration form
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.