nao-pon
|
538811dbd0
|
[cmd:quicklook] add a plugin Google docs online viewer
Default is disabled. Set commandsOptions.quicklook.googleDocsMimes to
enable this plugin.
```javascript
commandsOptions : {
// "quicklook" command options.
quicklook : {
autoplay : true,
jplayer : 'extensions/jplayer',
// MIME types to use Google Docs online viewer
// Example ['application/pdf', 'image/tiff',
// 'application/msword', 'application/vnd.ms-excel',
// 'application/vnd.ms-powerpoint',
// 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
// 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']
googleDocsMimes : []
}
}
```
|
2016-03-11 10:50:32 +09:00 |
|