{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 3,
  "name": "surecart/slide-out-cart-message",
  "title": "Cart Message",
  "description": "Display a custom message in the cart",
  "category": "surecart-cart",
  "version": "1.0.0",
  "example": {},
  "textdomain": "surecart",
  "ancestor": [
    "surecart/slide-out-cart"
  ],
  "attributes": {
    "text": {
      "type": "string"
    },
    "border": {
      "type": "boolean",
      "default": true
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "1.25em",
        "left": "1.25em",
        "bottom": "1.25em",
        "right": "1.25em"
      }
    },
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    }
  },
  "supports": {
    "interactivity": true,
    "html": false,
    "multiple": false,
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "fontAppearance": true,
        "textTransform": true
      }
    }
  },
  "render": "file:./view.php",
  "editorScript": "file:./index.js",
  "style": [
    "surecart-text",
    "file:./style-index.css"
  ]
}