{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "editorStyle": "hayyabuild",
  "category": "hayyabuild",
  "textdomain": "hayyabuild",

  "name": "hayyabuild/contentbox",
  "title": "Content Box",
  "description": "The Content Box block is a generic container for flow content. It has no effect on the content or layout until customize it with all options provided by HayyaBuild.",

  "keywords": [ "content" ],

  "support": [ "wide", "full" ],

  "attributes": {
    "container": {
      "type": "boolean",
      "default": false
    },
    "textAlign": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "classesList": {
      "type": "string",
      "default": ""
    },
    "style": {
      "type": "object",
      "source": "attribute",
      "selector": "a",
      "attribute": "style"
    }
  },

  "example": {
    "attributes": {
      "style": {
        "border": "1px solid #D0D0D0",
        "borderRadius": "5px",
        "padding": "5px 20px"
      }
    },
    "innerBlocks": [
      {
        "name": "core/paragraph",
        "attributes": {
          "customFontSize": 25,
          "content": "The Content Box block is a generic container for flow content. It has no effect on the content or layout until customize it with all options provided by HayyaBuild.",
          "textAlign": "center"
        }
      },
      {
        "name": "hayyabuild/button",
        "attributes": {
          "text": "Button",
          "icon": "fa fa-home",
          "size": 2,
          "style": {
            "background": "#6BAFFF"
          }
        }
      }
    ]
  }
}
