Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TinyMCE の Image Manager 3.x を使用しています。
私が抱えている問題は、画像を挿入するとパスが
../../../images/etc/myimage.jpg.
イメージマネージャーを含めないように設定するにはどうすればよいですか
../../../
弦を剥がしたくないことに注意してください。
設定に入れます:
tinyMCE.init ({ ... relative_urls:false, ... });