From 257fbd41d56ecb9620c28ebbae3789d46ff61c70 Mon Sep 17 00:00:00 2001 From: Elise Bach <78363545+ebach86@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:11:54 +0000 Subject: [PATCH] Add user.fullName to snippet variable (#155) --- 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