Skip to content

Commit

Permalink
Add option enableXfa to the viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed May 7, 2021
1 parent afb8c4f commit 3bd78fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions extensions/chromium/preferences_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
"type": "boolean",
"default": false
},
"enableXfa": {
"type": "boolean",
"default": false
},
"historyUpdateUrl": {
"type": "boolean",
"default": false
Expand Down
2 changes: 1 addition & 1 deletion web/app_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const defaultOptions = {
enableXfa: {
/** @type {boolean} */
value: false,
kind: OptionKind.API,
kind: OptionKind.API + OptionKind.PREFERENCE,
},
fontExtraProperties: {
/** @type {boolean} */
Expand Down

0 comments on commit 3bd78fe

Please sign in to comment.