I only want to allow the required validator for a custom and remove multiselect as an Editor option for an element based on SelectionElementBlock.
[AvailableValidatorTypesAttribute(Include = new Type[] { typeof(RequiredValidator)}, Exclude = new Type[] { typeof(???)})]