{
  "name": "dnxte/text-highlight",
  "d4Shortcode": "dnxte_text_highlight",
  "title": "Text Highlight",
  "titles": "Text Highlight",
  "folder":"divi-essential",
  "moduleIcon": "dnxte/text-highlight",
  "category": "module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Text Highlight"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "selector": "{{selector}}",
          "important": true
        }
      }
    },
    "before": {
      "type": "object",
      "selector": "{{selector}} .dnxt-highlight-Btext.dnxt-text-heading",
      "defaultPrintedStyle": {
        "decoration": {}
      },
      "default": {},
      "tagName": "span",
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "attributes": {
        "class": "dnxt-highlight-Btext dnxt-text-heading"
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "font": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxt-highlight-Btext.dnxt-text-heading",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true
                }
              }
            }
          }
        },
        "spacing": {},
        "border": {
          "important": true
        }
      }
    },
    "highlight": {
      "type": "object",
      "selector": "{{selector}} .dnxt-text-highlight.dnxt-text-highlight-animated-text",
      "default": {},
      "tagName": "span",
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "attributes": {
        "class": "dnxt-text-highlight dnxt-text-highlight-animated-text"
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "font": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxt-text-highlight.dnxt-text-highlight-animated-text",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true
                }
              }
            }
          }
        },
        "spacing": {},
        "border": {
          "important": true
        }
      }
    },
    "after": {
      "type": "object",
      "selector": "{{selector}} .dnxt-highlight-Btext.dnxt-text-heading",
      "default": {},
      "tagName": "span",
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "attributes": {
        "class": "dnxt-highlight-Btext dnxt-text-heading"
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "font": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxt-highlight-Btext.dnxt-text-heading",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true
                }
              }
            }
          }
        },
        "spacing": {},
        "border": {
          "important": true
        }
      }
    },
    "svg_highlight": {
      "type": "object",
      "selector": "{{selector}} .dnxt-text-highlight-animated-wrapper svg path",
      "default": {
        "advanced": {
          "color": {
            "desktop": {
              "value": "#6243EB"
            }
          },
          "width": {
            "desktop": {
              "value": "9px"
            }
          },
          "animation": {
            "desktop": {
              "value": "1000ms"
            }
          }
        }
      },
      "childrenSanitizer": "et_core_esc_previously"
    },
    "highlightIntro": {
      "type": "object",
      "selector": "{{selector}} .dnxt-highlight-intro",
      "attributes": {
        "class": "dnxt-highlight-intro"
      },
      "default": {
        "innerContent": {
          "desktop": {}
        },
        "advanced": {
          "use": {
            "desktop": {
              "value": "off"
            }
          },
          "hoverEffect": {
            "desktop": {
              "value": "dnxt-hover-grow"
            }
          },
          "alignment": {
            "desktop": {
              "value": "left"
            }
          },
          "textBreak": {
            "desktop": {
              "value": "off"
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "beforeCss": {
      "subName": "beforeCss",
      "selectorSuffix": " .dnxt-highlight-Btext"
    },
    "highlightCss": {
      "subName": "highlightCss",
      "selectorSuffix": " .dnxt-text-highlight"
    },
    "afterCss": {
      "subName": "afterCss",
      "selectorSuffix": " .dnxt-highlight-Btext"
    }
  }
}
