{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "uicore/starter-kit",
  "title": "Starter Kit",
  "category": "uicore-basic",
  "icon": "uicore-block-icon",
  "description": "A custom block with a text field.",
  "supports": {
    "html": false,
    "customClassName": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "textdomain": "uicore-blocks"
}