{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "asl/text-block",
  "title": "Text Block",
  "category": "block-by-asl",
  "supports": {
    "html": false
  },
  "attributes": {
    "text": {
      "type": "string",
      "default": ""
    },
    "style": {
      "type": "string",
      "default": "purple_bd"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}