testimonial.json 652 Bytes
{
  "collectionName": "components_testimonial_testimonials",
  "info": {
    "displayName": "Testimonial"
  },
  "options": {},
  "attributes": {
    "Name": {
      "type": "string"
    },
    "Batch": {
      "type": "string"
    },
    "Message": {
      "type": "text"
    },
    "Designation": {
      "type": "string"
    },
    "Location": {
      "type": "string"
    },
    "Category": {
      "type": "enumeration",
      "enum": [
        "Alumni",
        "Visitors",
        "Guests"
      ]
    },
    "Image": {
      "type": "media",
      "multiple": false,
      "allowedTypes": [
        "images"
      ]
    }
  },
  "config": {}
}