-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblock.json
37 lines (37 loc) · 866 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
{
"apiVersion": 2,
"name": "tabor/post-reading-time",
"title": "Reading Time",
"category": "theme",
"description": "Display the estimated reading time for this post.",
"keywords": [ "tabor", "minutes", "date"],
"textdomain": "post-reading-time-block",
"attributes": {
"textAlign": {
"type": "string"
}
},
"usesContext": [ "postId" ],
"supports": {
"html": false,
"color": {
"background": false,
"__experimentalDefaultControls": {
"text": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
}
},
"editorScript": "file:./build/index.js"
}