Scheduled Publishing

This guide will show you how to enable and use scheduled auto publishing / un-publishing.

Click the “Publish later” button to set a future auto publish date.

publish-later

A confirmation message is shown, if one wants to publish instantly while a publish later date is set.

publish-later-now

Click the “Un-Publish Later” button to set a future auto un-publish date.

un-publish-later

Configuration

Publish later and un-publish later is by default disabled.

{
  handle: 'myArticle',
  // ...
  publishControl: {
    publishSchedule: true, // default: false
    unpublishSchedule: true // default: false, rarely used, only enable that with a very specific reason
  }
}