Constructor: pageBlockBlockquote
Quote (equivalent to the HTML <blockquote>)
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| collapsed | Bool | Optional | |
| text | RichText | Yes | Quote contents |
| caption | RichText | Yes | Caption |
Type: PageBlock
Example:
$pageBlockBlockquote = ['_' => 'pageBlockBlockquote', 'collapsed' => Bool, 'text' => RichText, 'caption' => RichText];