SitecoreAI Connector
Migrating from XP/XM Connector to SitecoreAI Connector
Quick Migration Decision Tree

Quick Migration Decision Tree

Use this decision tree per field.

  1. Do authors need to select multiple assets?
    • Yes -> mode: MultiSelect
    • No -> go to step 2
  2. Do authors need file-level output behavior (single file flow)?
    • Yes -> mode: SingleSelectFile
    • No -> go to step 3
  3. Is selection limited to one media type?
    • Yes -> set assetTypes (for example ['image'], ['video'], ['document'])
    • No -> leave assetTypes unset (all)
  4. Must the template also support Sitecore-native media selection?
    • Yes -> add a second native Sitecore field (dual-field model)
    • No -> Plugin-only model is sufficient

Output Pattern

Each field decision should end with:

  • Field type: Plugin
  • Source: pub-acdcf8ff-54f9-4269-977a-c4be5b8fde10
  • Standard values config: optional mode (recommended to set explicitly) and optional assetTypes

See Also