Skip to content

Commit

Permalink
Add user.fullName to snippet variable (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebach86 authored Dec 30, 2024
1 parent 377be04 commit 257fbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 257fbd4

Please sign in to comment.