From 5c4afa8a2374ed5af2f7b059d794ebc608384588 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 22 May 2014 17:23:30 +0300 Subject: [PATCH] add large preview size --- application/Espo/Resources/i18n/en_US/Admin.json | 3 ++- application/Espo/Resources/metadata/fields/image.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/i18n/en_US/Admin.json b/application/Espo/Resources/i18n/en_US/Admin.json index 42e7984762..e2d6134e27 100644 --- a/application/Espo/Resources/i18n/en_US/Admin.json +++ b/application/Espo/Resources/i18n/en_US/Admin.json @@ -115,7 +115,8 @@ "previewSize": { "x-small": "X-Small", "small": "Small", - "medium": "Medium" + "medium": "Medium", + "large": "Large" } } } diff --git a/application/Espo/Resources/metadata/fields/image.json b/application/Espo/Resources/metadata/fields/image.json index 2eaeb538eb..8555815d07 100644 --- a/application/Espo/Resources/metadata/fields/image.json +++ b/application/Espo/Resources/metadata/fields/image.json @@ -9,7 +9,7 @@ "name":"previewSize", "type":"enum", "default":"small", - "options": ["x-small", "small", "medium"] + "options": ["x-small", "small", "medium", "large"] } ], "actualFields":[