| 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 |
} |