PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 5.0.1
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v5.0.1
5.0.1 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 All 39 releases
blockspare / build / block / price-list / block.json

block.json in BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs 5.0.1, at build/block/price-list/block.json

62 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-price-list",
5 "title": "Price List",
6 "category": "blockspare",
7 "description": "Display menu items, services, or product pricing in a clean, structured list.",
8 "attributes": {
9 "uniqueClass": {
10 "type": "string"
11 },
12 "className": {
13 "type": "string"
14 },
15 "align": {
16 "type": "string"
17 },
18 "sectionAlignment": {
19 "type": "string",
20 "default": "wide"
21 },
22 "uniqueId": {
23 "type": "string",
24 "default": ""
25 },
26 "defaultItems": {
27 "type": "number",
28 "default": 3
29 },
30 "backgroundColor": {
31 "type": "string",
32 "default": "transparent"
33 },
34 "backgroundTransparent": {
35 "type": "boolean",
36 "default": false
37 },
38 "marginTop": {
39 "type": "number",
40 "default": 30
41 },
42 "marginRight": {
43 "type": "number",
44 "default": 0
45 },
46 "marginBottom": {
47 "type": "number",
48 "default": 30
49 },
50 "marginLeft": {
51 "type": "number",
52 "default": 0
53 },
54 "animation": {
55 "type": "string",
56 "default": ""
57 }
58 },
59 "editorScript": "file:./index.js",
60 "editorStyle": "file:./index.css",
61 "style": "file:./style-index.css"
62 }