diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-05 01:43:12 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-05 20:03:42 +0300 |
commit | 31a326fe636683e71fa61f11ed25b4f2adaead44 (patch) | |
tree | 61a7d64c0c03a91c2bb02ccdd635b9fabd419387 /ext/bg/data/options-schema.json | |
parent | 0d76cef43437fda336a3314dc62db1388537042f (diff) |
add option for iframe popups
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r-- | ext/bg/data/options-schema.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index cb759b72..da1f1ce0 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -108,7 +108,8 @@ "enableClipboardMonitor", "showPitchAccentDownstepNotation", "showPitchAccentPositionNotation", - "showPitchAccentGraph" + "showPitchAccentGraph", + "showIframePopupsInRootFrame" ], "properties": { "enable": { @@ -242,6 +243,10 @@ "showPitchAccentGraph": { "type": "boolean", "default": false + }, + "showIframePopupsInRootFrame": { + "type": "boolean", + "default": false } } }, |