Issue #2345037 by Wim Leers, bserem: Fixed Configure CKEditor to not create HTML entities.
parent
0eda196d46
commit
b6937343b2
|
@ -99,6 +99,7 @@ class Internal extends CKEditorPluginBase implements ContainerFactoryPluginInter
|
|||
'pasteFromWordPromptCleanup' => TRUE,
|
||||
'resize_dir' => 'vertical',
|
||||
'justifyClasses' => array('text-align-left', 'text-align-center', 'text-align-right', 'text-align-justify'),
|
||||
'entities' => FALSE,
|
||||
);
|
||||
|
||||
// Add the allowedContent setting, which ensures CKEditor only allows tags
|
||||
|
|
|
@ -378,6 +378,7 @@ class CKEditorTest extends DrupalUnitTestBase {
|
|||
'pasteFromWordPromptCleanup' => TRUE,
|
||||
'resize_dir' => 'vertical',
|
||||
'justifyClasses' => array('text-align-left', 'text-align-center', 'text-align-right', 'text-align-justify'),
|
||||
'entities' => FALSE,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue