{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "attributes": {
    "tagName": {
      "type": "string",
      "default": "div"
    },
    "dataAttributes": {
      "type": "object",
      "default": {}
    },
    "ariaAttributes": {
      "type": "object",
      "default": {}
    }
  },
  "category": "design",
  "description": "Render Bootstrap container. This block is in the RundizStrap Companion.",
  "editorScript": "file:./index.js",
  "example": false,
  "icon": "layout",
  "keywords": [
    "bootstrap",
    "container",
    "layout",
    "wrapper"
  ],
  "name": "rundizstrap-companion/blocks-bs-container",
  "supports": {
    "anchor": true,
    "ariaLabel": true,
    "className": true,
    "html": false,
    "color": false,
    "typography": false,
    "spacing": false,
    "layout": false,
    "__experimentalBorder": false,
    "position": false,
    "shadow": false,
    "dimensions": false,
    "background": false
  },
  "textdomain": "rundizstrap-companion",
  "title": "Bootstrap layout container",
  "version": "0.0.1"
}