Skip to content
Snippets Groups Projects

Issue #3296577 Apply patch, modify some of the weird things it did

Merged Issue #3296577 Apply patch, modify some of the weird things it did
All threads resolved!
Merged m4olivei requested to merge issue/api_proxy-3296577:3296577-automated-drupal-10 into 2.x
All threads resolved!
Files
5
@@ -29,7 +29,7 @@ final class Example extends HttpApiPluginBase {
$form['more_stuff'] = [
'#type' => 'textfield',
'#title' => $this->t('Extra config'),
'#default_value' => $this->configuration['more_stuff'],
'#default_value' => $this->configuration['more_stuff'] ?? [],
];
return $form;
}
Loading