No description available.
Properties
format
string
Optional
No description available.
Known values:
grid, carousel, stripgap
integer
Optional
Gap between images in pixels.
images
array
of ref#image
Required
No description available.
maxWidth
integer
Optional
Max width per image in grid view (px); drives how many columns fit.
View raw schema
{
"type": "object",
"required": [
"images"
],
"properties": {
"gap": {
"type": "integer",
"description": "Gap between images in pixels."
},
"format": {
"type": "string",
"knownValues": [
"grid",
"carousel",
"strip"
]
},
"images": {
"type": "array",
"items": {
"ref": "#image",
"type": "ref"
}
},
"maxWidth": {
"type": "integer",
"description": "Max width per image in grid view (px); drives how many columns fit."
}
}
}