PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.1.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.1.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-stats / block.json

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

34 lines 706 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-stats",
5 "title": "Campaign Statistic",
6 "description": "Displays a single campaign statistic such as the average or top donation.",
7 "category": "suredonation-campaign",
8 "keywords": [ "campaign", "stats", "statistic", "donation" ],
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 "statistic": {
25 "type": "string",
26 "default": "average-donation"
27 },
28 "preview": {
29 "type": "boolean",
30 "default": false
31 }
32 }
33 }
34