From 1d311f389b16e2dfbfce9b0cfc91904d89264207 Mon Sep 17 00:00:00 2001 From: Elise Bach Date: Mon, 30 Dec 2024 13:16:51 +0000 Subject: [PATCH] Add user.fullName to snippet variable --- snippets.mdx | 1 + 1 file changed, 1 insertion(+) 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