Skip to content

Commit

Permalink
Updated placeholder in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiGasai committed Sep 2, 2024
1 parent 90449f2 commit 05d086b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/content/Settings/Placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Placeholders are used in specific functions of the plugin.
| `{{event-year}}` | Start year of event in YYYY format |
| `{{event-month}}` | Start month of event in MM format |
| `{{event-day}}` | Start day of event in DD format |
| `{{event-hour}}` | Start hour of event in hh format |
| `{{event-hour24}}` | Start hour of event in HH format (24h) |
| `{{event-minute}}` | Start minute of event in mm format |
| `{{event-start-hour}}` | Start hour of event in hh format |
| `{{event-start-hour24}}` | Start hour of event in HH format (24h) |
| `{{event-start-minute}}` | Start minute of event in mm format |
| `{{event-end-hour}}` | End hour of event in hh format |
| `{{event-end-hour24}}` | End hour of event in HH format (24h) |
| `{{event-end-minute}}` | End minute of event in mm format |
| `{{event-title}}` | Title of event |

The prefix placeholder could become deprecated in the future.
It better to just use the prefix directly in the string.
It is better to just use the prefix directly in the string.

0 comments on commit 05d086b

Please sign in to comment.