Ckedtior outputStandardEditor fails in 5.8 with JS caching on Jshrink Minifier.php error
I have a dashboard single page that is displaying a CKEditor in 5.8.
[code]
echo Core::make('editor')->outputStandardEditor('content',$myContent);
[/code]
Works fine with CSS/JS caching off. As soon as JS/CSS caching is turned on for the site, I g…