PluginProbe ʕ •ᴥ•ʔ
Kubio AI Page Builder / 2.8.3
Kubio AI Page Builder v2.8.3
2.8.4 2.8.3 2.8.2 2.8.1 trunk 1.0.0 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.7.0 1.7.1 1.7.2 1.7.3 1.8.0 1.8.1 1.8.2 1.9.0 2.0.0 2.1.1 2.1.2 2.1.3 2.2.0 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.5 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.6.2 2.6.3 2.6.5 2.6.6 2.6.7 2.7.0 2.7.1 2.7.2 2.7.3 2.8.0
kubio / build / block-library / blocks / post-title / block.json
kubio / build / block-library / blocks / post-title Last commit date
block.json 4 years ago default.json 4 years ago index.php 1 year ago
block.json
72 lines
1 {
2 "name": "kubio/post-title",
3 "category": "kubio-blog-components",
4 "attributes": {
5 "kubio": {
6 "type": "object"
7 },
8 "headingType": {
9 "type": "string",
10 "default": "h2"
11 }
12 },
13 "usesContext": [
14 "postId",
15 "postType"
16 ],
17 "supports": {
18 "kubio": {
19 "appearanceEffect": true,
20 "default": {
21 "style": {
22 "descendants": {
23 "link": {
24 "typography": {
25 "decoration": "none"
26 }
27 }
28 }
29 },
30 "props": {}
31 },
32 "elementsEnum": {
33 "CONTAINER": "container",
34 "LINK": "link"
35 },
36 "elementsByName": {
37 "container": {
38 "tag": "h2",
39 "selector": "p.wp-block, h1.wp-block, h2.wp-block, h3.wp-block, h4.wp-block, h5.wp-block, h6.wp-block",
40 "selectorPrepend": true,
41 "wrapper": true,
42 "default": true
43 },
44 "link": {
45 "prefixWithTag": true,
46 "internal": true,
47 "props": {
48 "className": [
49 "d-block"
50 ],
51 "tag": "a"
52 }
53 }
54 },
55 "template": {
56 "type": "element",
57 "props": {
58 "name": "link"
59 },
60 "children": [
61 {
62 "type": "element",
63 "props": {
64 "name": "container"
65 }
66 }
67 ]
68 }
69 }
70 }
71 }
72