PluginProbe
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments / 2.19.2
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments v2.19.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 / Product / Price / block.json
block.json
55 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 2,
3 "name": "surecart/product-price",
4 "title": "Product Price",
5 "description": "Displays the product price or price range.",
6 "category": "surecart",
7 "keywords": ["price", "product"],
8 "attributes": {
9 "sale_text": {
10 "type": "string",
11 "default": "Sale"
12 },
13 "id": {
14 "type": "string"
15 },
16 "alignment": {
17 "type": "string",
18 "default": "left"
19 }
20 },
21 "supports": {
22 "reusable": false,
23 "html": false,
24 "color": {
25 "gradients": true,
26 "link": false,
27 "__experimentalDefaultControls": {
28 "background": true,
29 "text": true,
30 "link": true
31 }
32 },
33 "spacing": {
34 "margin": true,
35 "padding": true
36 },
37 "typography": {
38 "fontSize": true,
39 "lineHeight": true,
40 "__experimentalFontFamily": true,
41 "__experimentalFontWeight": true,
42 "__experimentalFontStyle": true,
43 "__experimentalTextTransform": true,
44 "__experimentalTextDecoration": true,
45 "__experimentalLetterSpacing": true,
46 "__experimentalDefaultControls": {
47 "fontSize": true,
48 "fontAppearance": true,
49 "textTransform": true
50 }
51 }
52 },
53 "style": "file:./preload.css"
54 }
55