You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is this feature required? What problems does it solve?
When importing from a 3rd-party system I want to be able to reference linked items and assets by external ID explicitly.
Proposed solution
Expand the MigrationReference type to accept a discriminated union of { readonly codename: T; } | { readonly external_id: T; }.
Update content item and asset importers to handle external IDs.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Motivation
Why is this feature required? What problems does it solve?
When importing from a 3rd-party system I want to be able to reference linked items and assets by external ID explicitly.
Proposed solution
Expand the
MigrationReference
type to accept a discriminated union of{ readonly codename: T; } | { readonly external_id: T; }
.Update content item and asset importers to handle external IDs.
Additional context
N/A
The text was updated successfully, but these errors were encountered: