Blame view

src/components/layout/project-image.json 562 Bytes
1 2 3 4
{
  "collectionName": "components_layout_project_images",
  "info": {
    "displayName": "Project Image",
jay committed
5 6
    "icon": "images",
    "description": ""
7 8 9 10 11 12
  },
  "options": {},
  "attributes": {
    "image": {
      "type": "media",
      "multiple": false,
jay committed
13 14 15 16
      "required": true,
      "allowedTypes": [
        "images"
      ]
17 18 19 20 21 22 23 24 25
    },
    "featuredOnHome": {
      "type": "boolean",
      "default": false,
      "required": true
    },
    "caption": {
      "type": "string",
      "required": true
jay committed
26 27 28
    },
    "thumbnail": {
      "type": "boolean"
29 30 31
    }
  }
}