PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.4.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.4.3
3.4.3 3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 All 196 releases
convertkit / includes / blocks / v2 / form-builder-field-custom / block.json

block.json in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages 3.4.3, at includes/blocks/v2/form-builder-field-custom/block.json

57 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": 2,
4 "name": "convertkit/form-builder-field-custom",
5 "title": "Kit Form Builder: Custom Field",
6 "category": "kit",
7 "description": "Adds a text field to the Kit Form Builder, whose value is stored in a Kit custom field.",
8 "keywords": [
9 "convertkit",
10 "kit",
11 "custom",
12 "field"
13 ],
14 "textdomain": "convertkit",
15 "parent": [ "convertkit/form-builder" ],
16 "attributes": {
17 "label": {
18 "type": "string"
19 },
20 "custom_field": {
21 "type": "string"
22 },
23 "fontSize": {
24 "type": "string"
25 },
26 "style": {
27 "type": "object"
28 },
29 "backgroundColor": {
30 "type": "string"
31 },
32 "textColor": {
33 "type": "string"
34 },
35 "is_gutenberg_example": {
36 "type": "boolean",
37 "default": false
38 }
39 },
40 "supports": {
41 "align": true,
42 "className": true,
43 "color": {
44 "background": true,
45 "text": true
46 },
47 "typography": {
48 "fontSize": true,
49 "lineHeight": true
50 },
51 "spacing": {
52 "margin": true,
53 "padding": true
54 }
55 },
56 "editorScript": "convertkit-gutenberg"
57 }