{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "am/faux-wp-code",
  "title": "WP Code",
  "description": "Insert code snippets into your page",
  "version": "0.1.0",
  "category": "widgets",
  "icon": "admin-plugins",
  "supports": {
    "html": false
  },
  "textdomain": "insert-headers-and-footers",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "attributes": {},
  "example": {
    "attributes": {
      "preview": true
    }
  }
}