I’m wondering if there’s a way to hide widget configuration parameters based on the value of other configuration parameters. The idea is that some parameters are only relevant if some other parameter has a certain value, and could be hidden if that’s not the case, to declutter the UI.
I’ve tried visible
, show
etc. with no luck. I’ve also tried to read the schema, and can’t find anything there. It might not be possible to do - I’ve even tried using an expression for the advanced
setting, and it doesn’t seem to be evaluated.
I do think it would be helpful when there are lots of parameters though. Is there a way?