| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"name": "sellkit-inner-blocks/checkout-payment", |
| 4 |
"title": "Payment", |
| 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-block-editor" |
| 49 |
}, |
| 50 |
"attributes": { |
| 51 |
"customClassName": { |
| 52 |
"type": "string", |
| 53 |
"default": "" |
| 54 |
}, |
| 55 |
"paymentHeadingText": { |
| 56 |
"type": "string", |
| 57 |
"default": "Payment" |
| 58 |
}, |
| 59 |
"paymentDescriptionText": { |
| 60 |
"type": "string", |
| 61 |
"default": "All transactions are secure and encrypted." |
| 62 |
} |
| 63 |
}, |
| 64 |
"parent": [ |
| 65 |
"sellkit-blocks/checkout" |
| 66 |
] |
| 67 |
} |
| 68 |
|