Constructor: pageListOrderedItemBlocks
Ordered list of IV blocks
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| checkbox | Bool | Optional | |
| checked | Bool | Optional | |
| num | string | Optional | Number of element within ordered list |
| blocks | Array of PageBlock | Yes | Item contents |
| value | int | Optional | |
| type | string | Optional |
Type: PageListOrderedItem
Example:
$pageListOrderedItemBlocks = ['_' => 'pageListOrderedItemBlocks', 'checkbox' => Bool, 'checked' => Bool, 'num' => 'string', 'blocks' => [PageBlock, PageBlock], 'value' => int, 'type' => 'string'];