insert line break instead of

in TinyMCE

前端 未结 8 1789
难免孤独
难免孤独 2021-02-04 07:55

I have initialised TinyMCE as follows. I want to force line breaks when user presses enter and not the paragraphs. I\'m trying following, but not working. I\'m using TinyMCE ve

8条回答
  •  被撕碎了的回忆
    2021-02-04 08:32

    Instead try:

    force_p_newlines : false,
    force_br_newlines : true,
    convert_newlines_to_brs : false,
    remove_linebreaks : true,    
    

提交回复
热议问题