{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cp/codepen-gutenberg-embed-block",
  "version": "1.2.0",
  "title": "CodePen Embed",
  "category": "embed",
  "icon": "embed-generic",
  "description": "Embeds CodePen pens",
  "example": {
    "attributes": {
      "penURL": "https://codepen.io/example/pen/abc123"
    }
  },
  "supports": {
    "html": true
  },
  "attributes": {
    "content": {
      "type": "string",
      "default": ""
    },
    "penURL": {
      "type": "string",
      "default": ""
    },
    "penID": {
      "type": "string",
      "default": ""
    },
    "penType": {
      "type": "string",
      "default": "result"
    },
    "penHeight": {
      "type": "integer",
      "default": 450
    },
    "penTheme": {
      "type": "string",
      "default": "1"
    },
    "clickToLoad": {
      "type": "boolean",
      "default": false
    },
    "editable": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "codepen-embed-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}
