﻿£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>
{
    "$schema": "https://json.schemastore.org/block.json",
    "apiVersion": 2,
    "name": "givewp/donation-form-block",
    "version": "1.1.1",
    "title": "Donation Form Block for Stripe",
    "category": "widgets",
    "icon": "smiley",
    "description": "A beautiful donation form block for Stripe by GiveWP. Accept donations in minutes.",
    "supports": {
        "html": false
    },
    "attributes": {
        "donationAmounts": {
            "type": "array",
            "default": [
                5,
                10,
                25,
                50,
                100,
                250
            ]
        },
        "defaultAmount": {
            "type": "integer",
            "default": 50
        },
        "backgroundId": {
            "type": "integer",
            "default": 0
        },
        "backgroundUrl": {
            "type": "string",
            "default": ""
        },
        "countryCode": {
            "type": "string",
            "default": "US"
        },
        "currencyCode": {
            "type": "string",
            "default": "USD"
        },
        "currencySymbol": {
            "type": "string",
            "default": "$"
        },
        "color": {
            "type": "string",
            "default": "#1E8CBE"
        },
        "introHeading": {
            "type": "string",
            "default": "How much would you like to donate today?"
        },
        "introSubheading": {
            "type": "string",
            "default": "All donations directly impact our cause. Any support is appreciated."
        },
        "fieldsHeading": {
            "type": "string",
            "default": "Who’s giving today?"
        },
        "fieldsSubheading": {
            "type": "string",
            "default": "This information is only used to securely process your donation."
        },
        "donateBtnText": {
            "type": "string",
            "default": "Donate Now"
        },
        "enableLink": {
            "type": "boolean",
            "default": false
        },
        "formId": {
            "type": "integer",
            "default": 0
        },
        "enableRecaptchaBackend": {
            "type": "boolean",
            "default": false
        },
        "recaptchaSitekey": {
            "type": "string",
            "default": ""
        },
        "liveMode": {
            "type": "boolean",
            "default": false
        },
        "preview": {
            "type": "boolean",
            "default": false
        }
    },
    "example": {
        "attributes": {
            "preview": true
        }
    },
    "textdomain": "donation-form-block",
    "editorScript": "file:./build/index.js",
    "editorStyle": "file:./build/index.css",
    "style": ""
}
