{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "momo/acg-block",
  "version": "1.0.0",
  "title": "Auto Content Generator",
  "category": "text",
  "description": "A Gutenberg block to auto generate content from given topic.",
  "attributes": {
    "message": {
      "type": "string",
      "source": "text",
      "selector": "div"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "momoacg",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}