Format Extension
This article will illustrate the basic concepts of format extension plugins.
"preview": {}"preview" : {
"icns": {}
}"preview" : {
"icns,ico": {}
}"preview": {
"icns": {
"thumbnail": {
"path": "thumbnail/icns.js",
"size": 400,
"allowZoom": false
},
"viewer": {
"path": "viewer/icns.html"
}
}
}Last updated