PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / trunk
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites vtrunk
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
blockspare / build / block / pricing-table / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites trunk, at build/block/pricing-table/block.json

61 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "blockspare/blockspare-pricing",
5 "title": "Pricing Table",
6 "category": "blockspare",
7 "description": "Display product tiers, subscription plans, and features in a clean pricing table.",
8 "attributes": {
9 "columns": {
10 "type": "number",
11 "default": 3
12 },
13 "columnsGap": {
14 "type": "number",
15 "default": 1
16 },
17 "align": {
18 "type": "string",
19 "default": "wide"
20 },
21 "defaultItems": {
22 "type": "number",
23 "default": 3
24 },
25 "blockLayout": {
26 "type": "string",
27 "default": "bs-layout-1"
28 },
29 "marginTop": {
30 "type": "number",
31 "default": 30
32 },
33 "marginRight": {
34 "type": "number",
35 "default": 0
36 },
37 "marginBottom": {
38 "type": "number",
39 "default": 30
40 },
41 "marginLeft": {
42 "type": "number",
43 "default": 0
44 },
45 "uniqueClass": {
46 "type": "string",
47 "default": ""
48 },
49 "pricingLayout": {
50 "type": "string",
51 "default": "blockspare-pricing-table-layout-1"
52 },
53 "animation": {
54 "type": "string",
55 "default": ""
56 }
57 },
58 "editorScript": "file:./index.js",
59 "editorStyle": "file:./index.css",
60 "style": "file:./style-index.css"
61 }