{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "clenex/demo-block",
  "version": "0.1.0",
  "title": "Demo Block",
  "category": "widgets",
  "icon": "smiley",
  "description": "Demo block scaffolded with Clenex.",
  "supports": {
    "color": {
      "text": true,
      "background": true,
      "link": true
    }
  },
  "attributes": {
    "selectedUser": {
      "type": "string"
    },
    "user": {
      "type": "object"
    }
  },
  "textdomain": "clenex",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}