{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "c4l/reading-context",
  "version": "1.0.0",
  "title": "Reading Context",
  "description": "Provides a visual context suitable for reading, applicable to fragments of text in the main content.",
  "keywords": [
    "reading",
    "context",
    "book"
  ],
  "supports": {
    "html": false
  },
  "styles": [
    {
      "name": "compact-width",
      "label": "Compact width",
      "isDefault": true
    },
    {
      "name": "full-width",
      "label": "Full width"
    }
  ],
  "example": {
    "attributes": {
      "text": "Lorem ipsum dolor sit amet",
      "caption": "AUTHOR NAME, Work Title"
    }
  },
  "textdomain": "reading-context",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}