Hidden Content Types

Any content type can be hidden by adding a ui:hidden element to it; it will then not appear in Content Studio's File > New menu.

The following content-type element defines a hidden content type with the name news-old:

  <content-type name="news-old">
    <ui:hidden/>
    ...
  </content-type>

Hidden content types are accessed from application code in exactly the same way as ordinary visible content types.