summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index ba7a84273..31b35d0f8 100644
--- a/configure.json
+++ b/configure.json
@@ -433,7 +433,7 @@
"label": "Spellchecker",
"purpose": "Provides a spellchecker.",
"section": "WebEngine",
- "output": [ "privateFeature" ]
+ "output": [ "publicFeature" ]
},
"native-spellchecker": {
"label": "Native Spellchecker",
@@ -441,7 +441,7 @@
"section": "WebEngine",
"autoDetect": false,
"condition": "config.macos && features.spellchecker",
- "output": [ "privateFeature" ]
+ "output": [ "publicFeature" ]
},
"ui-delegates": {
"label": "UI Delegates",