Hide some ewoks input names
Here is an example of a widget only expecting data
from the orange interface but needing other parameters like raw_***
to process.
The other parameters will be provided by the widget directly.
Today if we inherit from the existing ewoksorange widget we will have all the input_names
proposed. Which is very confusing for the user.
A way to 'hide' / remove those should be proposed.
Edited by payno