PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.5.8
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.5.8
3.4.4 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 All 197 releases
convertkit / includes / blocks / product / block.json

block.json in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages 2.5.8, at includes/blocks/product/block.json

42 lines 1016 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": 1,
4 "name": "convertkit/product",
5 "title": "ConvertKit Product",
6 "category": "convertkit",
7 "description": "Displays a button to purchase a ConvertKit product.",
8 "keywords": [ "convertkit", "product" ],
9 "textdomain": "convertkit",
10 "attributes": {
11 "product": {
12 "type": "string"
13 },
14 "text": {
15 "type": "string"
16 },
17 "fontSize": {
18 "type": "string"
19 },
20 "style": {
21 "type": "object"
22 },
23 "backgroundColor": {
24 "type": "string"
25 },
26 "textColor": {
27 "type": "string"
28 },
29 "is_gutenberg_example": {
30 "type": "boolean",
31 "default": false
32 }
33 },
34 "supports": {
35 "className": true,
36 "color": {
37 "background": true,
38 "text": true
39 }
40 },
41 "editorScript": "convertkit-gutenberg"
42 }