{
  "name": "dnxte/dnxte-text-tilt",
  "d4Shortcode": "dnxte_text_tilt",
  "title": "Text Tilt",
  "titles": "Text Tilts",
  "moduleIcon": "dnxte/dnxte-text-tilt",
  "category": "module",
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Text Tilt"
            }
          }
        },
        "advanced": {
          "text": {
            "text": {
              "desktop": {
                "value": {
                  "color": "light"
                }
              }
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "background": {
            "desktop": {
              "value": {
                "color": "#ecf4f7"
              }
            }
          }
        }
      },
      "styleProps": {
        "boxShadow": {
          "selector": "{{selector}} .dnxt-text-parallax-effect-image",
          "important": true
        },
        "border": {
          "selector": "{{selector}} .dnxt-text-parallax-effect-image",
          "important": true
        },
        "spacing": {
          "selector": "{{selector}} .dnxt-text-parallax-effect-image",
          "important": true
        },
        "background": {
          "selector": "{{selector}} .dnxt-text-parallax-effect-image"
        },
        "sizing": {
          "selector": "{{selector}} .dnxt-text-parallax-effect-image"
        }
      }
    },
    "effect": {
      "type": "object",
      "selector": "{{selector}} .dnxt-text-parallax-effect-image",
      "default": {
        "advanced": {
          "maxGlare": {
            "desktop": {
              "value": "0.8"
            }
          },
          "transform3d": {
            "desktop": {
              "value": "50px"
            }
          },
          "tiltPerspective": {
            "desktop": {
              "value": "1000"
            }
          },
          "tiltMax": {
            "desktop": {
              "value": "35"
            }
          },
          "tiltSpeed": {
            "desktop": {
              "value": "300"
            }
          },
          "tiltStartX": {
            "desktop": {
              "value": "0"
            }
          },
          "tiltStartY": {
            "desktop": {
              "value": "0"
            }
          },
          "tiltScale": {
            "desktop": {
              "value": "1"
            }
          }
        }
      }
    },
    "heading": {
      "type": "object",
      "selector": "{{selector}} .dnxt-txt-parallax-mini-heading",
      "default": {
        "decoration": {
          "font": {
            "important": true
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h2"
                }
              }
            }
          }
        }
      },
      "styleProps": {},
      "attributes": {
        "class": "dnxt-txt-parallax-mini-heading",
        "headingLevel": "h2"
      },
      "tagName": "h2",
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "body": {
      "type": "object",
      "selector": "{{selector}} .dnxt-txt-parallax-content",
      "tagName": "div",
      "default": {
        "advanced": {
          "hasBody": {
            "desktop": {
              "value": "on"
            }
          }
        }
      },
      "attributes": {
        "class": "dnxt-txt-parallax-content"
      },
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "bodyFont": {
          "selectors": {
            "desktop": {
              "value": "{{selector}} .dnxt-txt-parallax-content"
            }
          }
        }
      }
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .dnxt-txt-parallax-effect-3d",
      "default": {
        "advanced": {
          "colorUse": {
            "desktop": {
              "value": "off"
            }
          },
          "singleColorOne": {
            "desktop": {
              "value": "#0077FF"
            }
          },
          "gradientUse": {
            "desktop": {
              "value": "off"
            }
          },
          "colorOne": {
            "desktop": {
              "value": "#0077FF"
            }
          },
          "colorTwo": {
            "desktop": {
              "value": "#772ADB"
            }
          },
          "gradientType": {
            "desktop": {
              "value": "linear-gradient"
            }
          },
          "gradientLinearDirection": {
            "desktop": {
              "value": "180deg"
            }
          },
          "gradientRadialDirection": {
            "desktop": {
              "value": "circle at center"
            }
          },
          "startPos": {
            "desktop": {
              "value": "0%"
            }
          },
          "endPos": {
            "desktop": {
              "value": "100%"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      },
      "attributes": {
        "class": "dnxt-txt-parallax-effect-3d"
      },
      "tagName": "div",
      "inlineEditor": "plainText",
      "childrenSanitizer": "et_core_esc_previously"
    }
  },
  "customCssFields": {
    "content": {
      "subName": "content",
      "selectorSuffix": " .dnxt-text-parallax-effect-image .dnxt-txt-parallax-effect-3d"
    },
    "heading": {
      "subName": "heading",
      "selectorSuffix": " .dnxt-text-parallax-effect-image .dnxt-txt-parallax-mini-heading"
    },
    "body": {
      "subName": "body",
      "selectorSuffix": " .dnxt-text-parallax-effect-image .dnxt-txt-parallax-content"
    },
    "container": {
      "subName": "container",
      "selectorSuffix": " .dnxt-text-parallax-effect-image"
    }
  }
}
