{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "material/card-query",
  "category": "material",
  "attributes": {
    "showExcerpt": {
      "type": "boolean",
      "default": true
    },
    "showDate": {
      "type": "boolean",
      "default": true
    },
    "showAuthor": {
      "type": "boolean",
      "default": true
    },
    "showComments": {
      "type": "boolean",
      "default": true
    },
    "showFeaturedImage": {
      "type": "boolean",
      "default": true
    },
    "showTitle": {
      "type": "boolean",
      "default": true
    },
    "postContentLength": {
      "type": "number",
      "default": 20
    },
    "cardStyle": {
      "enum": [ "global", "elevated", "outlined", "filled" ],
      "default": "global",
      "type": "string"
    }
  },
  "title": "Material Card for Query loop",
  "supports": {},
  "apiVersion": 2,
  "description": "Material card for query loop block",
  "editorStyle": "material-block-editor-css",
  "editorScript": "material-block-editor-js",
  "usesContext": [ "postId", "postType", "queryId" ],
  "textdomain": "material-design-google"
}
