Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | {
"id": "evt_default",
"slug": "default",
"name": "Fundraising Event",
"description": "Defaul Fundraising Event Description",
"theme": {
"assets": {},
"variables": {}
},
"content": {
"title": "",
"totalLabel": "Total Raised",
"goalAmount": 10000,
"landing": {
"impact": {
"url": "/impact",
"enabled": true
},
"community": {
"url": "/community",
"enabled": true
},
"interactive": {
"url": "/interactive",
"enabled": true
}
}
},
"live": {
"theme": "modern"
},
"donation": {
"form": {
"phone": {
"enabled": true,
"required": false
},
"address": {
"enabled": false,
"required": false
},
"company": {
"enabled": false,
"required": false
},
"message": {
"enabled": true,
"required": false
},
"anonymous": {
"enabled": true,
"required": false
}
},
"sharing": {
"enabled": true,
"networks": ["facebook", "twitter", "linkedin"]
},
"payment": {
"provider": "stripe",
"currency": "EUR",
"config": {
"stripe": {
"publishableKey": "pk_test_placeholder",
"secretKey": "",
"webhookSecret": ""
},
"paypal": {
"clientId": "",
"clientSecret": "",
"webhookId": "",
"sandbox": true
}
}
}
},
"communication": {
"legalName": "My Organization Inc.",
"taxId": "",
"address": "123 Charity Lane, City, Country",
"website": "https://example.com",
"supportEmail": "support@example.com",
"phone": "+1 234 567 890",
"footerText": "Merci pour votre générosité. Votre don fait la différence.",
"signatureText": "Executive Director",
"signatureImage": "",
"pdf": {
"enabled": true
},
"email": {
"enabled": true,
"senderName": "Fundraising Event Team",
"replyTo": "donations@fundraising-event.org",
"subjectLine": "Merci pour votre don",
"provider": "console",
"config": {
"smtp": {
"host": "localhost",
"port": 1025,
"secure": false,
"auth": {
"user": "",
"pass": ""
}
}
}
}
},
"locales": {
"default": "fr",
"supported": ["fr", "de", "en", "it"],
"overrides": {}
}
}
|