testimonial.json 508 Bytes
{
  "collectionName": "components_layout_testimonials",
  "info": {
    "displayName": "Testimonial"
  },
  "options": {},
  "attributes": {
    "testimonialHeading": {
      "type": "text"
    },
    "testimonialSubHeading": {
      "type": "text"
    },
    "testimonialDescription": {
      "type": "richtext"
    },
    "testimonialImage": {
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ],
      "type": "media",
      "multiple": false
    }
  }
}