Review Block

Version- 1.0.0

Uses

The Review Block component is used within dynamic collections of public-page.

Attributes

{
  "attributes": {
    "content": {
      "type": "component",
      "repeatable": false,
      "component": "config.section-title"
    },
    "reviews": {
      "type": "component",
      "repeatable": true,
      "component": "config.review-card"
    },
    "empty": {
      "type": "component",
      "repeatable": false,
      "component": "shared.empty"
    },
    "button": {
      "type": "component",
      "repeatable": false,
      "component": "config.link"
    },
    "style": {
      "type": "component",
      "repeatable": false,
      "component": "config.style-section"
    },
    "variation": {
      "type": "enumeration",
      "enum": ["default", "compact", "detailed"],
      "default": "default"
    }
  }
}