{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "infixs-correios-automamtico/blocks",
  "version": "0.1.0",
  "title": "Infixs Block",
  "category": "widgets",
  "icon": "flag",
  "description": "Compatibilidade com blocks do WooCommerce",
  "attributes": {
    "message": {
      "type": "string",
      "__experimentalRole": "content",
      "source": "text",
      "selector": "div"
    }
  },
  "supports": {
    "html": false,
    "inserter": false
  },
  "textdomain": "infixs-correios-automatico",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}