{
  "name": "dnxte/next-expanding-cta",
  "title": "Expanding CTA",
  "titles": "Expanding CTAs",
  "moduleIcon": "dnxte/next-expanding-cta",
  "category": "module",
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Expanding CTA"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "selector": "{{selector}} .dnxte_next_expanding_cta",
          "important": true
        },
        "border": {
          "selector": "{{selector}}",
          "important": true
        },
        "boxShadow": {
          "selector": "{{selector}}",
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__title",
      "tagName": "h2",
      "attributes": {
        "class": "next_expanding_cta__title"
      },
      "inlineEditor": "richText",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Unlock Your Full Potential"
          }
        }
      },
      "styleProps": {
        "font": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "subtitle": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__subtitle",
      "tagName": "div",
      "attributes": {
        "class": "next_expanding_cta__subtitle"
      },
      "inlineEditor": "text",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Limited Time Offer"
          }
        }
      },
      "styleProps": {
        "font": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "body": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__body",
      "tagName": "div",
      "attributes": {
        "class": "next_expanding_cta__body"
      },
      "inlineEditor": "richText",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Take advantage of this exclusive deal before it's gone."
          }
        }
      },
      "styleProps": {
        "font": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "primaryButtonText": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__primary-btn-wrap",
      "tagName": "a",
      "attributes": {
        "class": "next_expanding_cta__primary-btn"
      },
      "inlineEditor": "text",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Get Started Now"
          }
        }
      },
      "styleProps": {
        "font": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "background": {
          "important": true
        },
        "border": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "secondaryButtonText": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__secondary-btn-wrap",
      "tagName": "a",
      "attributes": {
        "class": "next_expanding_cta__secondary-btn"
      },
      "inlineEditor": "text",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Learn More"
          }
        }
      },
      "styleProps": {
        "font": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "background": {
          "important": true
        },
        "border": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "expiredMessage": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__expired-message",
      "tagName": "div",
      "attributes": {
        "class": "next_expanding_cta__expired-message"
      },
      "inlineEditor": "richText",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "This offer has expired."
          }
        }
      },
      "styleProps": {
        "font": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "triggerMode": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "scroll"
        }
      }
    },
    "expandScale": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "1.1"
        }
      }
    },
    "expandDirection": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "all"
        }
      }
    },
    "animationDuration": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "600"
        }
      }
    },
    "animationEasing": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "ease"
        }
      }
    },
    "customCubicBezier": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "0.25, 0.1, 0.25, 1.0"
        }
      }
    },
    "viewportOffset": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "30"
        }
      }
    },
    "collapseOnExit": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "on"
        }
      }
    },
    "triggerOnce": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "off"
        }
      }
    },
    "mediaType": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "none"
        }
      }
    },
    "mediaPosition": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "above"
        }
      }
    },
    "mediaIcon": {
      "type": "object",
      "default": {
        "desktop": {
          "value": {
            "unicode": "&#xe089;",
            "type": "divi",
            "weight": "400"
          }
        }
      }
    },
    "iconSize": {
      "type": "object",
	  "selector": "{{selector}} .next_expanding_cta__icon, {{selector}} .next_expanding_cta__icon::before",
      "default": {
        "desktop": {
          "value": "40px"
        }
      }
    },
    "iconColor": {
      "type": "object",
	  "selector": "{{selector}} .next_expanding_cta__icon, {{selector}} .next_expanding_cta__icon::before",
      "default": {
        "desktop": {
          "value": "#000000"
        }
      }
    },
    "imageWidth": {
      "type": "object",
      "default": {
        "desktop": {
          "value": ""
        }
      }
    },
    "imageMaxWidth": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "100%"
        }
      }
    },
    "imageAlignment": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "center"
        }
      }
    },
    "mediaImage": {
      "type": "object",
      "default": {
        "desktop": {
          "value": ""
        }
      }
    },
    "mediaImageAlt": {
      "type": "object",
      "default": {
        "desktop": {
          "value": ""
        }
      }
    },
    "lottieUrl": {
      "type": "object",
      "default": {
        "desktop": {
          "value": ""
        }
      }
    },
    "lottieLoop": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "on"
        }
      }
    },
    "lottieAutoplay": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "on"
        }
      }
    },
    "primaryButtonUrl": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "#"
        }
      }
    },
    "primaryButtonTarget": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "off"
        }
      }
    },
    "primaryButtonStyle": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "solid"
        }
      }
    },
    "primaryHoverAnimation": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "none"
        }
      }
    },
    "primaryButtonIcon": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__primary-btn i",
      "default": {
        "innerContent": {},
        "advanced": {
          "useIcon": { "desktop": { "value": "off" } },
          "icon": { "desktop": { "value": { "unicode": "&#x35;", "type": "divi", "weight": "400" } } },
          "placement": { "desktop": { "value": "right" } },
          "onHoverOnly": { "desktop": { "value": "off" } }
        }
      }
    },
    "showSecondaryButton": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "off"
        }
      }
    },
    "secondaryButtonUrl": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "#"
        }
      }
    },
    "secondaryButtonTarget": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "off"
        }
      }
    },
    "secondaryButtonStyle": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "outline"
        }
      }
    },
    "secondaryHoverAnimation": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "none"
        }
      }
    },
    "secondaryButtonIcon": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__secondary-btn i",
      "default": {
        "innerContent": {},
        "advanced": {
          "useIcon": { "desktop": { "value": "off" } },
          "icon": { "desktop": { "value": { "unicode": "&#x35;", "type": "divi", "weight": "400" } } },
          "placement": { "desktop": { "value": "right" } },
          "onHoverOnly": { "desktop": { "value": "off" } }
        }
      }
    },
    "buttonAlignment": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "center"
        }
      }
    },
    "contentAlignment": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "center"
        }
      }
    },
    "showOverlay": {
      "type": "object",
      "default": {
		"innerContent": {
			"desktop": {
				"value": "off"
			}
		}
      }
    },
    "overlayColor": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "rgba(0,0,0,0.7)"
        }
      }
    },
    "hideHeaderOnExpand": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "off"
        }
      }
    },
    "hideBackToTop": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "off"
        }
      }
    },
    "disableScrollOnExpand": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "off"
        }
      }
    },
    "showCountdown": {
      "type": "object",
      "default": {
		"innerContent": {
			"desktop": {
				"value": "off"
			}
		}
      }
    },
    "countdownMode": {
      "type": "object",
      "default": {
		"innerContent": {
			"desktop": {
				"value": "fixed"
			}
		}
      }
    },
    "countdownDate": {
      "type": "object",
      "default": {
        "desktop": {
          "value": ""
        }
      }
    },
    "evergreenDuration": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "24"
        }
      }
    },
    "countdownLayout": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "inline"
        }
      }
    },
    "showDays": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "on"
        }
      }
    },
    "showHours": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "on"
        }
      }
    },
    "showMinutes": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "on"
        }
      }
    },
    "showSeconds": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "on"
        }
      }
    },
    "separatorStyle": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "colon"
        }
      }
    },
    "expiredAction": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "hide"
        }
      }
    },
    "expiredRedirectUrl": {
      "type": "object",
      "default": {
        "desktop": {
          "value": ""
        }
      }
    },
    "titleTag": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "h2"
        }
      }
    },
    "iconDesign": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__icon, {{selector}} .next_expanding_cta__icon::before",
      "styleProps": {
        "font": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "imageDesign": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__image",
      "styleProps": {
        "border": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "countdownNumberDesign": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__countdown-number",
      "styleProps": {
        "font": {
          "important": true
        }
      }
    },
    "countdownLabelDesign": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__countdown-label",
      "styleProps": {
        "font": {
          "important": true
        }
      }
    },
    "countdownSeparatorDesign": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__countdown-separator",
      "styleProps": {
        "font": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "expandingCtaDesign": {
      "type": "object",
      "selector": "{{selector}} .dnxte_next_expanding_cta",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "countdownItemBg": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "rgba(0, 0, 0, 0.05)"
        }
      }
    },
    "countdownItemDesign": {
      "type": "object",
      "selector": "{{selector}} .next_expanding_cta__countdown-item",
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    }
  },
  "customCssFields": {
    "container": {
      "subName": "container",
      "selectorSuffix": " .dnxte_next_expanding_cta"
    },
    "title": {
      "subName": "title",
      "selectorSuffix": " .next_expanding_cta__title"
    },
    "subtitle": {
      "subName": "subtitle",
      "selectorSuffix": " .next_expanding_cta__subtitle"
    },
    "body": {
      "subName": "body",
      "selectorSuffix": " .next_expanding_cta__body"
    },
    "mediaWrapper": {
      "subName": "mediaWrapper",
      "selectorSuffix": " .next_expanding_cta__media-wrapper"
    },
    "primaryButton": {
      "subName": "primaryButton",
      "selectorSuffix": " .next_expanding_cta__primary-btn-wrap"
    },
    "secondaryButton": {
      "subName": "secondaryButton",
      "selectorSuffix": " .next_expanding_cta__secondary-btn-wrap"
    },
    "buttonWrapper": {
      "subName": "buttonWrapper",
      "selectorSuffix": " .next_expanding_cta__button-wrapper"
    },
    "countdown": {
      "subName": "countdown",
      "selectorSuffix": " .next_expanding_cta__countdown"
    },
    "countdownItem": {
      "subName": "countdownItem",
      "selectorSuffix": " .next_expanding_cta__countdown-item"
    },
    "overlay": {
      "subName": "overlay",
      "selectorSuffix": " .next_expanding_cta__overlay"
    },
    "expiredMessage": {
      "subName": "expiredMessage",
      "selectorSuffix": " .next_expanding_cta__expired-message"
    }
  }
}
