li-publish-date

Supported Features

Document
Media
Table Dashboard
Include
Display Filter
Search Indexing
System Metadata

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