PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.2
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.2
2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 All 106 releases
b-blocks / build / table-head / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.2, at build/table-head/block.json

64 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }