[marketplace] Fix problem with modal window into a viewer.

Also add new editor type for modal window.
This commit is contained in:
Alexey Matveev
2024-02-14 12:04:22 +03:00
parent aea0bb3b4b
commit c50b79a497

View File

@ -268,7 +268,8 @@
description : description,
isVisual : true,
isModal : true,
EditorsSupport : ['word', 'cell', 'slide'],
isViewer: true,
EditorsSupport : ['word', 'cell', 'slide', 'pdf'],
size : size,
buttons : buttons
};