mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Issue #24
This commit is contained in:
@@ -261,11 +261,11 @@ class wysiwyg
|
||||
|
||||
// 'theme_advanced_statusbar_location' => 'bottom',
|
||||
'theme_advanced_resizing' => 'false',
|
||||
'remove_linebreaks' => 'true',
|
||||
'remove_linebreaks' => 'false',
|
||||
'extended_valid_elements' => vartrue($config['extended_valid_elements']),
|
||||
// 'pagebreak_separator' => "[newpage]",
|
||||
'apply_source_formatting' => 'false',
|
||||
'invalid_elements' => 'p,font,align,script,applet',
|
||||
'apply_source_formatting' => 'true',
|
||||
'invalid_elements' => 'font,align,script,applet',
|
||||
'auto_cleanup_word' => 'true',
|
||||
'cleanup' => 'true',
|
||||
'convert_fonts_to_spans' => 'true',
|
||||
|
Reference in New Issue
Block a user