Skip to content
Snippets Groups Projects
Commit d07cbed7 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Set relative_urls to false for TinyMCE.

parent 8be168d3
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ MCE_ATTRIBUTES = {
{'title': 'Underline', 'icon': 'underline', 'format': 'underline'},
]},
],
'relative_urls': False,
}
MCE_ATTRIBUTES_SHORT = {**MCE_ATTRIBUTES, **{'height': 180}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment