{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/text-animator",
  "version": "0.1.0",
  "title": "Text Animator",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "Add a text with attractive animation effects.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "preText": {
      "type": "string",
      "default": "Pre"
    },
    "animatedText": {
      "type": "string",
      "default": "Animated|Text"
    },
    "postText": {
      "type": "string",
      "default": "Post"
    },
    "selectDisplayTag": {
      "type": "string",
      "default": "p"
    },
    "selectAnimation": {
      "type": "string",
      "default": "fade"
    },
    "typingSpeed": {
      "type": "number",
      "default": 100
    },
    "erasingSpeed": {
      "type": "number",
      "default": 100
    },
    "animationDuration": {
      "type": "number",
      "default": 500
    },
    "animationDelay": {
      "type": "number",
      "default": 2000
    },
    "displayInStack": {
      "type": "boolean",
      "default": false
    },
    "stopAnimationOnHover": {
      "type": "boolean",
      "default": false
    },
    "animateOnlyOnce": {
      "type": "boolean",
      "default": false
    },
    "globalTextColor": {
      "type": "string"
    },
    "globalTextAlignment": {
      "type": "string"
    },
    "globalFontSize": {
      "type": "string"
    },
    "globalFontAppearance": {
      "type": "object",
      "fontStyle": {
        "type": "string"
      },
      "fontWeight": {
        "type": "string"
      },
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "globalLetterSpacing": {
      "type": "string"
    },
    "globalLetterCase": {
      "type": "string"
    },
    "globalLineHeight": {
      "type": "string"
    },
    "prePostTextColor": {
      "type": "string"
    },
    "prePostFontSize": {
      "type": "string"
    },
    "prePostFontAppearance": {
      "type": "object",
      "fontStyle": {
        "type": "string"
      },
      "fontWeight": {
        "type": "string"
      },
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "prePostLetterSpacing": {
      "type": "string"
    },
    "prePostDecoration": {
      "type": "string"
    },
    "prePostLetterCase": {
      "type": "string"
    },
    "prePostLineHeight": {
      "type": "string"
    },
    "animatedTextColor": {
      "type": "string"
    },
    "animatedFontSize": {
      "type": "string"
    },
    "animatedFontAppearance": {
      "type": "object",
      "fontStyle": {
        "type": "string"
      },
      "fontWeight": {
        "type": "string"
      },
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "animatedLetterSpacing": {
      "type": "string"
    },
    "animatedDecoration": {
      "type": "string"
    },
    "animatedLetterCase": {
      "type": "string"
    },
    "animatedLineHeight": {
      "type": "string"
    },
    "typeBackgroundSettings": {
      "type": "string"
    },
    "useBackgroundPrepost": {
      "type": "boolean",
      "default": false
    },
    "useBackgroundAnimated": {
      "type": "boolean",
      "default": false
    },
    "prePostBackgroundType": {
      "type": "string",
      "default": "classic"
    },
    "prePostBackgroundColor": {
      "type": "string"
    },
    "prePostBackgroundGradient": {
      "type": "string"
    },
    "animatedBackgroundType": {
      "type": "string",
      "default": "classic"
    },
    "animatedBackgroundColor": {
      "type": "string"
    },
    "animatedBackgroundGradient": {
      "type": "string"
    },
    "prePostpadding": {
      "type": "object"
    },
    "prePostmargin": {
      "type": "object"
    },
    "animatedpadding": {
      "type": "object"
    },
    "animatedmargin": {
      "type": "object"
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "script": "file:./script.js"
}