Script user config to allow multiple selections in a predefined list

Currently you can offer plugin config to be a selection from a predefined list via a special Vector with a numeric first index. This is helpful to avoid user typos

But then you're only limited to getting a single value

If you want multiple values, you'd use regular Vector, but then you don't get the benefit of constraining the selection to a list of predefined alternatives

So it'd be nice to have a way to allow multiple selection from a predefined list