Disabling Content Item Staging

Content item staging is enabled by default and you are recommended to use it. There are, however, some situations in which you may need to disable it. Some of the Content Store plug-ins, for example, have content item types for which staging must be disabled.

You can disable/enable staging in 3 different ways:

Global

To disable content item staging completely, add articleStaging=false to ServerConfig.properties in one of your configuration layers. This sets the system property com.escenic.article.staging to false.

Per publication

To disable content item staging for a specific publication, set the publication feature com.escenic.article.staging to false (see feature). If staging is globally disabled, then you can enable it for a specific publication by setting com.escenic.article.staging to true instead.

Per content type

To disable content item staging for a specific content type, add a parameter element to the content type definition in the content-type resource. The parameter element must have the name com.escenic.article.staging and the value false. If staging is globally disabled, then you can enable it for a specific content type by setting com.escenic.article.staging to true instead.