{
  "$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
  "apiVersion": 3,
  "textdomain": "carbon-blocks",
  "name": "carbon-blocks/message",
  "version": "1.0.0",
  "category": "carbon-blocks",
  "keywords": [
    "message"
  ],
  "supports": {
    "html": false,
    "anchor": true,
    "customClassName": true,
    "multiple": true,
    "reusable": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "spacing": {
      "blockGap": true,
      "margin": [
        "top",
        "bottom"
      ],
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": true,
        "blockGap": true
      }
    },
    "layout": {
      "allowSwitching": false,
      "allowEditing": true,
      "allowInheriting": false,
      "allowSizingOnChildren": false,
      "allowVerticalAlignment": false,
      "allowJustification": true,
      "allowOrientation": false,
      "default": {
        "type": "flex",
        "contentSize": "",
        "wideSize": "",
        "minimumColumnWidth": "",
        "columnCount": 0,
        "orientation": "horizontal",
        "verticalAlignment": "center",
        "justifyContent": "left",
        "flexWrap": "nowrap"
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": false,
      "__experimentalFontFamily": false,
      "__experimentalFontWeight": false,
      "__experimentalFontStyle": false,
      "__experimentalTextTransform": false,
      "__experimentalTextDecoration": false,
      "__experimentalLetterSpacing": false,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "FontFamily": false,
        "FontWeight": false,
        "__experimentalTextTransform": false
      }
    }
  },
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": "p",
      "default": ""
    },
    "showIcon": {
      "type": "boolean",
      "default": true
    },
    "icon": {
      "type": "object"
    },
    "title": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "post": {
      "type": "object"
    },
    "textColor": {
      "type": "string",
      "default": "white"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}