spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
812 stars 256 forks source link

specifying image source #187

Open harin opened 8 years ago

harin commented 8 years ago

In tinymce's wiki, I found that I can specify the image source like below. How can I set image source in the config file? I am using tinymce with gridmanager so manually initializing it doesn't seem to work. Thanks. tinymce.init({ plugins: "image", image_list: "/mylist.php" });