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