PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
give / src / Campaigns / Blocks / CampaignCover / block.json

block.json in GiveWP – Donation Plugin and Fundraising Platform 4.16.9, at src/Campaigns/Blocks/CampaignCover/block.json

53 lines 1.2 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": "givewp/campaign-cover-block",
5 "version": "1.0.0",
6 "title": "Campaign Cover",
7 "category": "give",
8 "description": "Displays the cover image of the campaign.",
9 "attributes": {
10 "campaignId": {
11 "type": "integer"
12 },
13 "alt": {
14 "type": "string"
15 },
16 "width": {
17 "type": "number",
18 "default": 645
19 },
20 "height": {
21 "type": "number",
22 "default": 865
23 },
24 "align": {
25 "type": "string",
26 "default": ""
27 }
28 },
29 "supports": {
30 "align": [
31 "wide",
32 "full",
33 "left",
34 "center",
35 "right"
36 ],
37 "filter": {
38 "duotone": true
39 },
40 "selectors": {
41 "filter": {
42 "duotone": ".wp-block-givewp-campaign-cover-block img"
43 }
44 },
45 "anchor": true,
46 "className": true
47 },
48 "example":{},
49 "textdomain": "give",
50 "render": "file:./render.php",
51 "style": "file:../../../../build/campaignCoverBlock.css"
52 }
53