Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/udas.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ It is intended that, once configured, a UDA is indistinguishable from core attri

## Data Types

A UDA has a type, which may be one `string`, `numeric`, `date` or `duration`. If a UDA has type `date`, then it will naturally only accept date values, just like the core attribute `due`.
A UDA has a type, which may be one `string`, `numeric`, `date`, `duration` or `uuid`. If a UDA has type `date`, then it will naturally only accept date values, just like the core attribute `due`.
The `string` UDA type is special, in that a list of acceptable values may also be provided, and taskwarrior will only allow modifications if the new value is in the list.

## Example: estimate
Expand Down
Loading