{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "c4l/tip",
  "version": "1.0.0",
  "title": "Tip",
  "description": "Offers advice, suggestion or a clue.",
  "keywords": [
    "tip",
    "clue",
    "hint"
  ],
  "supports": {
    "html": false
  },
  "styles": [
    {
      "name": "compact-width",
      "label": "Compact width",
      "isDefault": true
    },
    {
      "name": "full-width",
      "label": "Full width"
    }
  ],
  "example": {
    "attributes": {
      "content": "Lorem ipsum dolor sit amet"
    }
  },
  "textdomain": "tip",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}