Using User Macro to write macro is absolutely fascinating, very fast and fluent.
However, I need user to choose from a list of colors and for those selections to be linked to specific hex code then parse along onto html code.
Currently my param looks like this:
## @Param Color:title=Color|type=enum|enumValues=#dcdee0,#edb678,#f6eaa7,#c0dea7
I wonder if I can let user see meaningful words like Red / Orange / Green / Yellow instead.
Thanks a lot in advance!