{
  "name": "dnxte/next-image-scroll",
  "d4Shortcode": "dnxte_image_scroll",
  "title": "Image Scroll",
  "titles": "Image Scrolls",
  "moduleIcon": "dnxte/image-scroll",
  "folder": "divi-essential",
  "category": "module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Image Scroll"
            }
          }
        },
        "advanced": {
          "text": {
            "text": {
              "desktop": {
                "value": {
                  "color": "light"
                }
              }
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "background": {
            "desktop": {
              "value": {
                "color": "#ecf4f7"
              }
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true,
		  "selector": "{{selector}} .dnext-neip-ise-wrapper"
        },
        "spacing": {
          "important": true
        },
		"boxShadow": {
          "important": true,
		  "selector": "{{selector}} .dnext-neip-ise-wrapper"
        }
      }
    },
    "animationDuration": {
      "type": "object",
      "default": {
        "advanced": {
          "duration": {
            "desktop": {
              "value": "3"
            }
          }
        }
      }
    },
    "contentWrapper": {
      "type": "object",
      "selector": "{{selector}} .dnext-neip-ise-wrapper",
      "default": {
        "advanced": {
          "bgPosition": {
            "desktop": {
              "value": "top-to-bottom"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "overlay": {
      "type": "object",
      "selector": "{{selector}} .dnext-neip-ise-wrapper .dnext-neip-ise-overlay",
      "default": {
        "advanced": {
          "hasOverlayColor": {
            "desktop": {
              "value": "on"
            }
          }
        },
        "decoration": {
          "overlayBG": {
            "desktop": {
              "value": "#0077FF"
            }
          },
          "color": {
            "desktop": {
              "value": "#2b87da"
            }
          },
          "color2": {
            "desktop": {
              "value": "#29c4a9"
            }
          },
          
          "selectOverlayGradientType": {
            "desktop": {
              "value": "linear-gradient"
            }
          },
          "selectOverlayRadialDirection": {
            "desktop": {
              "value": "center"
            }
          },
          "selectOverlayLinearDirection": {
            "desktop": {
              "value": "180deg"
            }
          },
          "endOverlayPosition": {
            "desktop": {
              "value": "100%"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .dnext-neip-ise-bg-image",
      "inlineEditor": "upload",
      "elementType": "image",
      "attributes": {
        "alt": "Image"
      },
      "default": {
        "advanced": {
          "alignment": {
            "desktop": {
              "value": "center"
            }
          }
        }
      },
      "settings": {
        "decoration": {
          "background": {},
          "font": {},
          "spacing": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnext-neip-ise-bg-image",
        "border": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "button": {
      "type": "object",
      "selector": "{{selector}} .dnext-neip-ise-button-item",
      "default": {
        "decoration": {
          "color": {
            "desktop": {
              "value": "#2b87da"
            }
          },
          "color2": {
            "desktop": {
              "value": "#29c4a9"
            }
          },
          "selectGradientType": {
            "desktop": {
              "value": "linear"
            }
          },
          "selectRadialDirection": {
            "desktop": {
              "value": "center"
            }
          },
          "selectLinearDirection": {
            "desktop": {
              "value": "180deg"
            }
          },
          "endPosition": {
            "desktop": {
              "value": "100%"
            }
          }
        },
        "advanced": {
          "use_button": {
            "desktop": {
              "value": "on"
            }
          },
          "use_btn_BG_color": {
            "desktop": {
              "value": "on"
            }
          },
          "buttonBGColor": {
            "desktop": {
              "value": "#0077ff"
            }
          },
          "btnPosition": {
            "desktop": {
              "value": "right-to-top"
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "size": "0px",
                  "lineHeight": "0em",
                  "letterSpacing": "0px",
                  "weight": "400"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "background": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "font": {
          "important": true
        }
      },
      "attributes": {
        "class": "dnext-neip-ise-button-item"
      },
      "tagName": "a",
      "inlineEditor": "plainText",
      "childrenSanitizer": "et_core_esc_previously"
    }
  },
  "customCssFields": {
    "image": {
      "subName": "image",
      "selectorSuffix": " .dnext-neip-ise-wrapper .dnext-neip-ise-bg-image"
    },
    "button": {
      "subName": "button",
      "selectorSuffix": " .dnext-neip-ise-button-item"
    }
    
  }
}
