{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/buttons-block",
  "version": "1.5.1",
  "title": "Buttons Block",
  "category": "necessary-blocks",
  "icon": "columns",
  "allowedBlocks": [
    "necessary-block/button-block"
  ],
  "description": "Versatile block used to add clickable buttons to posts or pages or custom link",
  "example": {},
  "supports": {
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "__experimentalExposeControlsToChildren": true,
    "color": {
      "gradients": true,
      "text": false,
      "__experimentalDefaultControls": {
        "background": true
      }
    },
    "typography": {
      "fontSize": true,
      "textAlign": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "lineHeight": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "layout": {
      "allowSwitching": false,
      "allowInheriting": false,
      "default": {
        "type": "flex"
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "attributes": {},
  "keywords": [
    "Button Block",
    "necessary Blocks",
    "Button"
  ],
  "textdomain": "button-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}