Skip to content
Snippets Groups Projects
Verified Commit 8309943e authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3309585 by Mingsong, Wim Leers, Chi: CKEditor 5 Style plugin...

Issue #3309585 by Mingsong, Wim Leers, Chi: CKEditor 5 Style plugin configuration tab does not appear

(cherry picked from commit fc024f35)
(cherry picked from commit 3e7580e2)
(cherry picked from commit e3400399)
parent 9e2203d3
No related branches found
No related tags found
6 merge requests!8394[warning] array_flip(): Can only flip STRING and INTEGER values, when saving a non-revisionable custom content entity,!7780issue 3443822: fix for 'No route found for the specified format html. Supported formats: json, xml.',!4848Issue #1566662: Update module should send notifications on Thursdays,!4792Issue #2230689: Remove redundant "Italic" style,!4220Issue #3368223: Link field > Access to internal links is not checked on display.,!1459Issue #3087632: menu_name max length is too long
......@@ -683,7 +683,7 @@ public function validateConfigurationForm(array &$form, FormStateInterface $form
// Special case: AJAX updates that do not submit the form (that cannot
// result in configuration being saved).
if ($form_state->getSubmitHandlers() === ['editor_form_filter_admin_format_editor_configure']) {
if (in_array('editor_form_filter_admin_format_editor_configure', $form_state->getSubmitHandlers(), TRUE)) {
// Ensure that plugins' validation constraints do not immediately
// trigger a validation error: the user may choose to configure other
// CKEditor 5 aspects first.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment