{
  "apiVersion": 2,
  "name": "phenix/column",
  "version": "0.1.0",
  "title": "Grid Column",
  "keywords": [
    "pds",
    "pds-blocks",
    "column",
    "group",
    "wrapper",
    "row",
    "flex",
    "layout",
    "grid"
  ],
  "category": "design",
  "description": "",
  "supports": {
    "html": false,
    "renaming": true,
    "align": [
      "full"
    ],
    "alignWide": true,
    "__experimentalOnEnter": true,
    "__experimentalMetadata": true,
    "interactivity": {
      "clientNavigation": true
    }
  },
  "attributes": {
    "metadata": {
      "type": "object",
      "default": {}
    },
    "id": {
      "type": "string",
      "default": ""
    },
    "tagName": {
      "type": "string",
      "default": "div"
    },
    "preview": {
      "type": "boolean",
      "default": false
    },
    "size": {
      "type": "string",
      "default": "0"
    },
    "isFlexbox": {
      "type": "boolean",
      "default": false
    },
    "flexbox": {
      "type": "object",
      "default": {}
    },
    "typography": {
      "type": "object",
      "default": {}
    },
    "style": {
      "type": "object",
      "default": {}
    },
    "responsive": {
      "type": "object",
      "default": {}
    }
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "textdomain": "pds-blocks",
  "editorScript": "file:./index.js"
}