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.
1 parent f2ec533 commit 25c409aCopy full SHA for 25c409a
scripts/create_widget_catalog.py
@@ -54,7 +54,7 @@ def create(self):
54
widgets.append({
55
"text": widget.name,
56
"doc": self.__get_help(widget),
57
- "img": self.__get_icon(widget, category),
+ "img": 0 and self.__get_icon(widget, category),
58
"keyword": widget.keywords,
59
})
60
0 commit comments