{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/layout-block",
  "version": "0.1.0",
  "title": "layout-blocks",
  "category": "necessary-blocks",
  "icon": "columns",
  "description": "Example block scaffolded with Create Block tool.",
  "example": {},
  "supports": {
    "html": false,
    "color": {},
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true
  },
  "attributes": {
    "columns": {
      "type": "number",
      "default": 2
    }
  },
  "textdomain": "layout-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render-callback.php"
}