I have a question about widgets in the WAB. Why is the config file based on the widget's label instead of its name?
If the widget is named "eSearch" and I change the label to something else that I think my users will better understand, like "Search & select", why does the json config file in the configs folder change to match the new label name?
It seems to me that the label property should just be used for the text that is displayed to the user while the name attribute would be used by the code to identify the widget.