goal-cards.json 503 Bytes
{
  "collectionName": "components_layout_goal_cards",
  "info": {
    "displayName": "GoalCards",
    "description": ""
  },
  "options": {},
  "attributes": {
    "title": {
      "type": "string"
    },
    "subTitle": {
      "type": "string"
    },
    "image": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    },
    "linkName": {
      "type": "string"
    }
  }
}