{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "alpha-blocks/info-box",
  "version": "1.0.0",
  "title": "Info Box",
  "category": "alpha-blocks",
  "icon": "info",
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "compiledCss": {
      "type": "string"
    },
    "text": {
      "type": "string",
      "source": "html",
      "selector": "p"
    },
    "minHeight": {
      "type": "object",
      "default": {
        "desktop": {
          "val": 400,
          "unit": "px"
        },
        "tablet": {
          "val": 300,
          "unit": "px"
        },
        "mobile": {
          "val": 200,
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "general",
        "inspectorComponent": "InspectorResponsiveRangeControl",
        "inspectorLabel": "Min Height",
        "max": "2500"
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "sideTop": "10",
          "sideRight": "10",
          "sideBottom": "10",
          "sideLeft": "10",
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "general",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Padding"
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "desktop": {
          "sideTop": "0",
          "sideRight": "0",
          "sideBottom": "0",
          "sideLeft": "0",
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "general",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Margin"
      }
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "sideTop": "0",
          "sideRight": "0",
          "sideBottom": "0",
          "sideLeft": "0",
          "unit": "px"
        }
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "general",
        "inspectorComponent": "InspectorFourDimension",
        "inspectorLabel": "Border Radius"
      }
    },
    "typography": {
      "type": "object",
      "default": {
        "fontFamily": "Default",
        "fontSize": {
          "desktop": {
            "val": "16",
            "unit": "px"
          }
        },
        "fontWeight": "400",
        "fontStyle": "normal",
        "textTransform": "none",
        "textDecoration": "none",
        "lineHeight": {
          "desktop": {
            "val": "1.5",
            "unit": "em"
          }
        },
        "letterSpacing": {
          "desktop": {
            "val": "0",
            "unit": "px"
          }
        }
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "Typography",
        "inspectorComponent": "InspectorTypographyControlTab",
        "inspectorLabel": "Typography"
      }
    },
    "background": {
      "type": "object",
      "default": {
        "enableBackground": true,
        "backgroundType": "color-gradient",
        "backgroundColorGradient": {
          "type": "color",
          "color": "#ffffff"
        },
        "backgroundImage": {
          "url": "https://plus.unsplash.com/premium_photo-1683865776032-07bf70b0add1?q=80&w=1332&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
        },
        "backgroundSize": "cover",
        "backgroundPosition": "center center",
        "backgroundRepeat": "no-repeat",
        "backgroundAttachment": "scroll"
      },
      "inspectorController": {
        "targetTab": "styles",
        "targetAccordionTab": "Background",
        "inspectorComponent": "InspectorBackgroundControlTab",
        "inspectorLabel": "Background Color"
      }
    },
    "containerBorder": {
      "type": "object",
      "default": {
        "width": 0,
        "style": "solid",
        "color": "#000000"
      },
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "general",
        "inspectorComponent": "InspectorBorderBox",
        "inspectorLabel": "Border"
      }
    },
    "alignment": {
      "type": "string",
      "default": "center",
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "alignment",
        "inspectorComponent": "InspectorSelectButton",
        "inspectorLabel": "Alignment",
        "options": [
          {
            "value": "left",
            "label": "Left"
          },
          {
            "value": "center",
            "label": "Center"
          },
          {
            "value": "right",
            "label": "Right"
          }
        ]
      }
    },
    "verticalAlignment": {
      "type": "string",
      "default": "flex-start",
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "alignment",
        "inspectorComponent": "InspectorSelectButton",
        "inspectorLabel": "Vertical Alignment",
        "options": [
          {
            "value": "flex-start",
            "label": "Top"
          },
          {
            "value": "center",
            "label": "Center"
          },
          {
            "value": "flex-end",
            "label": "Bottom"
          }
        ]
      }
    }
  },
  "supports": {
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "textdomain": "alpha-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "alpha-admin-css"
  ]
}