{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenify/stacking-cards",
  "category": "gutenify",
  "title": "Stacking Cards",
  "description": "Container for stacking cards with sticky scroll effect.",
  "version": "1",
  "attributes": {
    "blockClientId": {
      "type": "string",
      "default": ""
    },
    "blockAdvanceOptions": {
      "type": "object",
      "default": {
        "topOffset": "50px",
        "stackingMode": "normal",
        "scaleIntensity": 0.05,
        "fadeIntensity": 1,
        "disableOnMobile": false,
        "cardSpacing": "30px"
      }
    }
  },
  "supports": {
    "html": true,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": true,
        "padding": true
      }
    },
    "layout": {
      "allowEditing": false,
      "type": "flex",
      "orientation": "vertical"
    }
  },
  "editorScript": [
    "file:./index.js"
  ],
  "style": [
    "file:./style-index.css"
  ],
  "viewScript": [
    "file:./view-script.js"
  ]
}