Supported Features
| Document | ✔ |
| Media | ✗ |
| Include | ✗ |
| Document Creation Flow | ✗ |
| Push Message | ✗ |
| Table Dashboard | ✗ |
| Display Filter | ✗ |
| Search Indexing | ✔ |
| System Metadata | ✗ |
| Webhook Conditions | ✔ |
Description
Holds the first publication date, which is user editable.
For greater flexibility use Publish Control instead.
Default UI
Datetime inputStorage Format
<ISO8601 String>
Content Type Config
{
handle: 'myContentType',
// ...
metadata: [
{
handle: 'myHandle',
type: 'li-publish-date',
config: {
index: true // optional, default: false. Added in: release-2023-07
},
}
// ...
]
}