MARTOR_ENABLE_CONFIGS = {
'imgur': 'true',
# if I comment out this config (I don't need the feature), the image upload button disappears!
'mention': 'true',
'jquery': 'true', # required for the admin
}
MARTOR_TOOLBAR_BUTTONS = [
'image-upload',
'toggle-maximize',
]