Skip to content

Commit

Permalink
docs: replace broken link how-to-set-or-override-properties with plac…
Browse files Browse the repository at this point in the history
…eholder
  • Loading branch information
MLenterman committed Jun 11, 2024
1 parent 8a01578 commit 396715e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ The syntax for variable substitution is as follows '\{[variable-name][:formattin
| id | Auto-incrementing identifier with 'D' as formatting option, indicating the amount of digits. <br/>_Example:_ `{id:D5}` with id-123 will result in '00123'. |
| datetime | The current date and time with '[Y]' as formatting option, according to [XSLT datetime formatting](https://www.oreilly.com/library/view/xslt-2nd-edition/9780596527211/ch04s05.html). <br/> _Examples:_ <ul><li>`{datetime:[Y]}` with datetime=14-03-2023 produces '2023'</li><li>`{datetime:[Y0001]}` with datetime=14-03-2023 produces '2023'</li><li>`{datetime:[Y][M][D]}` with datetime=14-03-2023 produces '2023314'</li><li>`{datetime:[Y0001][M01][D01]}` with datetime=14-03-2023 produces '20230314'</li><li>`{datetime:[Y][M01][D]}` with datetime=14-03-2023 produces '20230314'</li></ul>

Refer to [How To Set Or Override Properties](./how-to-set-or-override-properties) for more information on how to set or override properties for your environment.
Refer to [How To Set Or Override Properties](.) for more information on how to set or override properties for your environment.

0 comments on commit 396715e

Please sign in to comment.