PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.3.2
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.3.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 / broadcasts / block.json

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

67 lines 1.6 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/broadcasts",
5 "title": "ConvertKit Broadcasts",
6 "category": "convertkit",
7 "description": "Displays a list of your ConvertKit broadcasts.",
8 "keywords": [ "convertkit", "broadcasts", "posts" ],
9 "textdomain": "convertkit",
10 "attributes": {
11 "display_grid": {
12 "type": "boolean"
13 },
14 "date_format": {
15 "type": "string"
16 },
17 "display_image": {
18 "type": "boolean"
19 },
20 "display_description": {
21 "type": "boolean"
22 },
23 "display_read_more": {
24 "type": "boolean"
25 },
26 "read_more_label": {
27 "type": "string"
28 },
29 "limit": {
30 "type": "number"
31 },
32 "page": {
33 "type": "number"
34 },
35 "paginate": {
36 "type": "boolean"
37 },
38 "paginate_label_prev": {
39 "type": "string"
40 },
41 "paginate_label_next": {
42 "type": "string"
43 },
44 "style": {
45 "type": "object"
46 },
47 "backgroundColor": {
48 "type": "string"
49 },
50 "textColor": {
51 "type": "string"
52 },
53 "is_gutenberg_example": {
54 "type": "boolean",
55 "default": false
56 }
57 },
58 "supports": {
59 "className": true,
60 "color": {
61 "link": true,
62 "background": true,
63 "text": true
64 }
65 },
66 "editorScript": "convertkit-gutenberg"
67 }