Validator that takes a dict containing another value, and strips off the outer dict.
Messages
- badDictType:
- The input must be dict-like (not a %(type)s: %(value)r)
- badType:
- The input must be a string (not a %(type)s: %(value)r)
- empty:
- Please enter a value
- missingValue:
- Missing value
- noneType:
- The input must be a string (not None)
- notExpected:
- The input field %(name)s was not expected.