{
  "name": "dnxte/dnxte-paypal-button",
  "d4Shortcode": "",
  "title": "PayPal Button",
  "titles": "PayPal Buttons",
  "moduleIcon": "dnxte/paypal-button",
  "moduleClassName": "dnxte_paypal_button",
  "moduleOrderClassName": "dnxte_paypal_button",
  "category": "module",
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "PayPal Button"
            }
          }
        },
        "alignment": {
          "desktop": {
            "value": "left"
          }
        }
      },
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "link": {},
          "text": {},
          "htmlAttributes": {}
        },
        "decoration": {
          "background": {},
          "sizing": {},
          "spacing": {},
          "border": {},
          "boxShadow": {},
          "filters": {},
          "transform": {},
          "animation": {},
          "overflow": {},
          "disabledOn": {},
          "transition": {},
          "position": {},
          "zIndex": {},
          "scroll": {},
          "sticky": {}
        }
      }
    },
    "buttonText": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Pay Now"
          }
        }
      }
    },
    "amount": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "5000"
          }
        }
      }
    },
    "currency": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "usd"
          }
        }
      }
    },
    "description": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Payment"
          }
        }
      }
    },
    "publishableKey": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": ""
          }
        }
      }
    },
    "button": {
      "type": "object",
      "selector": "{{selector}} .dnxte-paypal-button",
      "elementType": "button",
      "default": {
        "decoration": {
          "button": {
            "desktop": {
              "value": {
                "enable": "off"
              }
            }
          }
        }
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "border": {},
          "boxShadow": {},
          "font": {},
          "button": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true
                }
              }
            }
          }
        },
        "background": {
          "important": true
        },
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "paymentMode": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "sandbox"
          }
        }
      }
    },
    "successUrl": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": ""
          }
        }
      }
    },
    "cancelUrl": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": ""
          }
        }
      }
    },
    "productName": {
      "type": "object",
      "selector": "{{selector}} .dnxte-paypal-product-name",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Starter Plan"
          }
        }
      },
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupName": "product",
            "priority": 10,
            "render": true,
            "attrName": "productName.innerContent",
            "label": "Product Name",
            "description": "Enter the name of the product",
            "features": {
              "sticky": false,
              "dynamicContent": false
            },
            "component": {
              "name": "divi/text",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 10,
            "component": {
              "props": {
                "groupLabel": "Product Name",
                "fieldLabel": "Product Name"
              }
            }
          },
          "spacing": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-paypal-product-name",
        "spacing": {
          "important": true
        },
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true,
                  "font-weight": true,
                  "font-family": true
                }
              }
            }
          }
        }
      },
      "tagName": "div",
      "attributes": {
        "class": "dnxte-paypal-product-name"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "productDescription": {
      "type": "object",
      "selector": "{{selector}} .dnxte-paypal-product-description",
      "tagName": "div",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Get access to all premium features and priority support."
          }
        }
      },
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupName": "product",
            "priority": 20,
            "render": true,
            "attrName": "productDescription.innerContent",
            "label": "Description",
            "description": "Enter the product description",
            "features": {
              "sticky": false,
              "dynamicContent": false
            },
            "component": {
              "name": "divi/richtext",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 20,
            "component": {
              "props": {
                "groupLabel": "Product Description",
                "fieldLabel": "Description"
              }
            }
          },
          "spacing": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-paypal-product-description",
        "spacing": {
          "important": true
        },
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true,
                  "font-weight": true,
                  "font-family": true
                }
              }
            }
          }
        }
      },
      "attributes": {
        "class": "dnxte-paypal-product-description"
      },
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "productQuantity": {
      "type": "object",
      "selector": "{{selector}} .dnxte-paypal-product-quantity",
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupName": "product",
            "priority": 30,
            "render": true,
            "attrName": "productQuantity.innerContent",
            "label": "Quantity",
            "description": "Enter the product quantity",
            "features": {
              "sticky": false,
              "dynamicContent": false
            },
            "component": {
              "name": "divi/text",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 30,
            "component": {
              "props": {
                "groupLabel": "Product Quantity",
                "fieldLabel": "Quantity"
              }
            }
          }
        }
      },
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "div",
      "attributes": {
        "class": "dnxte-paypal-product-quantity"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "subtitle": {
      "type": "object",
      "selector": "{{selector}} .dnxte-paypal-layout__subtitle",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Premium Subscription"
          }
        }
      },
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupName": "product",
            "priority": 15,
            "render": false,
            "attrName": "subtitle.innerContent",
            "label": "Subtitle",
            "description": "Enter the subtitle text",
            "features": {
              "sticky": false,
              "dynamicContent": false
            },
            "component": {
              "name": "divi/text",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 15,
            "component": {
              "props": {
                "groupLabel": "Subtitle",
                "fieldLabel": "Subtitle"
              }
            }
          }
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-paypal-layout__subtitle",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true,
                  "font-weight": true,
                  "font-family": true
                }
              }
            }
          }
        }
      },
      "tagName": "p",
      "attributes": {
        "class": "dnxte-paypal-layout__subtitle"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "price": {
      "type": "object",
      "selector": "{{selector}} .dnxte-paypal-price-value, {{selector}} .dnxte-paypal-currency",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "79"
          }
        }
      },
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupName": "product",
            "priority": 16,
            "render": false,
            "attrName": "price.innerContent",
            "label": "Price",
            "description": "Enter the price to display",
            "features": {
              "sticky": false,
              "dynamicContent": false
            },
            "component": {
              "name": "divi/text",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 16,
            "component": {
              "props": {
                "groupLabel": "Price",
                "fieldLabel": "Price"
              }
            }
          },
          "alignment": {},
          "spacing": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-paypal-price-value, {{selector}} .dnxte-paypal-currency",
        "alignment": {
          "selector": "{{selector}} .dnxte-paypal-layout1__price"
        },
        "spacing": {
          "selector": "{{selector}} .dnxte-paypal-layout1__price",
          "important": true
        },
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true,
                  "font-weight": true,
                  "font-family": true
                }
              }
            }
          }
        }
      },
      "tagName": "span",
      "attributes": {
        "class": "dnxte-paypal-price-value"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "priceLabel": {
      "type": "object",
      "selector": "{{selector}} .dnxte-paypal-price-label",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "/One-time payment"
          }
        }
      },
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupName": "product",
            "priority": 17,
            "render": false,
            "attrName": "priceLabel.innerContent",
            "label": "Price Label",
            "description": "Enter the price label text",
            "features": {
              "sticky": false,
              "dynamicContent": false
            },
            "component": {
              "name": "divi/text",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 17,
            "component": {
              "props": {
                "groupLabel": "Price Label",
                "fieldLabel": "Price Label"
              }
            }
          }
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-paypal-price-label",
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "font-size": true,
                  "letter-spacing": true,
                  "line-height": true,
                  "font-weight": true,
                  "font-family": true
                }
              }
            }
          }
        }
      },
      "tagName": "span",
      "attributes": {
        "class": "dnxte-paypal-price-label"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "quantity": {
      "type": "object",
      "selector": "{{selector}} .dnxte-paypal-quantity-btn",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "1"
          }
        }
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "background": {},
          "font": {},
          "border": {},
          "spacing": {}
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-paypal-quantity-btn, {{selector}} .dnxte-paypal-quantity-value",
        "background": {
          "important": true
        },
        "font": {
          "important": true
        },
        "border": {
          "important": true
        },
        "spacing": {
          "selector": "{{selector}} .dnxte-paypal-quantity-selector",
          "important": true
        }
      },
      "tagName": "div",
      "attributes": {
        "class": "dnxte-paypal-quantity"
      },
      "inlineEditor": "plainText",
      "elementType": "heading"
    },
    "showProductDetails": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "off"
          }
        }
      }
    },
    "showPaypalBadge": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "on"
          }
        }
      }
    },
    "layout": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "layout1"
          }
        }
      }
    },
    "buttonSpacing": {
      "type": "object",
      "selector": "{{selector}} .dnxte-paypal-button",
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    }
  },
  "customCssFields": {
    "productName": {
      "subName": "productName",
      "selectorSuffix": " .dnxte-paypal-product-name"
    },
    "productDescription": {
      "subName": "productDescription",
      "selectorSuffix": " .dnxte-paypal-product-description"
    },
    "productQuantity": {
      "subName": "productQuantity",
      "selectorSuffix": " .dnxte-paypal-product-quantity"
    },
    "subtitle": {
      "subName": "subtitle",
      "selectorSuffix": " .dnxte-paypal-layout__subtitle"
    },
    "price": {
      "subName": "price",
      "selectorSuffix": " .dnxte-paypal-price-value"
    },
    "priceLabel": {
      "subName": "priceLabel",
      "selectorSuffix": " .dnxte-paypal-price-label"
    },
    "quantity": {
      "subName": "quantity",
      "selectorSuffix": " .dnxte-paypal-quantity-btn"
    },
    "button": {
      "subName": "button",
      "selectorSuffix": " .dnxte-paypal-button"
    }
  },
  "settings": {
    "advanced": "custom",
    "design": "custom"
  }
}
