{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/mailchimp", "title": "Mailchimp", "description": "Allow readers to join a Mailchimp audience.", "keywords": [ "email", "subscription", "newsletter" ], "version": "12.5.0", "textdomain": "jetpack", "category": "grow", "icon": "", "supports": { "align": [ "wide", "full" ], "color": { "gradients": true }, "spacing": { "padding": true, "margin": true } }, "attributes": { "emailPlaceholder": { "type": "string" }, "consentText": { "type": "string" }, "interests": { "type": "array", "default": [] }, "processingLabel": { "type": "string" }, "signupFieldTag": { "type": "string" }, "signupFieldValue": { "type": "string" }, "successLabel": { "type": "string" }, "errorLabel": { "type": "string" }, "preview": { "type": "boolean", "default": false } }, "example": { "attributes": { "preview": true }, "innerBlocks": [ { "name": "jetpack/button", "attributes": { "element": "button", "text": "Join my Mailchimp audience", "uniqueId": "mailchimp-widget-id" } } ] }, "editorScript": "jetpack-blocks-editor" }