mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
Field types: update new options for CSVListField and NetworkField
This commit is contained in:
parent
d5f3033ae9
commit
cb798bef36
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue