Disable TinyMCE absolute to relative URL Conversions

后端 未结 4 758
挽巷
挽巷 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:15

    An other solution is to configure TinyMCE with the control panel to use UID for every links and images, instead of path, so you don't modify any existing javascripts and don't have any relative url displayed.

提交回复
热议问题