{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/fancy-text",
  "version": "0.1.0",
  "title": "Fancy Text",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "Enhance your text with gradient colors or image fills for a unique visual effect. With various styling options.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "fancyText": {
      "type": "string",
      "default": "Here you can set text."
    },
    "textStyle": {
      "type": "string",
      "default": "gradient"
    },
    "fancyTextBackground": {
      "type": "string",
      "default": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)"
    },
    "fancyTextBackgroundImg": {
      "type": "string",
      "default": "/wp-content/plugins/wpmozo-blocks-and-addons/includes/assets/images/placeholder.webp"
    },
    "textBgSize": {
      "type": "string",
      "default": "cover"
    },
    "textBgPosition": {
      "type": "string",
      "default": "center"
    },
    "textBgRepeat": {
      "type": "string",
      "default": "initial"
    },
    "textBgOverlay": {
      "type": "string",
      "default": "none"
    },
    "textBgOverlayColor": {
      "type": "string"
    },
    "textBgOverlayColorSolid": {
      "type": "string"
    },
    "textBgOverlayColorGradient": {
      "type": "string"
    },
    "textBgDimensionspadding": {
      "type": "object"
    },
    "textAlignment": {
      "type": "string",
      "default": "center"
    },
    "textFontSize": {
      "type": "string"
    },
    "textFontAppearance": {
      "type": "object",
      "fontStyle": {
        "type": "string"
      },
      "fontWeight": {
        "type": "string"
      },
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "textLetterSpacing": {
      "type": "string"
    },
    "textDecoration": {
      "type": "string"
    },
    "textLetterCase": {
      "type": "string"
    },
    "textLineHeight": {
      "type": "string"
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}