Using ckeditor in contentbox and trying to insert an image from media library.
Media library shows and picks image successfully but generated url (src="/__media/test images/_DSC9515.JPG") wont display in editor, preview or site.
manually editing source to C:\ColdFusion2016\cfusion\wwwroot\modules_app\contentbox-custom_content\test images_DSC9512.JPG works in editor, preview or site.
geek settings => cb_media_directoryRoot /contentbox-custom/_content
Added “cb_media_directoryRoot” = “/modules_app/contentbox-custom/_content” to coldbox.cfc to no avail.
Any suggestions would be appreciated
Lee