Skip to content

Commit

Permalink
Document string field type.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed Mar 30, 2023
1 parent 92281a3 commit 453ad59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/development/module/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Both methods expect an array of field definition options. These include:
- `allowed_values` - An associative array of allowed values.
- `allowed_values_function` - The name of a function that returns an
associative array of allowed values.
- `string` - Unformatted text field with a maximum length of 255.
- `string_long` - Unformatted text field of unlimited length.
- `text_long` - Formatted text field of unlimited length.
- `timestamp` - Date and time.
Expand Down

0 comments on commit 453ad59

Please sign in to comment.