Skip to content

Commit

Permalink
Update app config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Jun 2, 2021
1 parent 4ac4118 commit 9169063
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/main/js/apps/sample/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"bundles": {
"dn_screenshot": {
"Config": {
"format": "jpg"
"format": "png",
"quality": 98,
"ignoreBackground": false
}
},
"banner": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/js/bundles/dn_screenshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ This configures the ScreenshotTool.

```json
"Config": {
"ignoreBackground": false,
"format": "png",
"quality": 98,
"format": "jpg"
"ignoreBackground": false,
}
```

Expand Down

0 comments on commit 9169063

Please sign in to comment.