Schema Documentation

CoreVideoAttributes

Description

Attributes of the %s Block Type

Fields
Field NameDescription
align - String The "align" field on the "CoreVideo" block
anchor - String The anchor field for the block.
autoplay - Boolean The "autoplay" field on the "CoreVideo" block
caption - String The "caption" field on the "CoreVideo" block
className - String The "className" field on the "CoreVideo" block
controls - Boolean The "controls" field on the "CoreVideo" block
id - Float The "id" field on the "CoreVideo" block
lock - BlockAttributesObject The "lock" field on the "CoreVideo" block
loop - Boolean The "loop" field on the "CoreVideo" block
muted - Boolean The "muted" field on the "CoreVideo" block
playsInline - Boolean The "playsInline" field on the "CoreVideo" block
poster - String The "poster" field on the "CoreVideo" block
preload - String The "preload" field on the "CoreVideo" block
src - String The "src" field on the "CoreVideo" block
style - BlockAttributesObject The "style" field on the "CoreVideo" block
tracks - BlockAttributesObject The "tracks" field on the "CoreVideo" block
Example
{"align":"xyz789","anchor":"abc123","autoplay":false,"caption":"abc123","className":"abc123","controls":false,"id":123.45,"lock":BlockAttributesObject,"loop":false,"muted":false,"playsInline":false,"poster":"xyz789","preload":"abc123","src":"xyz789","style":BlockAttributesObject,"tracks":BlockAttributesObject}