Allow popups in plugins
Change-Id: I8b28805902561f3353e580b136454d5372da73c1
diff --git a/Changes b/Changes
index 31e8bab..3c5b79e 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.48 2022-12-06
+0.48 2022-12-21
- Added support for NKJP tagset in annotation
assistant. (diewald)
- Remove deprecated 'auth_support' (since 0.31)
@@ -8,6 +8,7 @@
- Support KALAMAR_PLUGINS as a comma-separated environment
variable to load plugins in addition to the 'plugins'
parameter in the configuration file. (diewald)
+ - Allow popups in plugin widgets. (diewald)
0.47 2022-11-22
- Add command to generate super_client_info file. (diewald)
diff --git a/dev/js/src/plugin/service.js b/dev/js/src/plugin/service.js
index a76b2e4..d6af83e 100644
--- a/dev/js/src/plugin/service.js
+++ b/dev/js/src/plugin/service.js
@@ -9,7 +9,8 @@
"presentation" : 1,
"forms": 1,
"downloads-without-user-activation" : 1,
- "downloads" : 1
+ "downloads" : 1,
+ "popups" : 1
};
return {