Update options schema
This commit is contained in:
parent
4d85a36091
commit
14c1f379ec
@ -91,6 +91,8 @@
|
||||
"popupVerticalOffset2",
|
||||
"popupHorizontalTextPosition",
|
||||
"popupVerticalTextPosition",
|
||||
"popupScalingFactor",
|
||||
"popupScaleRelativeToPageZoom",
|
||||
"showGuide",
|
||||
"compactTags",
|
||||
"compactGlossaries",
|
||||
@ -166,6 +168,14 @@
|
||||
"enum": ["default", "before", "after", "left", "right"],
|
||||
"default": "before"
|
||||
},
|
||||
"popupScalingFactor": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"popupScaleRelativeToPageZoom": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"showGuide": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
|
Loading…
Reference in New Issue
Block a user