Blame view

src/components/img-component/img-component.json 328 Bytes
jaymehta committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "collectionName": "components_img_component_img_components",
  "info": {
    "displayName": "imgComponent"
  },
  "options": {},
  "attributes": {
    "image": {
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ],
      "type": "media",
      "multiple": false
    }
  }
}