PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.0.2
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.0.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 2.3.2 2.3.3 All 194 releases
convertkit / includes / blocks / form-builder / block.json

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

60 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": 1,
4 "name": "convertkit/form-builder",
5 "title": "Kit Form Builder",
6 "category": "kit",
7 "description": "Build a subscription form that inherits your site's styles.",
8 "keywords": [
9 "form",
10 "embed",
11 "subscriber",
12 "email",
13 "convertkit"
14 ],
15 "textdomain": "convertkit",
16 "attributes": {
17 "redirect": {
18 "type": "string"
19 },
20 "display_form_if_subscribed": {
21 "type": "boolean"
22 },
23 "text_if_subscribed": {
24 "type": "string"
25 },
26 "fontSize": {
27 "type": "string"
28 },
29 "style": {
30 "type": "object"
31 },
32 "backgroundColor": {
33 "type": "string"
34 },
35 "textColor": {
36 "type": "string"
37 },
38 "is_gutenberg_example": {
39 "type": "boolean",
40 "default": false
41 }
42 },
43 "supports": {
44 "align": true,
45 "className": true,
46 "color": {
47 "background": true,
48 "text": true
49 },
50 "typography": {
51 "fontSize": true,
52 "lineHeight": true
53 },
54 "spacing": {
55 "margin": true,
56 "padding": true
57 }
58 },
59 "editorScript": "convertkit-gutenberg"
60 }