Commit 711cc9a0 by cahrens

Tell tinyMCE to not change image paths.

#143
parent 4a79643f
......@@ -20,6 +20,8 @@ class @HTMLEditingDescriptor
theme : "advanced",
skin: 'studio',
schema: "html5",
# Necessary to preserve relative URLs to our images.
convert_urls : false,
# TODO: we should share this CSS with studio (and LMS)
content_css : "/static/css/tiny-mce.css",
formats : {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment