Maybe add commands: delete and download, edit for editable (text - textarea, image - image editor) ?
Edit is not important, but the first two are very necessary.
How can I configure the opening of all files through the default viewer?
@johnfort I can not understand exactly what you want. Please let me know which command you want to do.
@nao-pon double clicking on the file opens it in a popup. It is necessary in the viewer.
Please try client options commandsOptions.open.selectAction and commandsOptions.preference.selectActions.
commandsOptions: {
open: {
selectAction: 'quicklook'
}
}
Most helpful comment
Please try client options
commandsOptions.open.selectActionandcommandsOptions.preference.selectActions.