ComboStrap Metadata - Published Date
Table of Contents
1 - About
The published property is a page metadata that permits to modify the published date of an article.
If the published date is set in the future, the article will be protected.
Since version 1.12
2 - Articles Related
3 - How to set a published date ?
You can set a published date in the frontmatter with an ISO format.
Example:
- at the day level:
{
"published":"2021-03-15"
}
- at the hour level (10 hour)
{
"published":"2021-03-15T10:00:00"
}
The dates are all located in the timezone of your server.