{
  "collectionName": "components_product_highlights",
  "info": {
    "displayName": "Highlight",
    "icon": "star",
    "description": "Promotional highlight/CTA section"
  },
  "attributes": {
    "title": {
      "type": "string",
      "required": true
    },
    "description": {
      "type": "blocks",
      "required": true
    },
    "image": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": ["images", "videos"]
    },
    "buttonText": {
      "type": "string",
      "default": "Learn more"
    },
    "buttonLink": {
      "type": "string"
    },
    "linkedBlog": {
      "type": "relation",
      "relation": "oneToOne",
      "target": "api::blog.blog"
    }
  }
}
