PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 14.3.1
Jetpack – WP Security, Backup, Speed, & Growth v14.3.1
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / _inc / blocks / rating-star / block.json
block.json
56 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": "jetpack/rating-star",
5 "title": "Star Rating",
6 "description": "Rate movies, books, songs, recipes — anything you can put a number on.",
7 "keywords": [
8 "star",
9 "rating",
10 "review"
11 ],
12 "version": "12.5.0",
13 "textdomain": "jetpack",
14 "category": "widgets",
15 "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/></svg>",
16 "supports": {
17 "html": false
18 },
19 "styles": [
20 {
21 "name": "filled",
22 "label": "Filled",
23 "isDefault": true
24 },
25 {
26 "name": "outlined",
27 "label": "Outlined"
28 }
29 ],
30 "attributes": {
31 "rating": {
32 "type": "number",
33 "default": 1
34 },
35 "maxRating": {
36 "type": "number",
37 "default": 5
38 },
39 "color": {
40 "type": "string"
41 },
42 "ratingStyle": {
43 "type": "string",
44 "default": "star"
45 },
46 "className": {
47 "type": "string"
48 },
49 "align": {
50 "type": "string",
51 "default": "left"
52 }
53 },
54 "example": {},
55 "editorScript": "jetpack-blocks-editor"
56 }