block.json
53 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "awt/child-author-fun-facts", |
| 5 | "title": "Fun Facts (Child Author)", |
| 6 | "category": "author-website-templates", |
| 7 | "icon": "smiley", |
| 8 | "description": "Display fun facts with colorful background and repeatable fact cards", |
| 9 | "keywords": [ |
| 10 | "fun-facts", |
| 11 | "about", |
| 12 | "facts", |
| 13 | "child-author" |
| 14 | ], |
| 15 | "textdomain": "author-website-templates", |
| 16 | "editorScript": "file:./index.js", |
| 17 | "attributes": { |
| 18 | "align": { |
| 19 | "type": "string", |
| 20 | "default": "full" |
| 21 | }, |
| 22 | "heading": { |
| 23 | "type": "string", |
| 24 | "default": "My Fun Facts!" |
| 25 | }, |
| 26 | "sectionBgColor": { |
| 27 | "type": "string", |
| 28 | "default": "" |
| 29 | }, |
| 30 | "headingColor": { |
| 31 | "type": "string", |
| 32 | "default": "" |
| 33 | }, |
| 34 | "blockId": { |
| 35 | "type": "string", |
| 36 | "default": "" |
| 37 | }, |
| 38 | "factsStyle": { |
| 39 | "type": "string", |
| 40 | "default": "fun" |
| 41 | } |
| 42 | }, |
| 43 | "providesContext": { |
| 44 | "awt/factsStyle": "factsStyle" |
| 45 | }, |
| 46 | "supports": { |
| 47 | "html": false, |
| 48 | "align": [ |
| 49 | "full" |
| 50 | ] |
| 51 | }, |
| 52 | "style": "file:./index.css" |
| 53 | } |