Skip to content
Snippets Groups Projects

Issue #3469207 by michael.barlow@mirumagency.com: Error adding font color

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -80,7 +80,7 @@ class FontColor extends CKEditor5PluginDefault implements CKEditor5PluginConfigu
'font' => $this->t('Font Color'),
'background' => $this->t('Background Color'),
],
'#default_value' => $option['type'],
'#default_value' => $option['type'] ?? [],
'#ajax' => FALSE,
];
$form['custom_colors_wrapper'][$colorId]['delete'] = [
Loading