Skip to content

Commit

Permalink
tiff format
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jul 9, 2024
1 parent 4a55869 commit f5058e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

##
## Added
- support tiff format for inserting

## 9.3.1
## Changed
- creating and editing pdf form
Expand Down
2 changes: 1 addition & 1 deletion js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
OCA.Onlyoffice.onRequestInsertImage = function (event) {
var imageMimes = [
"image/bmp", "image/x-bmp", "image/x-bitmap", "application/bmp",
"image/gif",
"image/gif", "image/tiff",
"image/jpeg", "image/jpg", "application/jpg", "application/x-jpg",
"image/png", "image/x-png", "application/png", "application/x-png"
];
Expand Down

0 comments on commit f5058e0

Please sign in to comment.