| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "b-blocks/table-head", |
| 5 |
"version": "1.0.0", |
| 6 |
"title": "Table Head", |
| 7 |
"category": "bBlocks", |
| 8 |
"description": "Make responsive and feature-rich tables on the go with B Blocks Table, offering styling, typography, and layout options tailored for modern web design.", |
| 9 |
"parent": [ |
| 10 |
"b-blocks/table" |
| 11 |
], |
| 12 |
"keywords": [ |
| 13 |
"key1", |
| 14 |
"key2", |
| 15 |
"key3", |
| 16 |
"key4", |
| 17 |
"key5" |
| 18 |
], |
| 19 |
"textdomain": "b-blocks", |
| 20 |
"attributes": { |
| 21 |
"align": { |
| 22 |
"type": "string", |
| 23 |
"default": "" |
| 24 |
}, |
| 25 |
"settings": { |
| 26 |
"type": "object", |
| 27 |
"default": { |
| 28 |
"rowSpan": 1, |
| 29 |
"colSpan": 1 |
| 30 |
} |
| 31 |
}, |
| 32 |
"styles": { |
| 33 |
"type": "object", |
| 34 |
"default": { |
| 35 |
"alignment": { |
| 36 |
"desktop": "", |
| 37 |
"tablet": "", |
| 38 |
"mobile": "" |
| 39 |
}, |
| 40 |
"normal": { |
| 41 |
"bg": "" |
| 42 |
}, |
| 43 |
"hover": { |
| 44 |
"bg": "", |
| 45 |
"transition": 0.2 |
| 46 |
} |
| 47 |
} |
| 48 |
} |
| 49 |
}, |
| 50 |
"supports": { |
| 51 |
"align": [ |
| 52 |
"wide", |
| 53 |
"full" |
| 54 |
], |
| 55 |
"html": false |
| 56 |
}, |
| 57 |
"example": { |
| 58 |
"attributes": {} |
| 59 |
}, |
| 60 |
"editorScript": "file:../index.js", |
| 61 |
"style": "file:./view.css", |
| 62 |
"render": "file:./render.php", |
| 63 |
"viewScript": "file:./view.js" |
| 64 |
} |