Disable TinyMCE absolute to relative URL Conversions

后端 未结 4 759
挽巷
挽巷 2020-12-29 19:48

Can anyone tell me how to get TinyMCE to stop converting my URLs to relative links in Plone?

For example, if I enter this in the HTML source:

<         


        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 20:27

    You should add these configs into tinymce.int:

    relative_urls: false,

    convert_urls: false,

    remove_script_host : false,

提交回复
热议问题