Files
cynic c1c865e675 Added option to map int inputs to an enum type
This enum type is then used in the UI and can also be used internally
in the operator type. This was done to prevent the need of local enum
types polluting to the outside and their need to register the input
relevant handlers for each of them.
2020-07-05 22:01:40 +02:00
..