Skip to content

Commit bcc7eb3

Browse files
sirainencmouse
authored andcommitted
variables: Add %{generate:} provider
1 parent 22d77c6 commit bcc7eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/settings/variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Global providers that work everywhere are:
149149
| `process:<name>` | Get a process variable, see [below](#process-variables) for list of supported names. |
150150
| `system:<name>` | Get a system variable, see [below](#system-variables) for list of supported names. |
151151
| `time:<name>` | Get a time field, available keys are `hour`, `min`, `minute`, `sec`, `second` and `usec`. |
152+
| `generate:<name>` | Generate a GUID/UUID. Available keys are `guid`, `guid128`, `uuid`, `uuid:record`, `uuid:compact` and `uuid:microsoft`. |
152153

153154
## System Variables
154155

0 commit comments

Comments
 (0)