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

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

57 lines 971 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/html",
5 "title": "HTML",
6 "description": "Inserts custom HTML markup within the donation form",
7 "category": "suredonation",
8 "keywords": [ "html", "code", "custom", "markup" ],
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 "htmlContent": {
28 "type": "string",
29 "default": ""
30 },
31 "label": {
32 "type": "string",
33 "default": "HTML Block"
34 },
35 "fieldWidth": {
36 "type": "number",
37 "default": 100
38 },
39 "formId": {
40 "type": "number",
41 "default": 0
42 },
43 "slug": {
44 "type": "string",
45 "default": ""
46 },
47 "className": {
48 "type": "string",
49 "default": ""
50 },
51 "customClasses": {
52 "type": "string",
53 "default": ""
54 }
55 }
56 }
57