{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/interactive-image-card",
  "version": "0.1.0",
  "title": "Interactive Image Card",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "It allows you to add images with text appearing on hover with different entrance animations.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "title": {
      "type": "string",
      "default": "Image Card Title"
    },
    "titleLevel": {
      "type": "string",
      "default": "h2"
    },
    "titleNormalColor": {
      "type": "string",
      "default": "#222222"
    },
    "titleHoverColor": {
      "type": "string",
      "default": ""
    },
    "titleNormalFontSize": {
      "type": "string"
    },
    "titleNormalFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "titleNormalLetterSpacing": {
      "type": "string"
    },
    "titleNormalDecoration": {
      "type": "string"
    },
    "titleNormalLetterCase": {
      "type": "string"
    },
    "titleNormalLineHeight": {
      "type": "string"
    },
    "titleHoverFontSize": {
      "type": "string"
    },
    "titleHoverFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "titleHoverLetterSpacing": {
      "type": "string"
    },
    "titleHoverDecoration": {
      "type": "string"
    },
    "titleHoverLetterCase": {
      "type": "string"
    },
    "titleHoverLineHeight": {
      "type": "string"
    },
    "titleAlign": {
      "type": "string",
      "default": "center"
    },
    "content": {
      "type": "string",
      "default": "Your content goes here. Edit this text inline or in the widget Content settings. You can also style every aspect of this content in the widget Design settings."
    },
    "contentColor": {
      "type": "string",
      "default": "#222222"
    },
    "contentFontSize": {
      "type": "string"
    },
    "contentFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "contentLetterSpacing": {
      "type": "string"
    },
    "contentDecoration": {
      "type": "string"
    },
    "contentLetterCase": {
      "type": "string"
    },
    "contentLineHeight": {
      "type": "string"
    },
    "contentAlign": {
      "type": "string",
      "default": "center"
    },
    "backImage": {
      "type": "string"
    },
    "imageOpacity": {
      "type": "number",
      "default": 0.7
    },
    "layout": {
      "type": "string",
      "default": "lily"
    },
    "layoutborder": {
      "type": "object",
      "default": {
        "color": "#000000",
        "width": "1px",
        "style": "solid"
      }
    },
    "overlayColor": {
      "type": "string"
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}