PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.6.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.6.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-donor-comments / block.json

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

58 lines 1.1 KB
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-donor-comments",
5 "title": "Donor Comments",
6 "description": "Displays the messages donors left with their donations to the campaign.",
7 "category": "suredonation-campaign",
8 "keywords": [ "campaign", "comments", "donors", "messages", "wall" ],
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 "commentsToShow": {
25 "type": "number",
26 "default": 5
27 },
28 "showAnonymous": {
29 "type": "boolean",
30 "default": true
31 },
32 "showAvatar": {
33 "type": "boolean",
34 "default": true
35 },
36 "showAmount": {
37 "type": "boolean",
38 "default": true
39 },
40 "showDate": {
41 "type": "boolean",
42 "default": true
43 },
44 "commentLength": {
45 "type": "number",
46 "default": 150
47 },
48 "readMoreText": {
49 "type": "string",
50 "default": ""
51 },
52 "preview": {
53 "type": "boolean",
54 "default": false
55 }
56 }
57 }
58