HEX
Server: LiteSpeed
System: Linux cpir1.prohostdns.com 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
User: pelakir (2976)
PHP: 8.2.31
Disabled: exec, shell_exec, system, passthru, proc_open, proc_close, proc_terminate, proc_get_status, popen, pclose, pcntl_exec
Upload Files
File: //proc/self/cwd/wp-content/plugins/wordpress-seo-premium/assets/blocks/ai-blocks/summary/block.json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "23.0",
  "name": "yoast-seo/ai-summarize",
  "title": "Yoast AI Summarize",
  "description": "Adds a short AI summary of your content.",
  "category": "yoast-ai-blocks",
  "icon": "editor-ul",
  "keywords": [
    "summary",
    "tldr",
    "key takeaways"
  ],
  "textdomain": "wordpress-seo-premium",
  "attributes": {
    "title": {
      "type": "string",
      "source": "html",
      "selector": "h2,h3,h4,h5,h6",
      "default": "Key Takeaways"
    },
    "level": {
      "type": "number",
      "default": 2
    },
    "status": {
      "type": "string",
      "default": "idle"
    }
  },
  "allowedBlocks": [
    "core/list",
    "core/list-item"
  ],
  "supports": {
    "html": true,
    "multiple": false
  },
  "example": {
    "attributes": {
      "title": "Key Takeaways",
      "level": 2,
      "status": "loaded"
    },
    "innerBlocks": [
      {
        "name": "core/list",
        "innerBlocks": [
          {
            "name": "core/list-item",
            "attributes": {
              "content": "First key takeaway from the content"
            }
          },
          {
            "name": "core/list-item",
            "attributes": {
              "content": "Second important point to remember"
            }
          },
          {
            "name": "core/list-item",
            "attributes": {
              "content": "Third summary point for quick reference"
            }
          }
        ]
      }
    ]
  }
}