From 312f7a33647488a62a483952e054c8aab4cf48a3 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 15 Nov 2024 13:08:54 +0300 Subject: [PATCH] [VE] Add formats for downloading --- apps/visioeditor/main/app/view/FileMenuPanels.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/visioeditor/main/app/view/FileMenuPanels.js b/apps/visioeditor/main/app/view/FileMenuPanels.js index 4375e54125..59e280c7dc 100644 --- a/apps/visioeditor/main/app/view/FileMenuPanels.js +++ b/apps/visioeditor/main/app/view/FileMenuPanels.js @@ -51,6 +51,9 @@ define([], function () { {name: 'VSDX', imgCls: 'vsdx', type: Asc.c_oAscFileType.VSDX}, {name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF}, {name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA} + ], [ + {name: 'JPG', imgCls: 'jpg', type: Asc.c_oAscFileType.JPG}, + {name: 'PNG', imgCls: 'png', type: Asc.c_oAscFileType.PNG} ]], @@ -142,6 +145,9 @@ define([], function () { {name: 'VSDX', imgCls: 'vsdx', type: Asc.c_oAscFileType.VSDX, ext: '.vsdx'}, {name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF, ext: '.pdf'}, {name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA, ext: '.pdf'} + ], [ + {name: 'JPG', imgCls: 'jpg', type: Asc.c_oAscFileType.JPG, ext: '.zip'}, + {name: 'PNG', imgCls: 'png', type: Asc.c_oAscFileType.PNG, ext: '.zip'} ]], template: _.template([