Field types: update new options for CSVListField and NetworkField

pull/463/head
Stephan 1 year ago
parent d5f3033ae9
commit cb798bef36

@ -136,6 +136,7 @@ List of (comma) separated values, which can be validated using a regex.
"Required", "Y,N", "Mark field as required"
"ValidationMessage", ":code:`text`", "Error message on validation failure"
"Mask", ":code:`regex`", "Optional validation regex"
"MaskPerItem", "Y,N", "Apply regex validation to each item separately"
ConfigdActionsField
@ -398,6 +399,7 @@ Validate if the value is a valid network address (IPv4, IPv6).
"FieldSeparator", ":code:`text`", "Separator character to use"
"WildcardEnabled", "Y,N", "Allow the use of the :code:`any` clause"
"AsList", "Y,N", "Field type should return list items"
"Strict", "Y,N", "Disallow the usage of host bits when a netmask is used"
NumericField
------------------------------------

Loading…
Cancel
Save