{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontis-blocks/container",
  "version": "1.0.0",
  "title": "Container",
  "category": "frontis-blocks",
  "description": "Empower dynamic and adaptable page structures through responsive flexbox containers.",
  "example": {},
  "supports": {
    "anchor": false,
    "html": false,
    "customClassName": false
  },
  "textdomain": "frontis-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "usesContext": [
    "fb/formContainerSwitcher"
  ]
}