Image Gallery

Version- 1.0.0

Uses

The Image Gallery component is used within dynamic collections of public-page.

Attributes

{
  "attributes": {
    "content": {
      "type": "component",
      "repeatable": false,
      "component": "config.section-title"
    },
    "variation": {
      "type": "enumeration",
      "enum": ["grid", "masonry", "carousel", "grid-with-title"],
      "default": "grid",
      "required": true
    },
 
    "images": {
      "type": "media",
      "multiple": true,
      "required": true
    },
    "style": {
      "type": "component",
      "repeatable": false,
      "component": "config.style-section"
    }
  }
}