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

block.json in SureDonation – Donation Forms, Fundraising Campaigns & Donor Management 1.6.0, at inc/blocks/image/block.json

93 lines 1.5 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/image",
5 "title": "Image",
6 "description": "Displays an image within the donation form",
7 "category": "suredonation",
8 "keywords": [ "image", "picture", "photo", "logo", "media" ],
9 "textdomain": "suredonation",
10 "supports": {
11 "reusable": false,
12 "html": false
13 },
14 "example": {
15 "attributes": {
16 "preview": true
17 }
18 },
19 "attributes": {
20 "preview": {
21 "type": "boolean",
22 "default": false
23 },
24 "block_id": {
25 "type": "string"
26 },
27 "imageId": {
28 "type": "number",
29 "default": 0
30 },
31 "imageUrl": {
32 "type": "string",
33 "default": ""
34 },
35 "imageAlt": {
36 "type": "string",
37 "default": ""
38 },
39 "sizeSlug": {
40 "type": "string",
41 "default": "full"
42 },
43 "objectFit": {
44 "type": "string",
45 "default": ""
46 },
47 "width": {
48 "type": "number",
49 "default": 0
50 },
51 "height": {
52 "type": "number",
53 "default": 0
54 },
55 "enableCaption": {
56 "type": "boolean",
57 "default": false
58 },
59 "caption": {
60 "type": "string",
61 "default": ""
62 },
63 "captionAlign": {
64 "type": "string",
65 "default": ""
66 },
67 "textAlign": {
68 "type": "string",
69 "default": "left"
70 },
71 "fieldWidth": {
72 "type": "number",
73 "default": 100
74 },
75 "formId": {
76 "type": "number",
77 "default": 0
78 },
79 "slug": {
80 "type": "string",
81 "default": ""
82 },
83 "className": {
84 "type": "string",
85 "default": ""
86 },
87 "customClasses": {
88 "type": "string",
89 "default": ""
90 }
91 }
92 }
93