--- title: li-publish-date description: "Holds the first publication date, which is user editable." --- ## Supported Features | Feature | Supported | | ------- | :-------: | | 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](/guides/editor/publish-control/llms.txt) instead. ## Default UI Datetime input ## Storage Format ```js ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle', type: 'li-publish-date', config: { index: true // optional, default: false. Added in release-2023-07 }, } // ... ] } ```