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-donate-button / block.json

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

34 lines 707 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-donate-button",
5 "title": "Campaign Donate Button",
6 "description": "A call-to-action button that takes supporters to the campaign's donation form.",
7 "category": "suredonation-campaign",
8 "keywords": [ "campaign", "donate", "button", "cta" ],
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 "buttonText": {
25 "type": "string",
26 "default": "Donate"
27 },
28 "preview": {
29 "type": "boolean",
30 "default": false
31 }
32 }
33 }
34