{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "latest-post-shortcode/lps-block",
  "title": "Latest Post Shortcode",
  "textdomain": "lps",
  "category": "widgets",
  "keywords": [
    "lps",
    "grid",
    "card",
    "overlay",
    "column",
    "latest",
    "post",
    "shortcode"
  ],
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "center",
      "wide",
      "full"
    ],
    "customCSS": false,
    "color": {
      "background": true,
      "gradients": true,
      "link": true,
      "text": true
    },
    "background": {
      "backgroundImage": true,
      "backgroundSize": true
    },
    "spacing": {
      "margin": [
        "vertical"
      ],
      "padding": true
    }
  },
  "attributes": {
    "lpsContent": {
      "type": "string",
      "default": ""
    },
    "clientId": {
      "type": "string",
      "default": ""
    },
    "nthOfType": {
      "type": "string",
      "default": "0"
    },
    "constrained": {
      "type": "boolean"
    }
  },
  "usesContext": [
    "postId",
    "postType"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScript": "file:./view.js",
  "style": "file:./style-view.css"
}