fieldNameStringOptional
Field name that config in you store
fieldTypeIntegerOptional
Field type of the extra field.0 means text type. 1 means textarea type. 2 means number type. 3 means dropdown type.
isRequiredBooleanOptional
Is this field is required
defaultValueStringOptional
Default value of this field.
maximumLengthStringOptional
The maximum length of the value of this field. fieldType == 0
numberOfRowsStringOptional
The maximum number of rows of the value of this field. fieldType == 1
maximumValueStringOptional
Maximum value of the field value. fieldType == 2
listOfValuelist of optional StringsOptional
List of all optional values for the field value. fieldType == 3
visibleToEnduserBooleanOptional
Is this field visible to end user
labelNameStringOptional
The label name of the field.