Skip to content

Convert Between Content Types

⏱ 12 minutes intermediate

Content types evolve as your site matures. A simple “Article” page type might split into “News Article” and “Blog Post” with different layouts and fields. A redesign might consolidate multiple page types into one. Converting existing pages to a new content type is faster and safer than recreating them from scratch because you keep the page identity, URL, version history, and access rights intact.

When you convert a page to a different content type, the CMS tries to map properties from the old type to the new type. Properties with the same name and compatible data types transfer automatically. Properties that exist only on the old type or only on the new type require your attention.

ScenarioWhat happens
Property name and type matchValue transfers automatically
Property name matches but type differsCMS attempts conversion; may lose data if types are incompatible
Property exists only on the old typeValue is discarded unless you map it manually
Property exists only on the new typeField is left empty on the converted page
  1. Navigate to the page you want to convert in the content tree.
  2. Right-click the page and select Convert to Another Type or open Tools > Convert Page Type.
  3. Select the target content type from the dropdown list.
  4. Review the property mapping table. The CMS shows which properties transfer automatically and which are unmapped.
  5. For unmapped properties, choose a target property to map to, or accept that the value will be lost.
  6. Click Convert or Apply.
  7. The CMS creates a new version of the page with the new content type. The previous version remains in the version history.
  8. Verify the converted page by opening it in the editor and checking all fields.

Always test conversions on non-critical content first to avoid data loss.

  1. Create a copy of the page you want to convert.
  2. Perform the conversion on the copy.
  3. Open the converted copy and verify:
    • All important content transferred correctly.
    • No fields show missing or corrupted data.
    • The page renders correctly in preview.
  4. If the test conversion looks correct, proceed with the actual page.
  5. If you see problems, adjust property mappings or update the target content type before converting the real page.

When you need to convert many pages at once, bulk conversion saves time.

  1. Open the Admin section.
  2. Navigate to Content Type management or Tools > Change Content Type.
  3. Select the source content type (the type you want to convert from).
  4. Select the target content type (the type you want to convert to).
  5. The CMS shows a list of all pages using the source content type.
  6. Review the property mapping for the bulk operation.
  7. Select all pages or a subset to convert.
  8. Click Convert.
  9. Monitor the progress. Large bulk conversions may take several minutes.
  10. Verify a sample of converted pages to confirm data integrity.

When a property exists on the old content type but has no match on the new type:

  • The value is not deleted from history. Previous versions of the page still contain the old property values. If you convert back to the original type, those values may be recoverable.
  • The value is not available on the new type. The converted page simply does not have that field, so the value is not displayed or editable.
  • Rich text content is usually safe. Rich text fields named the same way on both types transfer without loss.
  • Blocks and references may break. If the new type uses a different content area structure, block references may not transfer correctly.
  • Map properties explicitly. Do not rely on automatic mapping for critical content. Review every field.
  • Test on copies first. Convert a duplicate page and verify before touching the original.
  • Plan bulk conversions during low-traffic periods. Large conversions can affect editor performance temporarily.
  • Communicate with content authors. Warn editors that converted pages may need manual review, especially for unmapped fields.
  • Keep old content types temporarily. Do not delete the old content type until you verify all conversions completed successfully.