mirror of
https://github.com/friendica/friendica
synced 2025-04-23 18:30:11 +00:00
try to improve TinyMCE block handling
This commit is contained in:
parent
d39a2e8a9d
commit
6668d22d37
27 changed files with 91 additions and 91 deletions
|
@ -670,9 +670,9 @@ function setupFieldRichtext(){
|
|||
entity_encoding : "raw",
|
||||
add_unload_trigger : false,
|
||||
remove_linebreaks : false,
|
||||
force_p_newlines : false,
|
||||
force_br_newlines : true,
|
||||
forced_root_block : '',
|
||||
//force_p_newlines : false,
|
||||
//force_br_newlines : true,
|
||||
forced_root_block : 'div',
|
||||
convert_urls: false,
|
||||
content_css: baseurl+"/view/custom_tinymce.css",
|
||||
theme_advanced_path : false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue