You are viewing beta documentation for Hyper 3.x.
Migrations & Upgrades
Migrating from oEmbed
Migrate wrav/oembed (opens new window) fields to Hyper’s Embed link type.
Control Panel
- Backup your database and project config.
- With
allowAdminChangesenabled, open Hyper → Settings → Migrations → oEmbed. - Run Migrate Fields, deploy project config, then run Migrate Content on each environment.
Console
php craft hyper/migrate/oembed --step=field
php craft hyper/migrate/oembed --step=content
php craft hyper/migrate/oembed --step=content --dry-run=1What gets mapped
| oEmbed | Hyper |
|---|---|
| Field type | Hyper field with Embed enabled (other types disabled) |
Stored URL / { url: … } | Embed linkValue (metadata fetched when possible) |
Embedded Assets
Spicy Web Embedded Assets (opens new window) does not ship a separate field type — embeds live as Craft Assets. Prefer Hyper’s Asset link type for those volumes, or re-author as Embed URLs. There is no automatic Assets→Embed field swap (mixed image libraries are common).
Last updated: July 22, 2026, 11:43:57 AM