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 / star-ratings / block.json

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

76 lines 1.5 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-star-ratings",
5 "title": "Star Rating",
6 "category": "blockspare",
7 "description": "Display star ratings to highlight product reviews, feedback, or scores.",
8 "attributes": {
9 "className": {
10 "type": "string"
11 },
12 "uniqueClass": {
13 "type": "string",
14 "default": ""
15 },
16 "starAlign": {
17 "type": "string",
18 "default": "center"
19 },
20 "blockID": {
21 "type": "string",
22 "default": ""
23 },
24 "starCount": {
25 "type": "number",
26 "default": 5
27 },
28 "starSize": {
29 "type": "number",
30 "default": 20
31 },
32 "starColor": {
33 "type": "string",
34 "default": "#fbd012"
35 },
36 "selectedStars": {
37 "type": "number",
38 "default": 5
39 },
40 "emptyStarColor": {
41 "type": "string",
42 "default": "#d5d3d3"
43 },
44 "backgroundColor": {
45 "type": "string",
46 "default": "transparent"
47 },
48 "animation": {
49 "type": "string",
50 "default": ""
51 },
52 "blockHoverEffect": {
53 "type": "string",
54 "default": ""
55 },
56 "marginTop": {
57 "type": "number",
58 "default": 30
59 },
60 "marginBottom": {
61 "type": "number",
62 "default": 30
63 },
64 "marginLeft": {
65 "type": "number",
66 "default": 0
67 },
68 "marginRight": {
69 "type": "number",
70 "default": 0
71 }
72 },
73 "editorScript": "file:./index.js",
74 "editorStyle": "file:./index.css",
75 "style": "file:./style-index.css"
76 }