Skip to content

Commit

Permalink
change default value of appearOnForeground to True in openapi.json (#890
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hsalhotr authored Jun 26, 2024
1 parent b8eaf14 commit d57266b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/resources/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11777,9 +11777,9 @@
"description": "Specifies the appearance parameters for watermark.",
"properties": {
"appearOnForeground": {
"description": "Placement of watermark on the page. Watermark will be either foreground or background on the page. Default is background.",
"description": "Placement of watermark on the page. Watermark will be either foreground or background on the page. Default is foreground.",
"type": "boolean",
"default": false
"default": true
},
"opacity": {
"description": "Percentage value specifying watermark opacity. Specified as an Integer value from 0 to 100.",
Expand Down

0 comments on commit d57266b

Please sign in to comment.