block.json
1 month ago
index.asset.php
1 month ago
index.js
1 month ago
render.php
1 month ago
view.asset.php
1 month ago
view.js
1 month ago
block.json
104 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "awt/author-pro-book-page-reviews", |
| 4 | "version": "1.0.0", |
| 5 | "title": "Book Reviews [Author Pro]", |
| 6 | "category": "author-website-templates", |
| 7 | "icon": "star-half", |
| 8 | "description": "A dynamic reviews section with statistics, review list, and submission form.", |
| 9 | "supports": { |
| 10 | "html": false, |
| 11 | "anchor": true, |
| 12 | "align": [ |
| 13 | "full" |
| 14 | ] |
| 15 | }, |
| 16 | "textdomain": "author-website-templates", |
| 17 | "attributes": { |
| 18 | "blockId": { |
| 19 | "type": "string" |
| 20 | }, |
| 21 | "anchor": { |
| 22 | "type": "string" |
| 23 | }, |
| 24 | "align": { |
| 25 | "type": "string", |
| 26 | "default": "full" |
| 27 | }, |
| 28 | "sectionTitle": { |
| 29 | "type": "string", |
| 30 | "default": "Customer Reviews" |
| 31 | }, |
| 32 | "formTitle": { |
| 33 | "type": "string", |
| 34 | "default": "Write a Review" |
| 35 | }, |
| 36 | "submitBtnText": { |
| 37 | "type": "string", |
| 38 | "default": "Submit Review" |
| 39 | }, |
| 40 | "sortLabelMostRecent": { |
| 41 | "type": "string", |
| 42 | "default": "Most Recent" |
| 43 | }, |
| 44 | "sortLabelHighest": { |
| 45 | "type": "string", |
| 46 | "default": "Highest Rated" |
| 47 | }, |
| 48 | "sortLabelLowest": { |
| 49 | "type": "string", |
| 50 | "default": "Lowest Rated" |
| 51 | }, |
| 52 | "textBasedOn": { |
| 53 | "type": "string", |
| 54 | "default": "Based on" |
| 55 | }, |
| 56 | "textReviewsSuffix": { |
| 57 | "type": "string", |
| 58 | "default": "reviews" |
| 59 | }, |
| 60 | "textStar": { |
| 61 | "type": "string", |
| 62 | "default": "Star" |
| 63 | }, |
| 64 | "ctaHeading": { |
| 65 | "type": "string", |
| 66 | "default": "Share your thoughts" |
| 67 | }, |
| 68 | "ctaDescription": { |
| 69 | "type": "string", |
| 70 | "default": "If you've read this book, we'd love to hear what you think!" |
| 71 | }, |
| 72 | "ctaButtonText": { |
| 73 | "type": "string", |
| 74 | "default": "Write a Review" |
| 75 | }, |
| 76 | "labelName": { |
| 77 | "type": "string", |
| 78 | "default": "Name *" |
| 79 | }, |
| 80 | "labelEmail": { |
| 81 | "type": "string", |
| 82 | "default": "Email *" |
| 83 | }, |
| 84 | "labelRating": { |
| 85 | "type": "string", |
| 86 | "default": "Rating *" |
| 87 | }, |
| 88 | "labelReviewTitle": { |
| 89 | "type": "string", |
| 90 | "default": "Review Title *" |
| 91 | }, |
| 92 | "labelReviewContent": { |
| 93 | "type": "string", |
| 94 | "default": "Your Review *" |
| 95 | }, |
| 96 | "msgNoReviews": { |
| 97 | "type": "string", |
| 98 | "default": "No reviews yet. Be the first to review!" |
| 99 | } |
| 100 | }, |
| 101 | "editorScript": "file:./index.js", |
| 102 | "viewScript": "file:./view.js", |
| 103 | "render": "file:./render.php" |
| 104 | } |