{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "tpe/codepen",
  "version": "1.0.0",
  "title": "CodePen",
  "category": "embed",
  "icon": "editor-code",
  "description": "Lightweight CodePen preview with lazy result.",
  "keywords": ["TurboPress", "embed", "CodePen"],
  "textdomain": "turbopress-embed",
  "editorScript": "turbopress-nextgen-editor",
  "style": "turbopress-nextgen-style",
  "viewScript": "turbopress-nextgen-view",
  "attributes": {
    "url": { "type": "string", "default": "" },
    "resourceType": { "type": "string", "default": "" },
    "resourceId": { "type": "string", "default": "" },
    "title": { "type": "string", "default": "" },
    "author": { "type": "string", "default": "" },
    "description": { "type": "string", "default": "" },
    "thumbnail": { "type": "string", "default": "" },
    "embedUrl": { "type": "string", "default": "" },
    "text": { "type": "string", "default": "" },
    "avatar": { "type": "string", "default": "" },
    "createdAt": { "type": "string", "default": "" },
    "siteName": { "type": "string", "default": "" },
    "favicon": { "type": "string", "default": "" },
    "files": { "type": "array", "default": [] }
  },
  "supports": { "html": false, "align": ["wide", "full"] }
}
