{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/subscriptions", "title": "Subscribe", "description": "Subscribe to this blog's posts as a newsletter.", "keywords": [ "newsletter", "email", "follow" ], "version": "12.5.0", "textdomain": "jetpack", "category": "grow", "icon": "", "supports": { "spacing": { "margin": true, "padding": true }, "align": [ "wide", "full" ] }, "styles": [ { "name": "split", "label": "Split", "isDefault": true }, { "name": "compact", "label": "Compact" }, { "name": "button", "label": "Button only" } ], "attributes": { "subscribePlaceholder": { "type": "string" }, "showSubscribersTotal": { "type": "boolean", "default": false }, "includeSocialFollowers": { "type": "boolean" }, "buttonOnNewLine": { "type": "boolean", "default": false }, "buttonWidth": { "type": "string" }, "submitButtonText": { "type": "string" }, "emailFieldBackgroundColor": { "type": "string" }, "customEmailFieldBackgroundColor": { "type": "string" }, "emailFieldGradient": { "type": "string" }, "customEmailFieldGradient": { "type": "string" }, "buttonBackgroundColor": { "type": "string" }, "customButtonBackgroundColor": { "type": "string" }, "buttonGradient": { "type": "string" }, "customButtonGradient": { "type": "string" }, "textColor": { "type": "string" }, "customTextColor": { "type": "string" }, "fontSize": { "type": "string" }, "customFontSize": { "type": "string" }, "borderRadius": { "type": "number" }, "borderWeight": { "type": "number" }, "borderColor": { "type": "string" }, "customBorderColor": { "type": "string" }, "padding": { "type": "number" }, "spacing": { "type": "number" }, "successMessage": { "type": "string", "default": "Success! An email was just sent to confirm your subscription. Please find the email now and click 'Confirm' to start subscribing." }, "appSource": { "type": "string" }, "className": { "type": "string" } }, "example": {}, "editorScript": "jetpack-blocks-editor" }