{
     "$schema": "https://schemas.wp.org/trunk/block.json",
     "apiVersion": 3,
     "name": "ub/styled-box",
     "title": "Styled Box",
     "category": "ultimateblocks",
     "description": "Add styled box like – Notification box, Number box, Feature box in your content. ",
     "keywords": [
          "Number box",
          "Feature",
          "Ultimate Blocks"
     ],
     "attributes": {
          "blockID": {
               "type": "string",
               "default": ""
          },
          "text": {
               "type": "array",
               "default": [
                    ""
               ]
          },
          "textAlign": {
               "type": "array",
               "default": [
                    "left"
               ]
          },
          "title": {
               "type": "array",
               "default": [
                    ""
               ]
          },
          "titleAlign": {
               "type": "array",
               "default": [
                    "center"
               ]
          },
          "number": {
               "type": "array",
               "default": [
                    "1",
                    "2",
                    "3"
               ]
          },
          "image": {
               "type": "array",
               "default": [
                    {
                         "id": null,
                         "alt": null,
                         "url": null
                    }
               ]
          },
          "foreColor": {
               "type": "string",
               "default": "#000000"
          },
          "backColor": {
               "type": "string",
               "default": "#CCCCCC"
          },
          "boxColor": {
               "type": "string",
               "default": ""
          },
          "outlineColor": {
               "type": "string",
               "default": "#000000"
          },
          "outlineThickness": {
               "type": "number",
               "default": 0
          },
          "outlineStyle": {
               "type": "string",
               "default": "solid"
          },
          "outlineRoundingRadius": {
               "type": "number",
               "default": 0
          },
          "outlineRadiusUnit": {
               "type": "string",
               "default": "percent"
          },
          "mode": {
               "type": "string",
               "default": ""
          },
          "padding": {
               "type": "object",
               "default": {}
          },
          "margin": {
               "type": "object",
               "default": {}
          }
     },
     "supports": {}
}