{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/stack",
  "version": "1.6.5",
  "title": "Stacked Card Block",
  "category": "necessary-blocks",
  "icon": "image-rotate",
  "description": "Show one card at a time as user scrolls.",
  "parent": [
    "necessary-block/stacks"
  ],
  "example": {},
  "supports": {
    "html": false,
    "shadow": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": true,
      "enableContrastChecker": false
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "title": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string",
      "default": "#c89999"
    },
    "textColor": {
      "type": "string",
      "default": "#000000"
    },
    "blockindex": {
      "type": "number",
      "default": 1
    }
  },
  "keywords": [
    "Stack Block",
    "necessary Blocks",
    "Stack"
  ],
  "textdomain": "stackedui-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}