correcting tinyMCE init parameter setting
This commit is contained in:
parent
3003fdc346
commit
41c6c3fe81
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@
|
||||||
fix_nesting : true,
|
fix_nesting : true,
|
||||||
cleanup_on_startup : true,
|
cleanup_on_startup : true,
|
||||||
gecko_spellcheck : true,
|
gecko_spellcheck : true,
|
||||||
forced_root_block: false,
|
forced_root_block: false
|
||||||
forced_root_block : 'p'
|
|
||||||
// plugins: "paste",
|
// plugins: "paste",
|
||||||
// theme_advanced_buttons1_add : "pastetext,pasteword,selectall",
|
// theme_advanced_buttons1_add : "pastetext,pasteword,selectall",
|
||||||
// paste_create_paragraphs: false,
|
// paste_create_paragraphs: false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue