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 / heading / block.json

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

81 lines 1.4 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/heading",
5 "title": "Heading",
6 "description": "Displays a section heading within the donation form",
7 "category": "suredonation",
8 "keywords": [ "heading", "title", "section", "text" ],
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 "headingText": {
28 "type": "string",
29 "default": "Section Heading"
30 },
31 "headingTag": {
32 "type": "string",
33 "default": "h2"
34 },
35 "enableSubHeading": {
36 "type": "boolean",
37 "default": false
38 },
39 "subHeadingText": {
40 "type": "string",
41 "default": "Sub heading"
42 },
43 "subHeadingPosition": {
44 "type": "string",
45 "default": "below"
46 },
47 "separatorStyle": {
48 "type": "string",
49 "default": "none"
50 },
51 "separatorPosition": {
52 "type": "string",
53 "default": "below-heading"
54 },
55 "textAlign": {
56 "type": "string",
57 "default": "left"
58 },
59 "fieldWidth": {
60 "type": "number",
61 "default": 100
62 },
63 "formId": {
64 "type": "number",
65 "default": 0
66 },
67 "slug": {
68 "type": "string",
69 "default": ""
70 },
71 "className": {
72 "type": "string",
73 "default": ""
74 },
75 "customClasses": {
76 "type": "string",
77 "default": ""
78 }
79 }
80 }
81