{
  "name": "d5-wpt-ultimate-carousel/fullwidth-image-carousel-module",
  "d4Shortcode": "et_pb_wpdt_image_card_carousel_fw",
  "title": "Image Carousel (Fullwidth - Deprecated)",
  "titles": "Image Carousels (Fullwidth - Deprecated)",
  "category": "fullwidth-module",
  "childModuleName": "d5-wpt-ultimate-carousel/image-carousel-item-module",
  "childModuleTitle": "Carousel Item",
  "childrenName": [
    "d5-wpt-ultimate-carousel/image-carousel-item-module"
  ],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Image Carousel"
            }
          }
        },
        "advanced": {
          "text": {
            "desktop": {
              "value": {
                "color": "light"
              }
            }
          }
        }
      },
      "styleProps": {
        "sizing": {
          "propertySelectors": {
            "desktop": {
              "value": {
                "margin-left": "{{selector}}.et_pb_module",
                "margin-right": "{{selector}}.et_pb_module"
              }
            }
          },
          "important": {
            "desktop": {
              "value": {
                "margin-left": true,
                "margin-right": true
              }
            }
          }
        }
      }
    },
    "carouselSettings": {
      "type": "object",
      "default": {
        "advanced": {
          "desktop": {
            "value": {
              "effect": "slide",
              "slidesToShow": 3,
              "spaceBetween": 20,
              "initialSlide": 0,
              "centeredSlides": "off",
              "enableCoverflowSlideShadow": "off",
              "coverflowSlideShadowColor": "#cccccc",
              "coverflowRotate": 40,
              "coverflowDepth": 100,
              "sliderLoop": "off",
              "sliderAutoplay": "on",
              "sliderAutoplaySpeed": 3000,
              "sliderPauseOnHover": "on",
              "slideTransitionDuration": 1000,
              "showArrows": "off",
              "showArrowsOnHover": "off",
              "showBullets": "off"
            }
          }
        }
      }
    },
    "swiperContainer": {
      "type": "object",
      "selector": "{{selector}} .swiper-container",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "slide": {
      "type": "object",
      "selector": "{{selector}} .swiper-slide",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {
              "equalHeight": "on"
            }
          }
        }
      }
    },
    "slideHover": {
      "type": "object",
      "selector": "{{selector}} .swiper-slide:hover",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "cardWrapper": {
      "type": "object",
      "selector": "{{selector}} .wpt-image-card-wrapper",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "cardContentWrapper": {
      "type": "object",
      "selector": "{{selector}} .wpt-image-card-content-wrapper",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {
              "verticalAlignment": "end",
              "overlayContentOverImage": "off",
              "overlayContentVisibility": "always"
            }
          },
          "spacing": {
            "desktop": {
              "value": {
                "padding": {
                  "top": "20px",
                  "right": "20px",
                  "bottom": "20px",
                  "left": "20px",
                  "syncHorizontal": "off",
                  "syncVertical": "off"
                },
                "margin": {
                  "top": "",
                  "right": "",
                  "bottom": "",
                  "left": "",
                  "syncHorizontal": "off",
                  "syncVertical": "off"
                }
              }
            }
          }
        }
      }
    },
    "cardContentWrapperHover": {
      "type": "object",
      "selector": "{{selector}} .swiper-slide:hover .wpt-image-card-content-wrapper",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "innerCardContent": {
      "type": "object",
      "selector": "{{selector}} .wpt-image-card-inner-content-wrapper",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "cardTitle": {
      "type": "object",
      "selector": "{{selector}} .wpt-image-card-title",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          },
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h4",
                  "weight": "",
                  "family": "",
                  "textAlign": "center",
                  "color": "",
                  "size": "16px",
                  "letterSpacing": "",
                  "lineHeight": "1.2em"
                }
              }
            }
          }
        }
      }
    },
    "cardContent": {
      "type": "object",
      "selector": "{{selector}} .wpt-image-card-content",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          },
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "weight": "",
                  "family": "",
                  "textAlign": "center",
                  "color": "",
                  "size": "14px",
                  "letterSpacing": "",
                  "lineHeight": "1.5em"
                }
              }
            }
          }
        }
      }
    },
    "imageWrapper": {
      "type": "object",
      "selector": "{{selector}} .wpt-image-card-image-wrapper",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .wpt-image-card-image-wrapper img",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "button": {
      "type": "object",
      "selector": "{{selector}} .swiper-slide .et_pb_button",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "buttonWrapper": {
      "type": "object",
      "selector": "{{selector}} .swiper-slide .et_pb_button_wrapper",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "arrowContainer": {
      "type": "object",
      "selector": "{{selector}} .swiper-button-container",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "coverflowSlideShadowRight": {
      "type": "object",
      "selector": "{{selector}} .swiper-container-3d[data-effect='coverflow'] .swiper-slide-shadow-right",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "previousArrow": {
      "type": "object",
      "selector": "{{selector}} .swiper-button-prev",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "nextArrow": {
      "type": "object",
      "selector": "{{selector}} .swiper-button-next",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "arrows": {
      "type": "object",
      "selector": "{{selector}} .swiper-nav",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {
              "size": "27px",
              "position": "middle-overlap"
            }
          },
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "weight": "",
                  "family": "",
                  "textAlign": "left",
                  "color": "",
                  "letterSpacing": "",
                  "lineHeight": ""
                }
              }
            }
          }
        }
      }
    },
    "arrowsAfter": {
      "type": "object",
      "selector": "{{selector}} .swiper-nav:after",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "paginationWrapper": {
      "type": "object",
      "selector": "{{selector}} .swiper-pagination",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {
              "alignment": "center"
            }
          },
          "spacing": {
            "desktop": {
              "value": {
                "padding": {
                  "top": "20px",
                  "right": "",
                  "bottom": "",
                  "left": "",
                  "syncHorizontal": "off",
                  "syncVertical": "off"
                },
                "margin": {
                  "top": "",
                  "right": "",
                  "bottom": "",
                  "left": "",
                  "syncHorizontal": "off",
                  "syncVertical": "off"
                }
              }
            }
          }
        }
      }
    },
    "paginationBullet": {
      "type": "object",
      "selector": "{{selector}} .swiper-pagination-bullet",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          },
          "spacing": {
            "desktop": {
              "value": {
                "padding": {
                  "top": "",
                  "right": "",
                  "bottom": "",
                  "left": "",
                  "syncHorizontal": "off",
                  "syncVertical": "off"
                },
                "margin": {
                  "top": "",
                  "right": "8px",
                  "bottom": "",
                  "left": "",
                  "syncHorizontal": "off",
                  "syncVertical": "off"
                }
              }
            }
          }
        }
      }
    },
    "activePaginationBullet": {
      "type": "object",
      "selector": "{{selector}} .swiper-pagination-bullet-active",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {}
          }
        }
      }
    },
    "inactivePaginationBullet": {
      "type": "object",
      "selector": "{{selector}} .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)",
      "default": {
        "advanced": {
          "desktop": {
            "value": {}
          }
        },
        "decoration": {
          "desktop": {
            "value": {
              "opacity": 0.2
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "swiperContainer": {
      "subName": "swiperContainer",
      "selectorSuffix": " .swiper-container"
    },
    "slide": {
      "subName": "slide",
      "selectorSuffix": " .swiper-slide"
    },
    "slideHover": {
      "subName": "slideHover",
      "selectorSuffix": " .swiper-slide:hover"
    },
    "cardWrapper": {
      "subName": "cardWrapper",
      "selectorSuffix": " .wpt-image-card-wrapper"
    },
    "cardContentWrapper": {
      "subName": "cardContentWrapper",
      "selectorSuffix": " .wpt-image-card-content-wrapper"
    },
    "cardContentWrapperHover": {
      "subName": "cardContentWrapperHover",
      "selectorSuffix": " .swiper-slide:hover .wpt-image-card-content-wrapper"
    },
    "innerCardContent": {
      "subName": "innerCardContent",
      "selectorSuffix": " .wpt-image-card-inner-content-wrapper"
    },
    "cardTitle": {
      "subName": "cardTitle",
      "selectorSuffix": " .wpt-image-card-title"
    },
    "cardContent": {
      "subName": "cardContent",
      "selectorSuffix": " .wpt-image-card-content"
    },
    "imageWrapper": {
      "subName": "imageWrapper",
      "selectorSuffix": " .wpt-image-card-image-wrapper"
    },
    "image": {
      "subName": "image",
      "selectorSuffix": " .wpt-image-card-image-wrapper img"
    },
    "button": {
      "subName": "button",
      "selectorSuffix": " .swiper-slide .et_pb_button"
    },
    "buttonWrapper": {
      "subName": "buttonWrapper",
      "selectorSuffix": " .swiper-slide .et_pb_button_wrapper"
    },
    "arrowContainer": {
      "subName": "arrowContainer",
      "selectorSuffix": " .swiper-button-container"
    },
    "coverflowSlideShadowLeft": {
      "subName": "coverflowSlideShadowLeft",
      "selectorSuffix": " .swiper-container-3d[data-effect='coverflow'] .swiper-slide-shadow-left"
    },
    "coverflowSlideShadowRight": {
      "subName": "coverflowSlideShadowRight",
      "selectorSuffix": " .swiper-container-3d[data-effect='coverflow'] .swiper-slide-shadow-right"
    },
    "previousArrow": {
      "subName": "previousArrow",
      "selectorSuffix": " .swiper-button-prev"
    },
    "nextArrow": {
      "subName": "nextArrow",
      "selectorSuffix": " .swiper-button-next"
    },
    "arrows": {
      "subName": "arrows",
      "selectorSuffix": " .swiper-nav"
    },
    "arrowsAfter": {
      "subName": "arrowsAfter",
      "selectorSuffix": " .swiper-nav:after"
    },
    "paginationWrapper": {
      "subName": "paginationWrapper",
      "selectorSuffix": " .swiper-pagination"
    },
    "paginationBullet": {
      "subName": "paginationBullet",
      "selectorSuffix": " .swiper-pagination-bullet"
    },
    "activePaginationBullet": {
      "subName": "activePaginationBullet",
      "selectorSuffix": " .swiper-pagination-bullet-active"
    },
    "inactivePaginationBullet": {
      "subName": "inactivePaginationBullet",
      "selectorSuffix": " .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)"
    }
  },
  "settings": {
    "content": "auto",
    "groups": {
      "contentIcon": {
        "panel": "content",
        "priority": 20,
        "groupName": "group-carousel-settings",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Image Carousel"
          }
        }
      },
      "designIcon": {
        "panel": "design",
        "priority": 10,
        "groupName": "designIcon",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Icon Style"
          }
        }
      }
    }
  },
  "style": [
    "d5-wpt-ultimate-carousel",
    "wpt-swiper-style",
    "wpt-swiper-custom"
  ],
  "script": [
    "jquery",
    "wpt-swiper-script",
    "wpt-swiper-v2"
  ],
  "moduleOrderClassName": "et_pb_wpdt_image_card_carousel_fw",
  "moduleClassName": "et_pb_wpdt_image_card_carousel"
}
