Publication Embargo

This guide will show you how to set a publication embargo to prevent the publication of an article.

indefinite-embargo

Embargos can only be set for un-published articles.

embargo-disabled

Indefinite Embargo

An article gets indefinitely embargoed by checking the “Indefinite embargo” checkbox. This will prevent the publication of the article and also prohibits scheduling a “Publish Later” date.

indefinite-embargo

Embargo with an expiration date

When an embargo is set with an expiration date, then any publication is prevent but a publication can be scheduled for after the expiration of the embargo.

embargo-until

publish-later

Configuration

The publication embargo is by default disabled.

{
  handle: 'myArticle',
  // ...
  publishControl: {
    embargo: true, // default: false
  }
}