{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/scroll-stack-cards-item",
  "version": "0.1.0",
  "title": "Scroll Stack Cards Item",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "This block brings your content to life by expanding accordion sections as users scroll.",
  "example": {},
  "parent": [
    "wpmozo/scroll-stack-cards"
  ],
  "supports": {
    "html": false,
    "anchor": false,
    "customClassName": false,
    "inserter": false
  },
  "attributes": {
    "parentAtts": {
      "type": "object"
    },
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "cardBackground": {
      "type": "string"
    },
    "cardBackgroundGradient": {
      "type": "string",
      "default": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)"
    },
    "cardpadding": {
      "type": "object"
    },
    "itemTitle": {
      "type": "string",
      "default": "Title"
    },
    "itemDescription": {
      "type": "string",
      "default": "Description"
    },
    "showIcon": {
      "type": "boolean",
      "default": false
    },
    "itemIcon": {
      "type": "string"
    },
    "showButton": {
      "type": "boolean",
      "default": false
    },
    "itemButtonText": {
      "type": "string"
    },
    "itemButtonUrl": {
      "type": "string"
    },
    "itemButtonLinkTarget": {
      "type": "string",
      "default": "external"
    },
    "image": {
      "type": "string"
    },
    "imageAlt": {
      "type": "string"
    },
    "iconAlign": {
      "type": "string",
      "default": "left"
    },
    "iconColor": {
      "type": "string"
    },
    "iconFontSize": {
      "type": "string"
    },
    "iconpadding": {
      "type": "object"
    },
    "iconmargin": {
      "type": "object"
    },
    "titleColor": {
      "type": "string"
    },
    "titleAlign": {
      "type": "string"
    },
    "titleLavel": {
      "type": "string"
    },
    "titleFontSize": {
      "type": "string"
    },
    "titleFontAppearance": {
      "type": "object",
      "fontStyle": {
        "type": "string"
      },
      "fontWeight": {
        "type": "string"
      },
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "titleLetterSpacing": {
      "type": "string"
    },
    "titleDecoration": {
      "type": "string"
    },
    "titleLetterCase": {
      "type": "string"
    },
    "titleLineHeight": {
      "type": "string"
    },
    "titlepadding": {
      "type": "object"
    },
    "titlemargin": {
      "type": "object"
    },
    "descriptionColor": {
      "type": "string"
    },
    "descriptionAlign": {
      "type": "string"
    },
    "descriptionFontSize": {
      "type": "string"
    },
    "descriptionFontAppearance": {
      "type": "object",
      "fontStyle": {
        "type": "string"
      },
      "fontWeight": {
        "type": "string"
      },
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "descriptionLetterSpacing": {
      "type": "string"
    },
    "descriptionDecoration": {
      "type": "string"
    },
    "descriptionLetterCase": {
      "type": "string"
    },
    "descriptionLineHeight": {
      "type": "string"
    },
    "descriptionpadding": {
      "type": "object"
    },
    "descriptionmargin": {
      "type": "object"
    },
    "buttonTextColor": {
      "type": "string"
    },
    "buttonBackgroundColor": {
      "type": "string"
    },
    "buttonAlignment": {
      "type": "string"
    },
    "buttonFontSize": {
      "type": "string"
    },
    "buttonFontAppearance": {
      "type": "object",
      "fontStyle": {
        "type": "string"
      },
      "fontWeight": {
        "type": "string"
      },
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "buttonLetterSpacing": {
      "type": "string"
    },
    "buttonDecoration": {
      "type": "string"
    },
    "buttonLetterCase": {
      "type": "string"
    },
    "buttonLineHeight": {
      "type": "string"
    },
    "useButtonIcon": {
      "type": "boolean",
      "default": false
    },
    "buttonIconColor": {
      "type": "string"
    },
    "buttonIcon": {
      "type": "string"
    },
    "buttonIconPlacement": {
      "type": "string",
      "default": "after"
    },
    "buttonIconHover": {
      "type": "boolean",
      "default": false
    },
    "buttonborder": {
      "type": "object"
    },
    "buttonborderRadius": {
      "type": "string"
    },
    "buttonpadding": {
      "type": "object"
    },
    "buttonmargin": {
      "type": "object"
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "wpmozo-blocks-and-addons-fontawesome-style",
    "file:./index.css"
  ],
  "style": [
    "wpmozo-blocks-and-addons-fontawesome-style",
    "file:./style-index.css"
  ]
}