guillermomartinez / filemanager-laravel

FileManager for Laravel integrated with TinyMCE
http://laravel-filemanager.rhcloud.com/
MIT License
89 stars 41 forks source link

Absolute / relative Path #26

Closed BenaddiRar closed 8 years ago

BenaddiRar commented 8 years ago

Hy !

how can we tell tinymc to not use relative Path :

screen shot 2015-12-21 at 10 12 55

I want Absolute Path because i Have Front/Back Application.

thQs / Merci

guillermomartinez commented 8 years ago

Add to file public/tinymce/tinymce_editor.js

relative_urls : false,
remove_script_host : false,
convert_urls : true,
BenaddiRar commented 8 years ago

:+1: & :100: