{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "smart-lab/post-block-one",
  "version": "1.0.6",
  "title": "Post Block Grid #01",
  "category": "smartpostblock-category",
  "icon": "format-aside",
  "description": "The ultimate Gutenberg blocks plugin for post layouts, post design, news magazine layouts, and blog post styling.",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "full",
      "wide"
    ]
  },
  "textdomain": "smart-post-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}