{
  "name": "dnxte/hotspot-child",
  "d4Shortcode": "dnxte_tooltip_child",
  "title": "Hotspot Item",
  "titles": "Hotspot Item",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} .dnxte-hostpot-hotspots__wrapper",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Hotspot Item"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dnxte-hostpot-tooltip-item .dnxte-hostpot-hotspot__text",
      "default": {
        "advanced": {
          "useIcon": {
            "desktop": {
              "value": "on"
            }
          }
        }
      },
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "div",
      "attributes": {
        "class": "dnxte-hostpot-hotspot__text"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "tooltip_title": {
      "type": "object",
      "selector": "{{selector}} .dnxte_tooltip_text",
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "div",
      "attributes": {
        "class": "dnxte_tooltip_text"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .dnxte-tooltip-content",
      "tagName": "div",
      "attributes": {
        "class": "dnxte-tooltip-content"
      },
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "icon": {
      "type": "object",
      "selector": "{{selector}} .dnxte-hostpot-hotspots__wrapper  .dnxte-hotspot_icon",
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "unicode": "&#x4e;",
              "type": "divi",
              "weight": "400"
            }
          }
        }
      }
    },
    "tooltip_image_container": {
      "type": "object",
      "selector": "{{selector}} .dnxte-hostpot-tooltip-text .dnxte-tooltip-image-container",
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "tooltip_image": {
      "type": "object",
      "selector": "{{selector}} .dnxte-hostpot-tooltip-text .dnxte-tooltip-image-container img",
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "tooltip_settings": {
      "type": "object",
      "selector": "{{selector}} .dnxte-hostpot-tooltip-text",
      "default": {
        "advanced": {
          "position": {
            "desktop": {
              "value": "top"
            }
          },
          "layout": {
            "desktop": {
              "value": "column"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "hotspot_wrapper": {
      "type": "object",
      "selector": "{{selector}} .dnxte-hostpot-tooltip-content .dnxte-hostpot-hotspots__wrapper",
      "default": {
        "advanced": {
          "horizontalPosition": {
            "desktop": {
              "value": "50%"
            }
          },
          "verticalPosition": {
            "desktop": {
              "value": "20%"
            }
          },
          "circleSize": {
            "desktop": {
              "value": "30"
            }
          }
        }
      },
      "attributes": {
        "class": "dnxte-hostpot-hotspots__wrapper"
      }
    }
  },
  "customCssFields": {
    "contentContainer": {
      "subName": "contentContainer",
      "selectorSuffix": " .example_child_module__content-container"
    },
    "title": {
      "subName": "title",
      "selectorSuffix": " .dnxte-hostpot-hotspot__text"
    },
    "tooltip_title": {
      "subName": "tooltip_title",
      "selectorSuffix": " .dnxte_tooltip_text"
    },
    "content": {
      "subName": "content",
      "selectorSuffix": " .dnxte-tooltip-content"
    },
    "icon": {
      "subName": "icon",
      "selectorSuffix": " .et-pb-icon"
    },
    "tooltip_image": {
      "subName": "tooltip_image",
      "selectorSuffix": " .dnxte-tooltip-image-container img"
    }
  }
}
