block.json
139 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "awt/child-author-events-cta", |
| 5 | "version": "1.1.1", |
| 6 | "title": "Events CTA (Child Author)", |
| 7 | "category": "awt-blocks", |
| 8 | "icon": "calendar", |
| 9 | "description": "A call to action section for booking events with advanced customization.", |
| 10 | "supports": { |
| 11 | "html": false, |
| 12 | "align": [ |
| 13 | "full", |
| 14 | "wide" |
| 15 | ], |
| 16 | "color": { |
| 17 | "background": false, |
| 18 | "text": false |
| 19 | } |
| 20 | }, |
| 21 | "textdomain": "author-website-templates", |
| 22 | "attributes": { |
| 23 | "blockId": { |
| 24 | "type": "string" |
| 25 | }, |
| 26 | "eventStyle": { |
| 27 | "type": "string", |
| 28 | "default": "fun" |
| 29 | }, |
| 30 | "align": { |
| 31 | "type": "string", |
| 32 | "default": "full" |
| 33 | }, |
| 34 | "subHeading": { |
| 35 | "type": "string", |
| 36 | "default": "Come Say Hi!" |
| 37 | }, |
| 38 | "heading": { |
| 39 | "type": "string", |
| 40 | "default": "Want Me to Visit Your School?" |
| 41 | }, |
| 42 | "description": { |
| 43 | "type": "string", |
| 44 | "default": "I love meeting my readers! My school visits are full of interactive storytelling, live drawing, and lots of giggles. Whether in-person or virtual, let's make some magic together." |
| 45 | }, |
| 46 | "primaryBtnText": { |
| 47 | "type": "string", |
| 48 | "default": "Book a Visit" |
| 49 | }, |
| 50 | "primaryBtnTextColor": { |
| 51 | "type": "string", |
| 52 | "default": "#264653" |
| 53 | }, |
| 54 | "primaryBtnUrl": { |
| 55 | "type": "string", |
| 56 | "default": "#contact-form" |
| 57 | }, |
| 58 | "secondaryBtnText": { |
| 59 | "type": "string", |
| 60 | "default": "See Upcoming Events" |
| 61 | }, |
| 62 | "secondaryBtnTextColor": { |
| 63 | "type": "string", |
| 64 | "default": "#ffffff" |
| 65 | }, |
| 66 | "secondaryBtnUrl": { |
| 67 | "type": "string", |
| 68 | "default": "#" |
| 69 | }, |
| 70 | "imageId": { |
| 71 | "type": "number" |
| 72 | }, |
| 73 | "imageUrl": { |
| 74 | "type": "string", |
| 75 | "default": "" |
| 76 | }, |
| 77 | "showDecorations": { |
| 78 | "type": "boolean", |
| 79 | "default": true |
| 80 | }, |
| 81 | "sectionBgColor": { |
| 82 | "type": "string", |
| 83 | "default": "#ffffff" |
| 84 | }, |
| 85 | "cardBgColor": { |
| 86 | "type": "string", |
| 87 | "default": "#264653" |
| 88 | }, |
| 89 | "subHeadingColor": { |
| 90 | "type": "string", |
| 91 | "default": "#FFD166" |
| 92 | }, |
| 93 | "headingColor": { |
| 94 | "type": "string", |
| 95 | "default": "#ffffff" |
| 96 | }, |
| 97 | "descColor": { |
| 98 | "type": "string", |
| 99 | "default": "#FFFDF5" |
| 100 | }, |
| 101 | "primaryBtnBg": { |
| 102 | "type": "string", |
| 103 | "default": "#FFD166" |
| 104 | }, |
| 105 | "primaryBtnHoverBg": { |
| 106 | "type": "string", |
| 107 | "default": "#FDC500" |
| 108 | }, |
| 109 | "primaryBtnHoverText": { |
| 110 | "type": "string", |
| 111 | "default": "#264653" |
| 112 | }, |
| 113 | "secondaryBtnBg": { |
| 114 | "type": "string", |
| 115 | "default": "transparent" |
| 116 | }, |
| 117 | "secondaryBtnHoverBg": { |
| 118 | "type": "string", |
| 119 | "default": "#ffffff" |
| 120 | }, |
| 121 | "secondaryBtnHoverText": { |
| 122 | "type": "string", |
| 123 | "default": "#264653" |
| 124 | }, |
| 125 | "decoration1Color": { |
| 126 | "type": "string", |
| 127 | "default": "" |
| 128 | }, |
| 129 | "decoration2Color": { |
| 130 | "type": "string", |
| 131 | "default": "" |
| 132 | }, |
| 133 | "borderRadius": { |
| 134 | "type": "number", |
| 135 | "default": 24 |
| 136 | } |
| 137 | }, |
| 138 | "editorScript": "file:./index.js" |
| 139 | } |