When searching the forum for ENUM declaration, some threads mention additional custom indicators or custom blocks. There is a simplier way too:
- Make enum-type constant, put its values to curly brackets separated by comma.
- Use that enum to create an input: Type must be the Name of 1st constant, Value must be some of the values inside the brackets.
This method doesnt seem to allow for Descriptions, though...