block.json
2 years ago
view.asset.php
2 years ago
view.css
2 years ago
view.js
2 years ago
view.rtl.css
2 years ago
block.json
122 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/subscriptions", |
| 5 | "title": "Subscribe", |
| 6 | "description": "Subscribe to this blog's posts as a newsletter.", |
| 7 | "keywords": [ |
| 8 | "newsletter", |
| 9 | "email", |
| 10 | "follow" |
| 11 | ], |
| 12 | "version": "12.5.0", |
| 13 | "textdomain": "jetpack", |
| 14 | "category": "grow", |
| 15 | "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='m19.02,5H4.98c-1.09,0-1.98.89-1.98,1.98v10.04c0,1.09.89,1.98,1.98,1.98h14.04c1.09,0,1.98-.89,1.98-1.98V6.98c0-1.09-.89-1.98-1.98-1.98Zm.48,11.92c0,.32-.26.58-.58.58H5.08c-.32,0-.58-.26-.58-.58V7.08c0-.32.26-.58.58-.58h13.84c.32,0,.58.26.58.58v9.84Z'/><path d='m4.38,17.69l5.71-4.79s.96,1,1.91.99,1.91-.99,1.91-.99l5.59,4.79v-2.03l-4.41-3.73,4.41-3.72v-1.91l-7.14,5.76c-.24.19-.59.19-.83,0l-7.14-5.88v1.98l4.3,3.67-4.3,3.78v2.08Z'/></svg>", |
| 16 | "supports": { |
| 17 | "spacing": { |
| 18 | "margin": true, |
| 19 | "padding": true |
| 20 | }, |
| 21 | "align": [ |
| 22 | "wide", |
| 23 | "full" |
| 24 | ] |
| 25 | }, |
| 26 | "styles": [ |
| 27 | { |
| 28 | "name": "compact", |
| 29 | "label": "Compact" |
| 30 | }, |
| 31 | { |
| 32 | "name": "split", |
| 33 | "label": "Split", |
| 34 | "isDefault": true |
| 35 | } |
| 36 | ], |
| 37 | "attributes": { |
| 38 | "subscribePlaceholder": { |
| 39 | "type": "string" |
| 40 | }, |
| 41 | "showSubscribersTotal": { |
| 42 | "type": "boolean", |
| 43 | "default": false |
| 44 | }, |
| 45 | "includeSocialFollowers": { |
| 46 | "type": "boolean" |
| 47 | }, |
| 48 | "buttonOnNewLine": { |
| 49 | "type": "boolean", |
| 50 | "default": false |
| 51 | }, |
| 52 | "buttonWidth": { |
| 53 | "type": "string" |
| 54 | }, |
| 55 | "submitButtonText": { |
| 56 | "type": "string" |
| 57 | }, |
| 58 | "emailFieldBackgroundColor": { |
| 59 | "type": "string" |
| 60 | }, |
| 61 | "customEmailFieldBackgroundColor": { |
| 62 | "type": "string" |
| 63 | }, |
| 64 | "emailFieldGradient": { |
| 65 | "type": "string" |
| 66 | }, |
| 67 | "customEmailFieldGradient": { |
| 68 | "type": "string" |
| 69 | }, |
| 70 | "buttonBackgroundColor": { |
| 71 | "type": "string" |
| 72 | }, |
| 73 | "customButtonBackgroundColor": { |
| 74 | "type": "string" |
| 75 | }, |
| 76 | "buttonGradient": { |
| 77 | "type": "string" |
| 78 | }, |
| 79 | "customButtonGradient": { |
| 80 | "type": "string" |
| 81 | }, |
| 82 | "textColor": { |
| 83 | "type": "string" |
| 84 | }, |
| 85 | "customTextColor": { |
| 86 | "type": "string" |
| 87 | }, |
| 88 | "fontSize": { |
| 89 | "type": "string" |
| 90 | }, |
| 91 | "customFontSize": { |
| 92 | "type": "string" |
| 93 | }, |
| 94 | "borderRadius": { |
| 95 | "type": "number" |
| 96 | }, |
| 97 | "borderWeight": { |
| 98 | "type": "number" |
| 99 | }, |
| 100 | "borderColor": { |
| 101 | "type": "string" |
| 102 | }, |
| 103 | "customBorderColor": { |
| 104 | "type": "string" |
| 105 | }, |
| 106 | "padding": { |
| 107 | "type": "number" |
| 108 | }, |
| 109 | "spacing": { |
| 110 | "type": "number" |
| 111 | }, |
| 112 | "successMessage": { |
| 113 | "type": "string", |
| 114 | "default": "Success! An email was just sent to confirm your subscription. Please find the email now and click 'Confirm' to start subscribing." |
| 115 | }, |
| 116 | "appSource": { |
| 117 | "type": "string" |
| 118 | } |
| 119 | }, |
| 120 | "example": {}, |
| 121 | "editorScript": "jetpack-blocks-editor" |
| 122 | } |