PluginProbe
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments / 4.7.2
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments v4.7.2
4.7.2 4.7.1 4.7.0 4.6.6 4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6.0 4.5.1 4.5.0 4.4.2 4.4.1 4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.3 4.2.2 4.2.1 1.0.3 1.0.4 1.0.5 All 281 releases
surecart / packages / blocks / Blocks / Upsell / SubmitButton / block.json
block.json
108 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "surecart/upsell-submit",
3 "title": "Upsell Submit Button",
4 "apiVersion": 3,
5 "description": "Display an upsell submit button.",
6 "category": "surecart-upsell-page",
7 "keywords": ["submit", "button", "order", "upsell"],
8 "ancestor": ["surecart/upsell"],
9 "textdomain": "surecart",
10 "supports": {
11 "html": false,
12 "multiple": false,
13 "anchor": true,
14 "align": false,
15 "alignWide": false,
16 "spacing": {
17 "__experimentalSkipSerialization": true,
18 "padding": ["horizontal", "vertical"],
19 "margin": ["top", "bottom"]
20 },
21 "color": {
22 "__experimentalSkipSerialization": true,
23 "gradients": true,
24 "__experimentalDefaultControls": {
25 "background": true,
26 "text": true
27 }
28 },
29 "__experimentalSelector": ".wp-block-button .wp-block-button__link",
30 "typography": {
31 "fontSize": true,
32 "__experimentalFontFamily": true,
33 "__experimentalFontWeight": true,
34 "__experimentalFontStyle": true,
35 "__experimentalTextTransform": true
36 },
37 "reusable": false,
38 "shadow": true,
39 "__experimentalBorder": {
40 "color": true,
41 "radius": true,
42 "style": true,
43 "width": true,
44 "__experimentalSkipSerialization": true,
45 "__experimentalDefaultControls": {
46 "color": true,
47 "radius": true,
48 "style": true,
49 "width": true
50 }
51 }
52 },
53 "attributes": {
54 "text": {
55 "type": "string",
56 "default": "Add To My Order"
57 },
58 "type": {
59 "type": "string",
60 "default": "primary"
61 },
62 "show_icon": {
63 "type": "boolean",
64 "default": true
65 },
66 "full": {
67 "type": "boolean",
68 "default": true
69 },
70 "size": {
71 "type": "string",
72 "default": "large"
73 },
74 "out_of_stock_text": {
75 "type": "string",
76 "default": "Sold out"
77 },
78 "unavailable_text": {
79 "type": "string",
80 "default": "Unavailable"
81 },
82 "textAlign": {
83 "type": "string"
84 },
85 "placeholder": {
86 "type": "string"
87 },
88 "backgroundColor": {
89 "type": "string"
90 },
91 "textColor": {
92 "type": "string"
93 },
94 "gradient": {
95 "type": "string"
96 },
97 "width": {
98 "type": "number",
99 "default": 100
100 }
101 },
102 "styles": [
103 { "name": "fill", "label": "Fill", "isDefault": true },
104 { "name": "outline", "label": "Outline" }
105 ],
106 "style": ["file:./style.css", "surecart-themes-default"]
107 }
108