diff --git a/source/development/frontend/models_fieldtypes.rst b/source/development/frontend/models_fieldtypes.rst index 3618e558..65748d11 100644 --- a/source/development/frontend/models_fieldtypes.rst +++ b/source/development/frontend/models_fieldtypes.rst @@ -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 ------------------------------------