Hi,
I have the Plugin below written to have the function signature getting all params as flat.
This creates an issue when users are trying to generate the syntax when some attributes are residing within an optional Jelly block (they don’t appear in the syntax if the optional block was not selected), but in any case its an error prone activity because the way the plugin was written.
Question is what options do I have to overcome this, without breaking the backward compatibility. I suppose I can add yet another constructors to covers those signature possibilities, but that seems too cumbersome overall.
Is there any workaround to it?
Thanks,
Tal.