block.json
75 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "awt/author-pro-book-synopsis", |
| 4 | "version": "1.0.1", |
| 5 | "title": "Book Synopsis [Author Pro]", |
| 6 | "category": "author-website-templates", |
| 7 | "icon": "text-page", |
| 8 | "description": "A dynamic synopsis section with book details and author profile.", |
| 9 | "supports": { |
| 10 | "html": false, |
| 11 | "anchor": true, |
| 12 | "align": [ |
| 13 | "full" |
| 14 | ] |
| 15 | }, |
| 16 | "textdomain": "author-website-templates", |
| 17 | "attributes": { |
| 18 | "align": { |
| 19 | "type": "string", |
| 20 | "default": "full" |
| 21 | }, |
| 22 | "blockId": { |
| 23 | "type": "string" |
| 24 | }, |
| 25 | "anchor": { |
| 26 | "type": "string" |
| 27 | }, |
| 28 | "headline": { |
| 29 | "type": "string", |
| 30 | "default": "A System for Transformation" |
| 31 | }, |
| 32 | "showQuote": { |
| 33 | "type": "boolean", |
| 34 | "default": true |
| 35 | }, |
| 36 | "quoteText": { |
| 37 | "type": "string", |
| 38 | "default": "This book completely changed my perspective on daily habits." |
| 39 | }, |
| 40 | "quoteAuthor": { |
| 41 | "type": "string", |
| 42 | "default": "- Reader Review" |
| 43 | }, |
| 44 | "authorImage": { |
| 45 | "type": "object", |
| 46 | "default": {} |
| 47 | }, |
| 48 | "authorSubtitle": { |
| 49 | "type": "string", |
| 50 | "default": "Author" |
| 51 | }, |
| 52 | "viewProfileLabel": { |
| 53 | "type": "string", |
| 54 | "default": "View Profile" |
| 55 | }, |
| 56 | "synopsisLabel": { |
| 57 | "type": "string", |
| 58 | "default": "Synopsis" |
| 59 | }, |
| 60 | "detailsLabel": { |
| 61 | "type": "string", |
| 62 | "default": "Book Details" |
| 63 | }, |
| 64 | "categoriesLabel": { |
| 65 | "type": "string", |
| 66 | "default": "Categories" |
| 67 | }, |
| 68 | "seriesLabel": { |
| 69 | "type": "string", |
| 70 | "default": "Series" |
| 71 | } |
| 72 | }, |
| 73 | "editorScript": "file:./index.js", |
| 74 | "render": "file:./render.php" |
| 75 | } |