{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "youbou/code-block",
  "version": "1.0.0",
  "title": "Youbou Code Block",
  "category": "text",
  "icon": "smiley",
  "description": "Code block with syntax highlighting.",
  "supports": {
    "html": false,
    "className": false
  },
  "attributes": {
    "code": {
      "type": "string",
      "source": "text",
      "selector": "code"
    },
    "langType": {
      "type": "string",
      "default": ""
    },
    "langName": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "youbou-code-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}