{
  "name": "material/card",
  "category": "material",
  "attributes": {
    "contentLayout": {
      "type": "string",
      "default": "text-under-media"
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "displayTitle": {
      "type": "boolean",
      "default": true
    },
    "secondaryText": {
      "type": "string",
      "default": ""
    },
    "displaySecondaryText": {
      "type": "boolean",
      "default": true
    },
    "imageSourceUrl": {
      "type": "string"
    },
    "isImageEditMode": {
      "type": "boolean"
    },
    "displayImage": {
      "type": "boolean",
      "default": true
    },
    "supportingText": {
      "type": "string",
      "default": ""
    },
    "displaySupportingText": {
      "type": "boolean",
      "default": true
    },
    "primaryActionButtonLabel": {
      "type": "string",
      "default": ""
    },
    "primaryActionButtonUrl": {
      "type": "string"
    },
    "primaryActionButtonNewTab": {
      "type": "bool",
      "default": false
    },
    "primaryActionButtonNoFollow": {
      "type": "bool",
      "default": false
    },
    "secondaryActionButtonLabel": {
      "type": "string",
      "default": ""
    },
    "secondaryActionButtonUrl": {
      "type": "string"
    },
    "secondaryActionButtonNewTab": {
      "type": "bool",
      "default": false
    },
    "secondaryActionButtonNoFollow": {
      "type": "bool",
      "default": false
    },
    "displayActions": {
      "type": "boolean",
      "default": true
    },
    "displaySecondaryActionButton": {
      "type": "bool",
      "default": false
    },
    "cornerRadius": {
      "type": "number"
    },
    "cardStyle": {
      "enum": [ "global", "elevated", "outlined", "filled" ],
      "default": "global",
      "type": "string"
    },
    "imageElement": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "align": [ "left", "right" ]
  },
  "apiVersion": 2
}
