-
Notifications
You must be signed in to change notification settings - Fork 6
/
block.json
58 lines (58 loc) · 1009 Bytes
/
block.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"apiVersion": 2,
"name": "tiptip/hyperlink-group-block",
"title": "Hyperlink Group",
"category": "design",
"supports": {
"html": true,
"anchor": true,
"align": true,
"spacing": {
"margin": true,
"padding": true
}
},
"usesContext": [ "postId", "postType", "queryId" ],
"attributes": {
"colorText": {
"type": "string"
},
"colorBkg": {
"type": "string"
},
"colorBkgHover": {
"type": "string"
},
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"linkTarget": {
"type": "string"
},
"ariaLabel": {
"type": "string"
},
"rel": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"textColor": {
"type": "string"
},
"gradient": {
"type": "string"
},
"queryLoopLink": {
"type": "boolean",
"default": false
}
},
"textdomain": "hyperlink-group-block",
"editorScript": "file:./build/index.js",
"style": "file:./build/style-index.css"
}