No description available.
Properties
caption
string
Optional
Carousel caption
images
array
of refapp.offprint.block.imageGrid#gridImage
Required
Array of images in the carousel (2-6)
maxLength: 6 itemsminLength: 2 itemsView raw schema
{
"type": "object",
"required": [
"images"
],
"properties": {
"images": {
"type": "array",
"items": {
"ref": "app.offprint.block.imageGrid#gridImage",
"type": "ref"
},
"required": true,
"maxLength": 6,
"minLength": 2,
"description": "Array of images in the carousel (2-6)"
},
"caption": {
"type": "string",
"description": "Carousel caption"
}
}
}