{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/hover-list-item",
  "version": "0.1.0",
  "title": "Hover List Item",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "Create interactive list sections with a title, subtitle, description, icon, and button. On hover, each row displays a background image.",
  "example": {},
  "supports": {
    "customClassName": false,
    "html": false,
    "inserter": false
  },
  "parent": [
    "wpmozo/hover-list"
  ],
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "isLastChild": {
      "type": "boolean",
      "default": false
    },
    "blockpadding": {
      "type": "object",
      "default": {
        "top": "15px",
        "bottom": "15px",
        "left": "15px",
        "right": "15px"
      }
    },
    "blockmargin": {
      "type": "object"
    },
    "blockBackground": {
      "type": "string",
      "default": ""
    },
    "blockBGGradient": {
      "type": "string"
    },
    "title": {
      "type": "string",
      "default": "List Item"
    },
    "subtitle": {
      "type": "string",
      "default": ""
    },
    "description": {
      "type": "string",
      "default": "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
    },
    "hoverImage": {
      "type": "string",
      "default": ""
    },
    "showIcon": {
      "type": "boolean",
      "default": false
    },
    "listIcon": {
      "type": "string"
    },
    "iconFontsize": {
      "type": "number"
    },
    "iconColor": {
      "type": "string"
    },
    "iconHoverColor": {
      "type": "string"
    },
    "showButton": {
      "type": "boolean",
      "default": false
    },
    "buttonText": {
      "type": "string",
      "default": "Read more"
    },
    "buttonUrl": {
      "type": "string",
      "default": ""
    },
    "buttonLinkTarget": {
      "type": "string",
      "default": "same"
    },
    "titleLevel": {
      "type": "string",
      "default": "h4"
    },
    "titleAlign": {
      "type": "string"
    },
    "titleColor": {
      "type": "string"
    },
    "titleFontSize": {
      "type": "string"
    },
    "titleLetterSpacing": {
      "type": "string"
    },
    "titleDecoration": {
      "type": "string"
    },
    "titleLetterCase": {
      "type": "string"
    },
    "titleLineHeight": {
      "type": "string"
    },
    "titleFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "titleFontStyle": {
      "type": "string"
    },
    "titleFontWeight": {
      "type": "string"
    },
    "titleHoverColor": {
      "type": "string"
    },
    "titleHoverFontSize": {
      "type": "string"
    },
    "titleHoverLetterSpacing": {
      "type": "string"
    },
    "titleHoverDecoration": {
      "type": "string"
    },
    "titleHoverLetterCase": {
      "type": "string"
    },
    "titleHoverLineHeight": {
      "type": "string"
    },
    "titleHoverFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "titleHoverFontStyle": {
      "type": "string"
    },
    "titleHoverFontWeight": {
      "type": "string"
    },
    "subtitleColor": {
      "type": "string"
    },
    "subtitleFontSize": {
      "type": "string"
    },
    "subtitleLetterSpacing": {
      "type": "string"
    },
    "subtitleDecoration": {
      "type": "string"
    },
    "subtitleLetterCase": {
      "type": "string"
    },
    "subtitleLineHeight": {
      "type": "string"
    },
    "subtitleFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "subtitleFontStyle": {
      "type": "string"
    },
    "subtitleFontWeight": {
      "type": "string"
    },
    "subtitleHoverColor": {
      "type": "string"
    },
    "subtitleHoverFontSize": {
      "type": "string"
    },
    "subtitleHoverLetterSpacing": {
      "type": "string"
    },
    "subtitleHoverDecoration": {
      "type": "string"
    },
    "subtitleHoverLetterCase": {
      "type": "string"
    },
    "subtitleHoverLineHeight": {
      "type": "string"
    },
    "subtitleHoverFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "subtitleHoverFontStyle": {
      "type": "string"
    },
    "subtitleHoverFontWeight": {
      "type": "string"
    },
    "descriptionColor": {
      "type": "string"
    },
    "descriptionFontSize": {
      "type": "string"
    },
    "descriptionLetterSpacing": {
      "type": "string"
    },
    "descriptionDecoration": {
      "type": "string"
    },
    "descriptionLetterCase": {
      "type": "string"
    },
    "descriptionLineHeight": {
      "type": "string"
    },
    "descriptionFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "descriptionFontStyle": {
      "type": "string"
    },
    "descriptionFontWeight": {
      "type": "string"
    },
    "descriptionHoverColor": {
      "type": "string"
    },
    "descriptionHoverFontSize": {
      "type": "string"
    },
    "descriptionHoverLetterSpacing": {
      "type": "string"
    },
    "descriptionHoverDecoration": {
      "type": "string"
    },
    "descriptionHoverLetterCase": {
      "type": "string"
    },
    "descriptionHoverLineHeight": {
      "type": "string"
    },
    "descriptionHoverFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "descriptionHoverFontStyle": {
      "type": "string"
    },
    "descriptionHoverFontWeight": {
      "type": "string"
    },
    "buttonAlign": {
      "type": "string"
    },
    "buttonBackground": {
      "type": "string",
      "default": ""
    },
    "buttonBGGradient": {
      "type": "string"
    },
    "buttonUseIcon": {
      "type": "boolean",
      "default": false
    },
    "buttonIcon": {
      "type": "string",
      "default": "fas fa-arrow-right"
    },
    "buttonIconPosition": {
      "type": "string",
      "default": "after"
    },
    "buttonIconOnHover": {
      "type": "boolean",
      "default": false
    },
    "buttonpadding": {
      "type": "object",
      "default": {
        "top": "10px",
        "right": "20px",
        "bottom": "10px",
        "left": "20px"
      }
    },
    "buttonmargin": {
      "type": "object"
    },
    "buttonborder": {
      "type": "object",
      "default": {
        "width": "2px",
        "style": "solid",
        "color": "#313131"
      }
    },
    "buttonborderRadius": {
      "type": "string",
      "default": "3px"
    },
    "buttonColor": {
      "type": "string"
    },
    "buttonFontSize": {
      "type": "string"
    },
    "buttonLetterSpacing": {
      "type": "string"
    },
    "buttonDecoration": {
      "type": "string"
    },
    "buttonLetterCase": {
      "type": "string"
    },
    "buttonLineHeight": {
      "type": "string"
    },
    "buttonFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "buttonFontStyle": {
      "type": "string"
    },
    "buttonFontWeight": {
      "type": "string"
    },
    "buttonHoverBackground": {
      "type": "string",
      "default": ""
    },
    "buttonHoverBGGradient": {
      "type": "string"
    },
    "buttonHoverborder": {
      "type": "object"
    },
    "buttonHoverborderRadius": {
      "type": "string"
    },
    "buttonHoverColor": {
      "type": "string"
    },
    "buttonHoverFontSize": {
      "type": "string"
    },
    "buttonHoverLetterSpacing": {
      "type": "string"
    },
    "buttonHoverDecoration": {
      "type": "string"
    },
    "buttonHoverLetterCase": {
      "type": "string"
    },
    "buttonHoverLineHeight": {
      "type": "string"
    },
    "buttonHoverFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "buttonHoverFontStyle": {
      "type": "string"
    },
    "buttonHoverFontWeight": {
      "type": "string"
    }
  },
  "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"
  ]
}