diff --git a/opentech/apply/utils/options.py b/opentech/apply/utils/options.py index 4fe1ce2125d9ed41f89743de9f79019bcc0aa3be..0a86355ee604acf9d9633371bf61b3835a1f059e 100644 --- a/opentech/apply/utils/options.py +++ b/opentech/apply/utils/options.py @@ -18,6 +18,7 @@ MCE_ATTRIBUTES = { {'title': 'Underline', 'icon': 'underline', 'format': 'underline'}, ]}, ], + 'relative_urls': False, } MCE_ATTRIBUTES_SHORT = {**MCE_ATTRIBUTES, **{'height': 180}}