{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontis-blocks/advanced-button",
  "version": "1.0.0",
  "title": "Advanced Button",
  "category": "frontis-blocks",
  "description": "A customizable advanced button block with various styling options.",
  "example": {},
  "supports": {
    "anchor": false,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": false
  },
  "textdomain": "frontis-blocks",
  "usesContext": [
    "postId",
    "postType"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php"
}