PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.7
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.7
2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 All 107 releases
b-blocks / build / star-rating / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.7, at build/star-rating/block.json

96 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "b-blocks/star-rating",
4 "title": "Star Rating",
5 "description": "Gutenberg editing with easy-to-use, responsive star-rating more.",
6 "category": "bBlocks",
7 "keywords": [
8 "star-rating",
9 "Rating",
10 "Gutenberg"
11 ],
12 "textdomain": "star-rating",
13 "attributes": {
14 "align": {
15 "type": "string",
16 "default": ""
17 },
18 "ratingScale": {
19 "type": "number",
20 "default": 5
21 },
22 "rating": {
23 "type": "number",
24 "default": 4.3
25 },
26 "iconStyle": {
27 "type": "string",
28 "default": "solid"
29 },
30 "iconColor": {
31 "type": "string",
32 "default": "#f0ad4e"
33 },
34 "prefix": {
35 "type": "string",
36 "default": ""
37 },
38 "gap": {
39 "type": "string",
40 "default": "0px"
41 },
42 "alignment": {
43 "type": "string",
44 "default": "center"
45 },
46 "margin": {
47 "type": "object",
48 "default": {
49 "top": "",
50 "right": "",
51 "bottom": "",
52 "left": ""
53 }
54 },
55 "textTypo": {
56 "type": "object",
57 "default": {
58 "fontSize": {
59 "desktop": "16px"
60 }
61 }
62 },
63 "textColor": {
64 "type": "string",
65 "default": "#7a7a7a"
66 },
67 "textShadow": {
68 "type": "array",
69 "default": []
70 },
71 "iconSize": {
72 "type": "string",
73 "default": "20px"
74 },
75 "unmarkedColor": {
76 "type": "string",
77 "default": "#ccd6df"
78 }
79 },
80 "supports": {
81 "align": [
82 "wide",
83 "full"
84 ],
85 "html": false
86 },
87 "example": {
88 "attributes": {
89 "preview": true
90 }
91 },
92 "editorScript": "file:../index.js",
93 "style": "file:./view.css",
94 "render": "file:./render.php",
95 "viewScript": "file:./view.js"
96 }