652 B
652 B
title | description |
---|---|
pageBlockVideo | pageBlockVideo attributes, type and example |
Constructor: pageBlockVideo
Attributes:
Name | Type | Required |
---|---|---|
autoplay | Bool | Optional |
loop | Bool | Optional |
video_id | long | Required |
caption | RichText | Required |
Type: PageBlock
Example:
$pageBlockVideo = ['_' => 'pageBlockVideo', 'autoplay' => true, 'loop' => true, 'video_id' => long, 'caption' => RichText, ];