Skip to content

Commit

Permalink
Update ReceiverMail.html (#972)
Browse files Browse the repository at this point in the history
Use lowercase for viewhelper in the example section. Production code is correct.
  • Loading branch information
medarob authored Jun 7, 2024
1 parent 651b16c commit b11418d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Templates/Mail/ReceiverMail.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<f:section name="example">

1. Get values from RTE from Backend:
<vh:misc.Variables mail="{mail}" type="mail" function="receiver">
<vh:misc.variables mail="{mail}" type="mail" function="receiver">
<f:format.html parseFuncTSPath="lib.parseFunc_powermail">{powermail_rte}</f:format.html>
</vh:misc.Variables>
</vh:misc.variables>


2. Get all Values by using powermail_all
Expand Down

0 comments on commit b11418d

Please sign in to comment.