{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "agilepress/block-agilepress-schema-json-ld-block",
  "version": "0.1.0",
  "title": "AgilePress Schema JSON-LD Block",
  "category": "widgets",
  "icon": "media-code",
  "description": "Manage Schema.org structured data markup with template support and dynamic placeholder replacement.",
  "example": [],
  "attributes": {
    "jsonldContent": {
      "type": "string",
      "default": ""
    },
    "template": {
      "type": "string",
      "default": "blank"
    }
  },
  "supports": {
    "html": false,
    "multiple": true
  },
  "textdomain": "agilepress-schema-json-ld-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}