mirror of
https://github.com/opnsense/docs.git
synced 2026-06-09 08:32:07 -04:00
add base64 fieldtype for https://github.com/opnsense/core/issues/4398
This commit is contained in:
parent
d387ca2823
commit
aa9583fdcc
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,12 @@ AutoNumberField
|
|||
|
||||
An integer sequence, which automatically increments on every new item of the same type in the same level.
|
||||
|
||||
|
||||
Base64Field
|
||||
------------------------------------
|
||||
Validate if a given string contains a valid base64 decodable value.
|
||||
|
||||
|
||||
BooleanField
|
||||
------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue