Skip to content
Snippets Groups Projects
Commit e1d790da authored by Wojciech Kukowski's avatar Wojciech Kukowski
Browse files

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

parent 7391839f
Branches 5.x
Tags 5.1.4
1 merge request!15Issue #3469207 by michael.barlow@mirumagency.com: Error adding font color
......@@ -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'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment