From 49481caf6db89b0853626ac52ab5f786a6887179 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 4 May 2017 15:45:19 -0400 Subject: PLT-6262 Add config setting to disable file attachments (#6301) * Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json --- config/config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'config/config.json') diff --git a/config/config.json b/config/config.json index 3111d3831..352fa0fbf 100644 --- a/config/config.json +++ b/config/config.json @@ -97,6 +97,7 @@ "Symbol": false }, "FileSettings": { + "EnableFileAttachments": true, "MaxFileSize": 52428800, "DriverName": "local", "Directory": "./data/", -- cgit v1.2.3-1-g7c22