Constructor: pageBlockVideo
Video
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| autoplay | Bool | Optional | Whether the video is set to autoplay |
| loop | Bool | Optional | Whether the video is set to loop |
| video_id | long | Yes | Video ID |
| caption | PageCaption | Yes | Caption |
Type: PageBlock
Example:
$pageBlockVideo = ['_' => 'pageBlockVideo', 'autoplay' => Bool, 'loop' => Bool, 'video_id' => long, 'caption' => PageCaption];