Skip to content
Snippets Groups Projects
Unverified Commit 1898413c authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1766 from OpenTechFund/fix/tinymce-absolute-links

Set relative_urls to false for TinyMCE.
parents 81c3a7dc d07cbed7
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