Carousel Card
Version- 1.0.0
Uses
The Carousel Card
component is used within another component. Config can be added form dynamic pages.
Attributes
{
"attributes": {
"title": {
"type": "string",
"required": false
},
"paragraph": {
"type": "text",
"required": false
},
"image": {
"type": "media",
"allowedTypes": ["images"],
"multiple": false,
"required": false
}
}
}