action.skip

Draft & Public

The Draft & Public mode is designed to manage the visibility of content objects in the system and facilitate the publishing process. When enabled, users can utilize statuses such as draft, public, modified, and archived to better organize content and control its state.

This feature is disabled by default, and all saved content objects will have their status set to public.

Available content statuses

Draft & Public provide a set of content statuses to help teams manage and organize their content. Below is a list of each status with a brief explanation:

  • Draft – The default status for all newly created content objects.
  • Public – Indicates content that is ready for production.
  • Modified – When a content object with the public status is edited, a new modified version is created, while the existing public version remains unchanged.
  • Archived – Assigned to content that has been withdrawn from the Public state.

Content objects grid

Note

In the Dashboard, all content types will be visible regardless of their status, unlike in the API. Read more about Draft & Public API.

Publishing content

To make an object that satisfies all requirements available to all users, it must be made public. This can be achieved by clicking the green Publish button located in the toolbar.

Publishing object

Note

Now object will have the status public and will be visible, by default in the listing API.

Cascading publication

When a Content Object is linked to others using Draft & Public mode, publishing actions can influence linked objects. When initiating the publishing process for such content, a confirmation modal will appear to guide the action. This modal presents two options:

  • Publish both the object and related objects – Choosing this option will simultaneously publish the primary content object as well as all linked objects.
  • Publish the selected object only – This option restricts the publishing action to the chosen object, leaving all associated linked objects unaffected.

Cascading publication

If the confirmation modal is closed without making a selection, no publication action will take place, and the current statuses of all objects will remain unchanged.

The modal appears when publishing an object and has linked objects in states other than public.

Unpublishing content

If you wish to revert the public version to a draft to make some adjustments, you can use the Unpublish button located in the Extras menu.

Unpublishing object

Note

Now object will be reverted from public state into the draft and will not be visible, by default in the listing API.

Archiving content

If you wish to archive the public version, withdrawing it from the public state and marking it as archived, you can use the Archive button located in the Extras menu.

Archiving object

Note

Now object will have the status archive and will not be visible, by default in the listing API.