{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Site Plugins Card Grid",
  "apiVersion": 3,
  "name": "wp-plugin-info-card/site-plugins-card-grid",
  "category": "wp-plugin-info-card",
  "icon": "<svg height='24' viewBox='0 0 64 64' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M32 49.11a17.93 17.93 0 0 1-2.005-.12V60h4.014V48.99c-.66.074-1.329.12-2.009.12zM49.019 19.03a2.325 2.325 0 0 0 2.215-2.317 2.33 2.33 0 0 0-2.328-2.328H15.094a2.33 2.33 0 0 0-2.328 2.328c0 1.245.984 2.257 2.215 2.317.045-.006.085-.027.132-.027h33.773c.047 0 .087.02.132.027zM47.887 21.041H16.114v10.182c0 8.761 7.127 15.888 15.887 15.888s15.887-7.127 15.887-15.888V21.041zM35.859 33.463l-5.71 9.193a1 1 0 0 1-1.699-1.054l4.762-7.666h-5.944a1.002 1.002 0 0 1-.762-1.648l7.742-9.097a1.001 1.001 0 0 1 1.523 1.296l-6.34 7.449h5.578a1.001 1.001 0 0 1 .85 1.527zM20.818 4c-.948 0-1.72.771-1.72 1.719v6.666h3.438V5.719A1.72 1.72 0 0 0 20.817 4zM43.182 4c-.947 0-1.719.771-1.719 1.719v6.666h3.438V5.719c0-.948-.771-1.719-1.72-1.719z' fill='currentColor' /></svg>",
  "description": "Display all your active plugins in a grid layout.",
  "keywords": [
    "wp plugin",
    "site",
    "grid",
    "plugin",
    "card",
    "active"
  ],
  "version": "1.0.0",
  "textdomain": "wp-plugin-info-card",
  "attributes": {
    "assetData": {
      "type": "array",
      "default": []
    },
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "align": {
      "type": "string",
      "default": "center"
    },
    "loading": {
      "type": "boolean",
      "default": true
    },
    "scheme": {
      "type": "string",
      "default": "default"
    },
    "layout": {
      "type": "string",
      "default": "card"
    },
    "preview": {
      "type": "boolean",
      "default": false
    },
    "defaultsApplied": {
      "type": "boolean",
      "default": false
    },
    "sortby": {
      "type": "string",
      "default": "none"
    },
    "sort": {
      "type": "string",
      "default": "ASC"
    },
    "cols": {
      "type": "number",
      "default": 2
    },
    "colGap": {
      "type": "number",
      "default": 20
    },
    "rowGap": {
      "type": "number",
      "default": 20
    },
    "itemSlugs": {
      "type": "object",
      "default": {}
    }
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "supports": {
    "anchor": true,
    "align": false,
    "className": true
  },
  "editorScript": "wp-plugin-info-card-block-js",
  "editorStyle": [
    "wp-plugin-info-card-block-editor-css",
    "wp-plugin-info-card-block-styles-css"
  ]
}