li-publish-date

Supported Features

Document
Media
Include
Document Creation Flow
Push Message
Usage Log
Table Dashboard
Display Filter
Search Indexing
System Metadata
Planning System
Webhook Conditions

Description

Holds the first publication date, which is user editable.

For greater flexibility use Publish Control instead.

Default UI

Datetime input

Storage 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
      },
    }
    // ...
  ]
}