Expand description
Built-in template functions that plugins can use as helpers
Functionsยง
- json_
parse - JSON parse a string
- json_
stringify - JSON stringify a value
- now_
rfc3339 - Get current timestamp in RFC3339 format
- random_
float - Generate random float between 0 and 1
- random_
int - Generate random integer in range
- url_
decode - URL decode a string
- url_
encode - URL encode a string
- uuid_v4
- Generate a random UUID