{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/background-switcher",
  "version": "0.1.0",
  "title": "Background Switcher",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "Background Switcher block adds an engaging way to showcase content by changing background images based on user interaction.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "switcherOrientation": {
      "type": "string",
      "default": "row"
    },
    "contentValign": {
      "type": "string",
      "default": "flex-end"
    },
    "itemHeight": {
      "type": "number",
      "default": 350
    },
    "responsiveHeight": {
      "type": "number",
      "default": 200
    },
    "hoverBlurLevel": {
      "type": "number",
      "default": 5
    },
    "transitionDuration": {
      "type": "number",
      "default": 300
    },
    "titleAlign": {
      "type": "string"
    },
    "titleColor": {
      "type": "string"
    },
    "titleFontSize": {
      "type": "string",
      "default": "22px"
    },
    "titleLetterSpacing": {
      "type": "string"
    },
    "titleDecoration": {
      "type": "string"
    },
    "titleLetterCase": {
      "type": "string"
    },
    "titleLineHeight": {
      "type": "string"
    },
    "titleFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "titleFontStyle": {
      "type": "string"
    },
    "titleFontWeight": {
      "type": "string"
    },
    "descriptionAlign": {
      "type": "string"
    },
    "descriptionColor": {
      "type": "string"
    },
    "descriptionFontSize": {
      "type": "string",
      "default": "16px"
    },
    "descriptionLetterSpacing": {
      "type": "string"
    },
    "descriptionDecoration": {
      "type": "string"
    },
    "descriptionLetterCase": {
      "type": "string"
    },
    "descriptionLineHeight": {
      "type": "string"
    },
    "descriptionFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "descriptionFontStyle": {
      "type": "string"
    },
    "descriptionFontWeight": {
      "type": "string"
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "script": "file:./script.js"
}