{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Button",
  "name": "essential-blocks/button",
  "category": "essential-blocks",
  "description": "Create a stunning button through the button block. You can make it look outstanding by adding exclusive button styles & effects and add links to redirect your visitors to a specific page.",
  "apiVersion": 2,
  "textdomain": "essential-blocks",
  "supports": {
    "anchor": true,
    "align": [
      "wide",
      "full"
    ]
  },
  "usesContext": [
    "essential-blocks/postId",
    "essential-blocks/postType",
    "essential-blocks/queryId",
    "essential-blocks/isLoopBuilder",
    "essential-blocks/query"
  ],
  "editorScript": "essential-blocks-editor-script"
}