Sketch
Maintained by
Matthew Davidson
Simple image "paint like" editor for legacy tinymce.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
The problem was solved.
Used "task" plugin and not the "lesson" because with this it does not work.
Thank you so much.
Excellent plugin
Look for
$config->set('URI.AllowedSchemes', array(
under it you will see a bunch of array values set to true. Add the following to the top of the array()
'data' => true,