Hi,
I followed this thread @ronaldo304 @Daryl_Shaw
I completely agree with @Daryl_Shaw’s vision on parameters. While waiting for it to evolve in the right direction, I may have found a solution that works for me to enable/disable the icon in a button :
I added a “choose” parameter that allows pushing a class into the button. I simply added css to define that with the “noIconBtn” class, the icon changes to “display:none;”.
I hope it helps