{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "templazee/read-time",
  "version": "0.1.0",
  "title": "Read Time",
  "category": "templazee",
  "description": "Displays an estimated reading time for posts or pages, helping users gauge how long it will take to read the content.",
  "supports": {
    "html": true,
    "anchor": true
  },
  "textdomain": "read-time",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "readTimePrefix": {
      "type": "string",
      "default": ""
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "fontSize": {
      "type": "number",
      "default": 16
    },
    "readTimeSuffix": {
      "type": "string",
      "default": ""
    }
  }
}