{
  "apiVersion": 3,
  "title": "Container",
  "name": "brandy/container-block",
  "category": "brandy-blocks",
  "description": "A responsive container block with advanced layout and style options.",
  "attributes": {
    "columns": {
      "type": "object",
      "default": {
        "desktop": 0,
        "tablet": 0,
        "mobile": 0
      }
    },
    "rows": {
      "type": "object",
      "default": {
        "desktop": 1,
        "tablet": 1,
        "mobile": 1
      }
    },
    "gridTemplateColumns": {
      "type": "object",
      "default": {
        "desktop": [
          "1fr"
        ],
        "tablet": [
          "1fr"
        ],
        "mobile": [
          "1fr"
        ]
      }
    },
    "gridTemplateRows": {
      "type": "object",
      "default": {
        "desktop": [
          "1fr"
        ],
        "tablet": [
          "1fr"
        ],
        "mobile": [
          "1fr"
        ]
      }
    },
    "columnsWidth": {
      "type": "array",
      "default": [
        1
      ]
    },
    "isChild": {
      "type": "boolean",
      "default": false
    },
    "width": {
      "type": "object",
      "default": {
        "desktop": 100,
        "tablet": 100,
        "mobile": 100
      }
    },
    "height": {
      "type": "object",
      "default": {
        "desktop": null,
        "tablet": null,
        "mobile": null
      }
    },
    "layout": {
      "type": "string",
      "default": "flex"
    },
    "parentLayout": {
      "type": "string",
      "default": null
    },
    "alignItems": {
      "type": "object",
      "default": {
        "desktop": "center",
        "tablet": "center",
        "mobile": "center"
      }
    },
    "justifyContent": {
      "type": "object",
      "default": {
        "desktop": "center",
        "tablet": "center",
        "mobile": "center"
      }
    },
    "direction": {
      "type": "object",
      "default": {
        "desktop": "row",
        "tablet": "row",
        "mobile": "row"
      }
    },
    "wrap": {
      "type": "object",
      "default": {
        "desktop": "nowrap",
        "tablet": "nowrap",
        "mobile": "wrap"
      }
    },
    "columnSpan": {
      "type": "object",
      "default": {
        "desktop": 1,
        "tablet": 1,
        "mobile": 1
      }
    },
    "rowSpan": {
      "type": "object",
      "default": {
        "desktop": 1,
        "tablet": 1,
        "mobile": 1
      }
    }
  },
  "providesContext": {},
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "color": {
      "background": true,
      "text": true,
      "gradients": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    }
  },
  "example": {
    "viewportWidth": 1400
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}