Skip to content

Commit

Permalink
Corrected docs for parser plugins. Closes #1995
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed May 10, 2019
1 parent b5c5a94 commit e218238
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions user_guide_src/source/outgoing/view_parser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,12 @@ The following plugins are available when using the parser:
==================== ========================== ================================================================================== ================================================================
Plugin Arguments Description Example
==================== ========================== ================================================================================== ================================================================
current_url Alias for the current_url helper function. {+ current_url +}
previous_url Alias for the previous_url helper function. {+ previous_url +}
site_url Alias for the site_url helper function. {+ site_url "login" +}
mailto email, title, attributes Alias for the mailto helper function. {+ mailto [email protected] title="Stranger Things" +}
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto [email protected] title="Stranger Things" +}
lang language string Alias for the lang helper function. {+ lang number.terabyteAbbr +}
currentURL Alias for the current_url helper function. {+ currentURL +}
previousURL Alias for the previous_url helper function. {+ previousURL +}
siteURL Alias for the site_url helper function. {+ siteURL "login" +}
mailto email, title, attributes Alias for the mailto helper function. {+ mailto [email protected] title="Stranger Things" +}
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto [email protected] title="Stranger Things" +}
lang language string Alias for the lang helper function. {+ lang number.terabyteAbbr +}
validation_errors fieldname(optional) Returns either error string for the field (if specified) or all validation errors. {+ validation_errors +} , {+ validation_errors field="email" +}
route route name Alias for the route_to helper function. {+ route "login" +}
==================== ========================== ================================================================================== ================================================================
Expand Down

0 comments on commit e218238

Please sign in to comment.