{
  "name": "dnxte/image-magnifier",
  "d4Shortcode": "dnxte_image_magnifier",
  "title": "Image Magnifier",
  "titles": "Image Magnifiers",
  "folder": "divi-essential",
  "moduleIcon": "dnxte/image-magnifier",
  "category": "module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Image Magnifier"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "selector": "{{selector}}",
          "important": true
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .dnxte-magnifier-zoom",
      "inlineEditor": "upload",
      "elementType": "image",
      "attributes": {
        "alt": "Image",
        "class": "dnxte-magnifier-zoom"
      },
      "default": {
        "advanced": {
          "speed": {
            "desktop": {
              "value": "10"
            }
          },
          "magnifierLimitBoundary": {
            "desktop": {
              "value": "on"
            }
          },
          "lensWidth": {
            "desktop": {
              "value": "100px"
            }
          }
        }
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "boxShadow": {},
          "border": {},
          "font": {},
          "spacing": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-magnifier-zoom",
        "border": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "lens": {
      "type": "object",
      "selector": "{{selector}} .magnify-lens",
      "attributes": {},
      "default": {
        "advanced": {
          "speed": {
            "desktop": {
              "value": "10"
            }
          },
          "magnifierLimitBoundary": {
            "desktop": {
              "value": "on"
            }
          },
          "lensWidth": {
            "desktop": {
              "value": "100px"
            }
          }
        }
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "boxShadow": {},
          "border": {},
          "font": {},
          "spacing": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .magnify-lens",
        "border": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    }
  },
  "customCssFields": {
    "image": {
      "subName": "image",
      "selectorSuffix": " .dnxte-magnifier-zoom"
    },
    "lens": {
      "subName": "lens",
      "selectorSuffix": " .magnify-lens"
    }
  }
}
