{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "b-blocks/bplugins-lorem-generator",
  "version": "1.0.0",
  "title": "Lorem Ipsum Generator",
  "category": "widgets",
  "description": "Use Emmet like abbreviations to quickly create dummy content in Gutenberg. supports custom lorem word counts and block replacement.",
  "keywords": [
    "lorem ipsum",
    "dummy content",
    "emmet",
    "content generator"
  ],
  "textdomain": "lorem-generator",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "isBlockReplace": {
      "type": "boolean",
      "default": true
    },
    "content": {
      "type": "string",
      "default": ""
    },
    "loremText": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {}
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}