block.json
79 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "awt/child-author-socials", |
| 5 | "title": "Social Connections (Child Author)", |
| 6 | "category": "author-website-templates", |
| 7 | "icon": "share", |
| 8 | "description": "Social media connections section with platform icons", |
| 9 | "keywords": [ |
| 10 | "social", |
| 11 | "connections", |
| 12 | "links", |
| 13 | "icons", |
| 14 | "child-author" |
| 15 | ], |
| 16 | "textdomain": "author-website-templates", |
| 17 | "editorScript": "file:./index.js", |
| 18 | "attributes": { |
| 19 | "align": { |
| 20 | "type": "string", |
| 21 | "default": "full" |
| 22 | }, |
| 23 | "heading": { |
| 24 | "type": "string", |
| 25 | "default": "Let's Be Friends!" |
| 26 | }, |
| 27 | "description": { |
| 28 | "type": "string", |
| 29 | "default": "Follow me on social media for updates, behind-the-scenes peeks, and all my latest adventures!" |
| 30 | }, |
| 31 | "sectionBgColor": { |
| 32 | "type": "string", |
| 33 | "default": "" |
| 34 | }, |
| 35 | "curveColor": { |
| 36 | "type": "string", |
| 37 | "default": "#FFFDF5" |
| 38 | }, |
| 39 | "headingColor": { |
| 40 | "type": "string", |
| 41 | "default": "" |
| 42 | }, |
| 43 | "textColor": { |
| 44 | "type": "string", |
| 45 | "default": "" |
| 46 | }, |
| 47 | "blockId": { |
| 48 | "type": "string", |
| 49 | "default": "" |
| 50 | }, |
| 51 | "socialsStyle": { |
| 52 | "type": "string", |
| 53 | "default": "fun" |
| 54 | }, |
| 55 | "iconColor": { |
| 56 | "type": "string", |
| 57 | "default": "" |
| 58 | }, |
| 59 | "hideCurve": { |
| 60 | "type": "boolean", |
| 61 | "default": false |
| 62 | }, |
| 63 | "sectionPadding": { |
| 64 | "type": "number", |
| 65 | "default": null |
| 66 | } |
| 67 | }, |
| 68 | "providesContext": { |
| 69 | "awt/socialsStyle": "socialsStyle", |
| 70 | "awt/iconColor": "iconColor" |
| 71 | }, |
| 72 | "supports": { |
| 73 | "html": false, |
| 74 | "align": [ |
| 75 | "full" |
| 76 | ] |
| 77 | }, |
| 78 | "style": "file:./index.css" |
| 79 | } |