PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.3.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.3.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-social-sharing / block.json

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

45 lines 910 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-social-sharing",
5 "title": "Campaign Social Sharing",
6 "description": "Lets visitors share the campaign on social networks.",
7 "category": "suredonation-campaign",
8 "keywords": [ "campaign", "social", "share", "sharing" ],
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 "headline": {
25 "type": "string"
26 },
27 "networks": {
28 "type": "array",
29 "default": [ "twitter", "facebook", "linkedin", "pinterest", "bluesky" ]
30 },
31 "openInNewTab": {
32 "type": "boolean",
33 "default": true
34 },
35 "contentAlign": {
36 "type": "string",
37 "default": "left"
38 },
39 "preview": {
40 "type": "boolean",
41 "default": false
42 }
43 }
44 }
45