diff --git a/storyboard/api/v1/system_info.py b/storyboard/api/v1/system_info.py index 4374153a..5e77ceca 100644 --- a/storyboard/api/v1/system_info.py +++ b/storyboard/api/v1/system_info.py @@ -43,6 +43,7 @@ class SystemInfoController(rest.RestController): """ sb_ver = VersionInfo('storyboard-api') config = { + 'enable_attachments': CONF.attachments.enable_attachments, 'enable_editable_comments': CONF.enable_editable_comments, 'enable_notifications': CONF.enable_notifications }