{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/gradient-text",
  "d4Shortcode": "disq_gradient_text",
  "title": "Gradient Text",
  "titles": "Gradient Texts",
  "moduleIcon": "divi/module-text",
  "moduleClassName": "disq_gradient_text",
  "category": "module",
  "folder": "squad-modules",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "htmlAttributes": {}
        },
        "decoration": {
          "animation": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "fonts": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Gradient Text"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .gradient-text-wrapper .gradient-text-element",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "gradientText": {
              "groupSlug": "contentGradient",
              "attrName": "content.innerContent",
              "subName": "gradientText",
              "label": "Gradient Text",
              "description": "The text that will be displayed with your gradient colors.",
              "features": {
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/textarea"
              }
            },
            "gradientTextTag": {
              "groupSlug": "contentGradient",
              "attrName": "content.innerContent",
              "subName": "gradientTextTag",
              "label": "Gradient Text Tag",
              "description": "Choose a tag to display with your gradient text.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "p": {
                      "label": "P"
                    },
                    "h1": {
                      "label": "H1"
                    },
                    "h2": {
                      "label": "H2"
                    },
                    "h3": {
                      "label": "H3"
                    },
                    "h4": {
                      "label": "H4"
                    },
                    "h5": {
                      "label": "H5"
                    },
                    "h6": {
                      "label": "H6"
                    },
                    "span": {
                      "label": "Span"
                    }
                  }
                }
              }
            },
            "gradientType": {
              "groupSlug": "contentGradient",
              "attrName": "content.innerContent",
              "subName": "gradientType",
              "label": "Gradient Type",
              "description": "Choose the type of gradient applied to the text.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "linear": {
                      "label": "Linear"
                    },
                    "radial": {
                      "label": "Radial"
                    }
                  }
                }
              }
            },
            "gradientDirection": {
              "groupSlug": "contentGradient",
              "attrName": "content.innerContent",
              "subName": "gradientDirection",
              "label": "Gradient Direction",
              "description": "The angle of the linear gradient (e.g. 90deg).",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 40,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "0deg": {
                      "label": "Top"
                    },
                    "90deg": {
                      "label": "Right"
                    },
                    "180deg": {
                      "label": "Bottom"
                    },
                    "270deg": {
                      "label": "Left"
                    },
                    "45deg": {
                      "label": "Top Right"
                    },
                    "135deg": {
                      "label": "Bottom Right"
                    },
                    "225deg": {
                      "label": "Bottom Left"
                    },
                    "315deg": {
                      "label": "Top Left"
                    }
                  }
                }
              }
            },
            "gradientStart": {
              "groupSlug": "contentGradient",
              "attrName": "content.innerContent",
              "subName": "gradientStart",
              "label": "Gradient Start Color",
              "description": "The starting color of the gradient.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 50,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            },
            "gradientEnd": {
              "groupSlug": "contentGradient",
              "attrName": "content.innerContent",
              "subName": "gradientEnd",
              "label": "Gradient End Color",
              "description": "The ending color of the gradient.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 60,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "gradientText": "Your Gradient Text",
              "gradientTextTag": "p",
              "gradientType": "linear",
              "gradientDirection": "90deg",
              "gradientStart": "#1f7016",
              "gradientEnd": "#29c4a9"
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "gradientText": {
      "label": "Gradient Text",
      "subName": "gradientText",
      "selectorSuffix": " .gradient-text-wrapper .gradient-text-element"
    }
  },
  "settings": {
    "groups": {
      "contentGradient": {
        "panel": "content",
        "priority": 10,
        "groupName": "content",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Gradient Text"
          }
        }
      }
    }
  }
}
