We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c84566 + a9bee72 commit 3c27153Copy full SHA for 3c27153
Orange/widgets/data/owsave.py
@@ -18,7 +18,7 @@ class OWSave(OWSaveBase):
18
description = "Save data to an output file."
19
icon = "icons/Save.svg"
20
category = "Data"
21
- keywords = []
+ keywords = ["export"]
22
23
settings_version = 2
24
doc/widgets.json
@@ -292,7 +292,9 @@
292
"doc": "visual-programming/source/widgets/data/save.md",
293
"icon": "../Orange/widgets/data/icons/Save.svg",
294
"background": "#FFD39F",
295
- "keywords": []
+ "keywords": [
296
+ "export"
297
+ ]
298
}
299
]
300
],
0 commit comments