PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.1.2
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.1.2
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 / donate-button / block.json

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

59 lines 966 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/donate-button",
5 "title": "Donate Button",
6 "description": "Displays a donate/submit button for the donation form",
7 "category": "suredonation",
8 "keywords": [
9 "donate",
10 "button",
11 "submit",
12 "donation"
13 ],
14 "textdomain": "suredonation",
15 "supports": {
16 "reusable": false,
17 "html": false,
18 "multiple": false
19 },
20 "example": {
21 "attributes": {
22 "preview": true
23 }
24 },
25 "attributes": {
26 "preview": {
27 "type": "boolean",
28 "default": false
29 },
30 "block_id": {
31 "type": "string"
32 },
33 "fieldWidth": {
34 "type": "number",
35 "default": 100
36 },
37 "buttonText": {
38 "type": "string",
39 "default": "Donate"
40 },
41 "formId": {
42 "type": "number",
43 "default": 0
44 },
45 "slug": {
46 "type": "string",
47 "default": ""
48 },
49 "className": {
50 "type": "string",
51 "default": ""
52 },
53 "customClasses": {
54 "type": "string",
55 "default": ""
56 }
57 }
58 }
59