{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/animated-heading",
  "d4Shortcode": "disq_animated_heading",
  "title": "Animated Heading",
  "titles": "Animated Headings",
  "moduleIcon": "squad-modules/animated-heading",
  "moduleClassName": "disq_animated_heading",
  "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": "Animated Heading"
            }
          }
        }
      }
    },
    "headingSettings": {
      "type": "object",
      "selector": "{{selector}} .squad-anim-heading",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "prefixText": {
              "groupSlug": "contentText",
              "attrName": "headingSettings.innerContent",
              "subName": "prefixText",
              "label": "Prefix Text",
              "description": "Text shown before the rotating word.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "rotatingText": {
              "groupSlug": "contentText",
              "attrName": "headingSettings.innerContent",
              "subName": "rotatingText",
              "label": "Rotating Words",
              "description": "One word or phrase per line. Each is shown in turn.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/textarea"
              }
            },
            "suffixText": {
              "groupSlug": "contentText",
              "attrName": "headingSettings.innerContent",
              "subName": "suffixText",
              "label": "Suffix Text",
              "description": "Text shown after the rotating word.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "headingTag": {
              "groupSlug": "contentText",
              "attrName": "headingSettings.innerContent",
              "subName": "headingTag",
              "label": "Heading Tag",
              "description": "HTML tag wrapping the full line.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 40,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "h1": {
                      "label": "H1"
                    },
                    "h2": {
                      "label": "H2"
                    },
                    "h3": {
                      "label": "H3"
                    },
                    "h4": {
                      "label": "H4"
                    },
                    "h5": {
                      "label": "H5"
                    },
                    "h6": {
                      "label": "H6"
                    },
                    "p": {
                      "label": "Paragraph"
                    },
                    "span": {
                      "label": "Span"
                    },
                    "div": {
                      "label": "Div"
                    }
                  }
                }
              }
            },
            "granularity": {
              "groupSlug": "contentAnimation",
              "attrName": "headingSettings.innerContent",
              "subName": "granularity",
              "label": "Granularity",
              "description": "Animate the whole word, or each letter.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "word": {
                      "label": "Word"
                    },
                    "letter": {
                      "label": "Letter"
                    }
                  }
                }
              }
            },
            "effect": {
              "groupSlug": "contentAnimation",
              "attrName": "headingSettings.innerContent",
              "subName": "effect",
              "label": "Effect",
              "description": "Transition used as each word enters.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "fade": {
                      "label": "Fade"
                    },
                    "slide": {
                      "label": "Slide"
                    },
                    "scale": {
                      "label": "Scale"
                    },
                    "flip": {
                      "label": "Flip"
                    }
                  }
                }
              }
            },
            "duration": {
              "groupSlug": "contentAnimation",
              "attrName": "headingSettings.innerContent",
              "subName": "duration",
              "label": "Transition Duration (ms)",
              "description": "How long each in/out transition takes.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 100,
                  "max": 3000,
                  "step": 50,
                  "allowedUnits": [],
                  "defaultUnit": "",
                  "unitless": true
                }
              }
            },
            "rotationDelay": {
              "groupSlug": "contentAnimation",
              "attrName": "headingSettings.innerContent",
              "subName": "rotationDelay",
              "label": "Hold Delay (ms)",
              "description": "How long each word is held before the next.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 40,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 200,
                  "max": 10000,
                  "step": 100,
                  "allowedUnits": [],
                  "defaultUnit": "",
                  "unitless": true
                }
              }
            },
            "easing": {
              "groupSlug": "contentAnimation",
              "attrName": "headingSettings.innerContent",
              "subName": "easing",
              "label": "Easing",
              "description": "Animation timing function.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 50,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "linear": {
                      "label": "Linear"
                    },
                    "ease": {
                      "label": "Ease"
                    },
                    "ease-in": {
                      "label": "Ease In"
                    },
                    "ease-out": {
                      "label": "Ease Out"
                    },
                    "ease-in-out": {
                      "label": "Ease In Out"
                    },
                    "smooth": {
                      "label": "Smooth"
                    }
                  }
                }
              }
            },
            "letterStagger": {
              "groupSlug": "contentAnimation",
              "attrName": "headingSettings.innerContent",
              "subName": "letterStagger",
              "label": "Letter Stagger (ms)",
              "description": "Per-character delay (letter granularity only).",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 60,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 300,
                  "step": 5,
                  "allowedUnits": [],
                  "defaultUnit": "",
                  "unitless": true
                }
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "prefixText": "",
              "rotatingText": "Fast\nSimple\nPowerful",
              "suffixText": "",
              "headingTag": "h2",
              "granularity": "word",
              "effect": "fade",
              "duration": "600",
              "rotationDelay": "1500",
              "easing": "ease-in-out",
              "letterStagger": "40"
            }
          }
        }
      }
    },
    "headingStyle": {
      "type": "object",
      "selector": "{{selector}} .squad-anim-heading",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "rotatingColor": {
              "groupSlug": "designHeading",
              "attrName": "headingStyle.innerContent",
              "subName": "rotatingColor",
              "label": "Rotating Word Color",
              "description": "Color applied to the rotating word(s).",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            },
            "contentAlign": {
              "groupSlug": "designHeading",
              "attrName": "headingStyle.innerContent",
              "subName": "contentAlign",
              "label": "Content Alignment",
              "description": "Horizontal alignment of the line.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/text-align"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "rotatingColor": "",
              "contentAlign": "left"
            }
          }
        }
      }
    }
  },
  "settings": {
    "groups": {
      "contentText": {
        "panel": "content",
        "priority": 10,
        "groupName": "headingSettings",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Text"
          }
        }
      },
      "contentAnimation": {
        "panel": "content",
        "priority": 20,
        "groupName": "headingSettings",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Animation"
          }
        }
      },
      "designHeading": {
        "panel": "design",
        "priority": 10,
        "groupName": "headingStyle",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Heading Style"
          }
        }
      }
    }
  }
}
