Skip to main content

Media Video — converter mapping

Source videomedia_video. This page shows the recognizer rule and every option on the shortcode, with how the converter fills it — so you can see at a glance which options are mapped, which are reproduced via CSS, and which are left for manual editing.

Recognizer

Priority62
Recognizervideo
Matches whenA <video> or a video embed (YouTube / Vimeo) that isn’t a full-screen section background.
Becomesmedia_video
Recognizer block shape`{ mode:embed
FallbackDegrades to code_block.

The video source is mapped — an embed URL (YouTube/Vimeo) or the self-hosted file(s) — plus the poster image. Playback options (autoplay, loop, controls, ratio) are left at defaults.

Option coverage

1/6 options mapped natively (17%) — 🟡 0 via CSS · ⚠️ 1 gap (derivable, not yet) · ⚪ 4 default · ⚙️ 1 auto.

1 derivable gap

The ⚠️ rows below are options a source realistically expresses that the converter doesn't derive yet — the real to-do list for improving this element's fidelity. The ⚪ default rows are intentional (no reliable signal, or a UnysonPlus-specific choice).

OptionTabTypeStatusMapped from / note
source_typeContentmulti-picker✅ Nativederived-from captured video/iframe block: mode (self_hosted/embed), src/webm/embedUrl/poster and playback flags autoplay/muted/loop/controls/playsinline
widthContentunit-input⚪ Unmappedhardcoded {value:600,unit:'px'}
ratioContentselect⚠️ Gapsignal: source
bg_colorStylingpredefined-colors-color-picker-compact⚪ Unmappedempty_color()
animation · gsap_motion · interaction · text_effect · scroll_* · flip_card · motion_path · confetti · …Animationsmulti-picker⚪ UnmappedDefault — Animation Engine effects (no source mapping)
spacing · css_id · css_class · custom_css · element_position · element_overflow · dc_*Advancedtext / code-editor⚪ UnmappedDefault — outer spacing + per-instance advanced fields, set by hand
unique_id · custom_attrs · responsive_hideAdvancedgroup⚙️ AutoPlumbing — generated / not set

Status legend

  • Native — Set as the native option from the source.
  • 🟡 Via CSS — Reproduced via scoped CSS / the styler; the native option is left empty (candidate to promote to a native mapping).
  • ⚠️ Gap — A source signal exists, but the converter does not derive this yet — a mapping worth adding (a real TODO, not a limitation).
  • Unmapped — Left at default — no reliable source signal, or an intentional/UnysonPlus-specific choice with nothing to translate.
  • ⚙️ Auto — Plumbing (unique id, custom attrs). Excluded from the coverage percentage.

← Back to Element Mapping