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