block.json
77 lines
| 1 | { |
| 2 | "name": "surecart/upsell-no-thanks", |
| 3 | "title": "Decline Upsell Button", |
| 4 | "apiVersion": 3, |
| 5 | "description": "Display a upsell decline button.", |
| 6 | "category": "surecart-upsell-page", |
| 7 | "keywords": ["no", "thanks", "button", "decline", "upsell"], |
| 8 | "ancestor": ["surecart/upsell"], |
| 9 | "textdomain": "surecart", |
| 10 | "attributes": { |
| 11 | "text": { |
| 12 | "type": "string", |
| 13 | "default": "No Thanks" |
| 14 | }, |
| 15 | "type": { |
| 16 | "type": "string", |
| 17 | "default": "text" |
| 18 | }, |
| 19 | "size": { |
| 20 | "type": "string", |
| 21 | "default": "small" |
| 22 | }, |
| 23 | "width": { |
| 24 | "type": "number", |
| 25 | "default": 100 |
| 26 | } |
| 27 | }, |
| 28 | "supports": { |
| 29 | "html": false, |
| 30 | "multiple": false, |
| 31 | "anchor": true, |
| 32 | "align": false, |
| 33 | "alignWide": false, |
| 34 | "spacing": { |
| 35 | "__experimentalSkipSerialization": true, |
| 36 | "padding": ["horizontal", "vertical"], |
| 37 | "margin": ["top", "bottom"] |
| 38 | }, |
| 39 | "color": { |
| 40 | "__experimentalSkipSerialization": true, |
| 41 | "gradients": true, |
| 42 | "__experimentalDefaultControls": { |
| 43 | "background": true, |
| 44 | "text": true |
| 45 | } |
| 46 | }, |
| 47 | "__experimentalSelector": ".wp-block-button .wp-block-button__link", |
| 48 | "typography": { |
| 49 | "fontSize": true, |
| 50 | "__experimentalFontFamily": true, |
| 51 | "__experimentalFontWeight": true, |
| 52 | "__experimentalFontStyle": true, |
| 53 | "__experimentalTextTransform": true |
| 54 | }, |
| 55 | "reusable": false, |
| 56 | "shadow": true, |
| 57 | "__experimentalBorder": { |
| 58 | "color": true, |
| 59 | "radius": true, |
| 60 | "style": true, |
| 61 | "width": true, |
| 62 | "__experimentalSkipSerialization": true, |
| 63 | "__experimentalDefaultControls": { |
| 64 | "color": true, |
| 65 | "radius": true, |
| 66 | "style": true, |
| 67 | "width": true |
| 68 | } |
| 69 | } |
| 70 | }, |
| 71 | "styles": [ |
| 72 | { "name": "fill", "label": "Fill" }, |
| 73 | { "name": "outline", "label": "Outline", "isDefault": true } |
| 74 | ], |
| 75 | "style": ["file:./style.css", "surecart-themes-default", "wp-block-button"] |
| 76 | } |
| 77 |