{
  "name": "dnxte/nxt-circular-image-hover",
  "d4Shortcode": "dnxte_circular_image_hover",
  "title": "Circular Image Hover",
  "titles": "Circular Image Hover",
  "moduleIcon": "dnxte/next-circle-image-hover",
  "category": "module",
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Circular Image Hover"
            }
          }
        },
        "advanced": {
          "text": {
            "text": {
              "desktop": {
                "value": {
                  "color": "light"
                }
              }
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "background": {
            "desktop": {
              "value": {
                "color": "#ecf4f7"
              }
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "main_content_spacing": {
      "type": "object",
      "selector": "{{selector}} .dnext-neip-cih-item",
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "image_container_shadow": {
      "type": "object",
      "selector": "{{selector}} .dnext-neip-cih-item .neip-cih-img",
      "styleProps": {
        "boxShadow": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "container": {
      "type": "object",
      "default": {
        "advanced": {
          "hover_effect_name": {
            "desktop": {
              "value": "effect1"
            }
          },
          "image_hover_direction1": {
            "desktop": {
              "value": "left_to_right"
            }
          },
          "image_hover_direction2": {
            "desktop": {
              "value": "scale_up"
            }
          },
          "image_hover_direction3": {
            "desktop": {
              "value": "left_to_right"
            }
          },
          "image_hover_direction4": {
            "desktop": {
              "value": "top_to_bottom"
            }
          },
          "image_hover_direction5": {
            "desktop": {
              "value": "from_left_and_right"
            }
          },
          "image_hover_direction6": {
            "desktop": {
              "value": "left_to_right"
            }
          }
          
        }
      }
    },
    "caption_container": {
      "type": "object",
      "selector": "{{selector}} .neip-cih-info",
      "default": {
        "decoration": {
          "bgcolor": {
            "desktop": {
              "value": "#29c4a9"
            }
          },
          "color": {
            "desktop": {
              "value": "#2b87da"
            }
          },
          "color2": {
            "desktop": {
              "value": "#29c4a9"
            }
          }
        },
        "advanced": {
          "use": {
            "desktop": {
              "value": "off"
            }
          },
          "use2": {
            "desktop": {
              "value": "off"
            }
          },
          "selectGradientType": {
            "desktop": {
              "value": "linear-gradient"
            }
          },
          "selectRadialDirection": {
            "desktop": {
              "value": "circle at center"
            }
          },
          "selectLinearDirection": {
            "desktop": {
              "value": "180deg"
            }
          },
          "endPosition": {
            "desktop": {
              "value": "100%"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .neip-cih-img img",
      "styleProps": {
        "border": {
          "important": true
        }
      },
      "elementType": "image",
      "childrenSanitizer": "et_core_esc_previously",
      "inlineEditor": "image",
      "tagName": "img"
    },
    "heading_text": {
      "type": "object",
      "selector": "{{selector}} .neip-cih-heading",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h2",
                  "color": "white"
                }
              }
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "size": "26px",
                  "lineHeight": "1em",
                  "weight": "500"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "font": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      },
      "tagName": "h2",
      "attributes": {
        "class": "neip-cih-heading"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .neip-cih-desc",
      "tagName": "div",
      "attributes": {
        "class": "neip-cih-desc"
      },
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "bodyFont": {
          "selectors": {
            "desktop": {
              "value": "{{selector}} .neip-cih-desc"
            }
          },
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "shadoow_color": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "#29c4a9"
          }
        }
      }
    }
  },
  "customCssFields": {
    "heading_text": {
      "subName": "heading_text",
      "selectorSuffix": " .neip-cih-heading"
    },
    "content": {
      "subName": "content",
      "selectorSuffix": " .neip-cih-desc"
    }
  }
}
