diff --git a/snippets.mdx b/snippets.mdx index 6d6fb50..de0e1aa 100644 --- a/snippets.mdx +++ b/snippets.mdx @@ -24,3 +24,4 @@ Within snippets you can also use some variables to include dynamic data. The fol - `{{ customer.fullName }}`: The first and last name of the customer. - `{{ customer.shortName }}`: If set, the short/first name of the customer. - `{{ user.publicName }}`: Your public name (useful for signatures). +- `{{ user.fullName }}`: Your full name