sellkit
/
includes
/
block-editor
/
blocks
/
checkout
/
inner-blocks
/
payment-continue
/
block.json
block.json in SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster 2.7.0, at includes/block-editor/blocks/checkout/inner-blocks/payment-continue/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "name": "sellkit-inner-blocks/checkout-payment-continue", |
| 4 | "title": "payment-continue", |
| 5 | "apiVersion": 3, |
| 6 | "supports": { |
| 7 | "inserter": true, |
| 8 | "color": { |
| 9 | "gradients": true, |
| 10 | "__experimentalDefaultControls": { |
| 11 | "background": true, |
| 12 | "text": true |
| 13 | } |
| 14 | }, |
| 15 | "spacing": { |
| 16 | "margin": true, |
| 17 | "padding": true, |
| 18 | "__experimentalDefaultControls": { |
| 19 | "margin": false, |
| 20 | "padding": false |
| 21 | } |
| 22 | }, |
| 23 | "typography": { |
| 24 | "fontSize": true, |
| 25 | "lineHeight": true, |
| 26 | "__experimentalFontFamily": true, |
| 27 | "__experimentalFontStyle": true, |
| 28 | "__experimentalFontWeight": true, |
| 29 | "__experimentalLetterSpacing": true, |
| 30 | "__experimentalTextTransform": true, |
| 31 | "__experimentalTextDecoration": true, |
| 32 | "__experimentalWritingMode": true, |
| 33 | "__experimentalDefaultControls": { |
| 34 | "fontSize": true |
| 35 | } |
| 36 | }, |
| 37 | "shadow": true, |
| 38 | "align": [ |
| 39 | "wide", |
| 40 | "full" |
| 41 | ], |
| 42 | "alignWide": true, |
| 43 | "textAlign": { |
| 44 | "type": "string", |
| 45 | "default": "center" |
| 46 | }, |
| 47 | "className": true, |
| 48 | "__experimentalSelector": ".sellkit-checkout-payment-continue-block-editor" |
| 49 | }, |
| 50 | "attributes": { |
| 51 | "customClassName": { |
| 52 | "type": "string", |
| 53 | "default": "" |
| 54 | }, |
| 55 | "paymentContinueButtonText": { |
| 56 | "type": "string", |
| 57 | "default": "Place Order" |
| 58 | } |
| 59 | }, |
| 60 | "parent": [ |
| 61 | "sellkit-blocks/checkout" |
| 62 | ] |
| 63 | } |
| 64 |