testimonial-list.json
475 Bytes
{
  "collectionName": "components_home_testimonial_lists",
  "info": {
    "displayName": "TestimonialList"
  },
  "options": {},
  "attributes": {
    "Name": {
      "type": "string"
    },
    "Message": {
      "type": "text"
    },
    "Batch": {
      "type": "string"
    },
    "Image": {
      "type": "media",
      "multiple": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    }
  },
  "config": {}
}