| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "convertkit/broadcasts", |
| 5 |
"title": "Kit Broadcasts", |
| 6 |
"category": "kit", |
| 7 |
"description": "Displays a list of your Kit broadcasts.", |
| 8 |
"keywords": [ "convertkit", "kit", "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 |
"typography": { |
| 66 |
"fontSize": true, |
| 67 |
"lineHeight": true |
| 68 |
}, |
| 69 |
"spacing": { |
| 70 |
"margin": true, |
| 71 |
"padding": true |
| 72 |
} |
| 73 |
}, |
| 74 |
"editorScript": "convertkit-gutenberg" |
| 75 |
} |