PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.4.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.4.0
1.6.1 1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 trunk 0.0.1 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0
suredonation / inc / blocks / campaign-donations / block.json

block.json in SureDonation – Donation Forms, Fundraising Campaigns & Donor Management 1.4.0, at inc/blocks/campaign-donations/block.json

46 lines 875 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "suredonation/campaign-donations",
5 "title": "Campaign Donations",
6 "description": "Displays a list of recent donations for the campaign.",
7 "category": "suredonation-campaign",
8 "keywords": [ "campaign", "donations", "recent", "list" ],
9 "textdomain": "suredonation",
10 "supports": {
11 "html": false,
12 "reusable": false
13 },
14 "example": {
15 "attributes": {
16 "preview": true
17 }
18 },
19 "attributes": {
20 "campaignId": {
21 "type": "number",
22 "default": 0
23 },
24 "donationsToShow": {
25 "type": "number",
26 "default": 5
27 },
28 "showAnonymous": {
29 "type": "boolean",
30 "default": true
31 },
32 "showButton": {
33 "type": "boolean",
34 "default": false
35 },
36 "buttonText": {
37 "type": "string",
38 "default": "Donate"
39 },
40 "preview": {
41 "type": "boolean",
42 "default": false
43 }
44 }
45 }
46