{
  "name": "dnxte/next-tooltip",
  "title": "Next Tooltip",
  "titles": "Next Tooltips",
  "moduleIcon": "dnxte/next-tooltip",
  "category": "module",
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Next Tooltip"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "selector": "{{selector}} .dnxte-next-tooltip-container",
          "important": true
        },
        "border": {
          "selector": "{{selector}} .dnxte-next-tooltip-container",
          "important": true
        },
        "boxShadow": {
          "selector": "{{selector}} .dnxte-next-tooltip-container",
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .next_tooltip__title",
      "tagName": "h2",
      "attributes": {
        "class": "next_tooltip__title"
      },
      "inlineEditor": "text",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Hover me"
          }
        }
      }
    },
    "tooltip": {
      "type": "object",
      "selector": "{{selector}} .next_tooltip__tooltip",
      "tagName": "div",
      "attributes": {
        "class": "next_tooltip__tooltip"
      },
      "inlineEditor": "richText",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "This is the tooltip content"
          }
        }
      }
    },
    "tooltipPosition": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "top"
          }
        }
      }
    },
    "triggerType": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "hover"
          }
        }
      }
    }
  },
  "customCssFields": {
    "title": {
      "subName": "title",
      "selectorSuffix": "next_tooltip__title"
    },
    "tooltip": {
      "subName": "tooltip",
      "selectorSuffix": "next_tooltip__tooltip"
    }
  }
}
