Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/reference/structeezy-dynamic-fields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Structeezy Dynamic Fields are written in the following format:
| Template | Description |
| ------------------ | --------------------------------------------------------------- |
| `{{UID}}` | A unique 6 characters ID |
| `{{UID$$}}` | Where `$$` reprents any number of digits. Additional unique IDs |
| `{{UID$$}}` | Where `$$` represents any number of digits. Additional unique IDs |
| `{{DATETIME}}` | A unique creation date in the ISO format |
| `{{CURRENTDAY}}` | A php snippet to output the current day |
| `{{CURRENTMONTH}}` | A php snippet to output the current mont |
Expand Down Expand Up @@ -182,7 +182,7 @@ The `{{DATETIME}}` placeholder will be replaced by a unique date.
```

:::note
The date is generated at injection time. I guarantees that each time you inject a structure, the date will be different. But once injected, the date becomes static in Bricks.
The date is generated at injection time. I guarantee that each time you inject a structure, the date will be different. But once injected, the date becomes static in Bricks.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all the fixes.
For this one, I think when I wrote this I meant: "It Guarantees" rather than "I guarantee".

Suggested change
The date is generated at injection time. I guarantee that each time you inject a structure, the date will be different. But once injected, the date becomes static in Bricks.
The date is generated at injection time. It guarantees that each time you inject a structure, the date will be different. But once injected, the date becomes static in Bricks.

:::

## `{{CURRENTDAY}}` Current Day / Month / Year
Expand Down