{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "firebox/container",
  "version": "1.0.0",
  "title": "Container",
  "description": "Wrap your blocks in a flexible container.",
  "category": "firebox",
  "keywords": [
    "container",
    "wrapper",
    "row",
    "section"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": false,
    "html": false
  },
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "stackOnMobile": {
      "type": "boolean",
      "default": true
    },
    "backgroundImage": {
      "type": "object",
      "default": {
        "desktop": {
          "url": "",
          "repeat": "no-repeat",
          "size": "cover",
          "position": "50% 50%",
          "attachment": "scroll"
        },
        "tablet": {
          "url": "",
          "repeat": "no-repeat",
          "size": "cover",
          "position": "50% 50%",
          "attachment": "scroll"
        },
        "mobile": {
          "url": "",
          "repeat": "no-repeat",
          "size": "cover",
          "position": "50% 50%",
          "attachment": "scroll"
        }
      }
    },
    "verticalContentAlignment": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "horizontalContentAlignment": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "columnDirection": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "gap": {
      "type": "object",
      "default": {
        "desktop": 15,
        "tablet": "",
        "mobile": ""
      }
    },
    "containerHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "containerWidth": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "hideBackgroundOnDevice": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    },
    "visibility": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    },
    "backgroundOverlayColor": {
      "type": "string"
    },
    "blockBorderColor": {
      "type": "string",
      "default": ""
    },
    "blockBorderWidth": {
      "type": "number",
      "default": 0
    },
    "blockBorderStyle": {
      "type": "string",
      "default": "none"
    },
    "blockBorderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "tablet": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "mobile": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "linked": true
      }
    },
    "boxShadow": {
      "type": "object",
      "default": {
        "desktop": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "tablet": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "mobile": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        }
      }
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "fb-block-container"
}